Esempio n. 1
0
 public function __construct(Matrix $a = NULL, Matrix $b = NULL)
 {
     parent::__construct();
 }
Esempio n. 2
0
 public function __construct(Matrix $a, Matrix $b)
 {
     parent::__construct($a, $b);
 }