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