Пример #1
0
 public function __construct(Matrix $a = NULL, Matrix $b = NULL)
 {
     parent::__construct();
 }
Пример #2
0
 public function __construct(Matrix $a, Matrix $b)
 {
     parent::__construct($a, $b);
 }