added newton sqrt alg

This commit is contained in:
Iveta
2024-11-07 04:24:17 +02:00
parent 51030759e0
commit 1f9c2f67f4
2 changed files with 23 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ matrix inv_schur_dec(matrix);
matrix _inv_char_poly_3x3(matrix);
matrix _inv_char_poly_2x2(matrix);
matrix sqrtm(matrix);
} // namespace linalg
} // namespace math
} // namespace sta