Classes | |
| struct | complex_float |
| Implementation of eig function using lapackE. More... | |
| struct | complex_double |
Macros | |
| #define | lapack_complex_float struct complex_float |
| #define | lapack_complex_double struct complex_double |
Functions | |
| int | mbs_rank_0 (double **A, int m, int n) |
| Compute the rank of matrix_in. More... | |
| #define lapack_complex_double struct complex_double |
| #define lapack_complex_float struct complex_float |
| int mbs_rank_0 | ( | double ** | A, |
| int | m, | ||
| int | n | ||
| ) |
Compute the rank of matrix_in.
Compute the rank of a matrix.
using Lapacke libraries ...
Threshold for considering a singular value to be 0
1.8.17