@@ -19,11 +19,11 @@ |
||
| 19 | 19 | |
| 20 | 20 | class ref { |
| 21 | 21 | |
| 22 | - /** |
|
| 23 | - * |
|
| 24 | - * @param \Np\matrix $m |
|
| 25 | - * @return matrix|null |
|
| 26 | - */ |
|
| 22 | + /** |
|
| 23 | + * |
|
| 24 | + * @param \Np\matrix $m |
|
| 25 | + * @return matrix|null |
|
| 26 | + */ |
|
| 27 | 27 | public static function factory(\Np\matrix $m): matrix|null { |
| 28 | 28 | $ipiv = vector::factory(min($m->row, $m->col), vector::INT); |
| 29 | 29 | $ar = $m->copyMatrix(); |