Public Member Functions | |
bool | compute (const matrix< M, N, float_t > &A, matrix< M, N, float_t > &U, vector< N, float_t > &sigma, matrix< N, N, float_t > &Vt) |
bool | compute_and_overwrite_input (matrix< M, N, float_t > &A_U, vector< N, float_t > &sigma) |
bool | compute (const matrix< M, N, float_t > &A, vector< N, float_t > &sigma) |
bool | test_success (lapack::lapack_int info) |
const lapack::svd_params < float_t > & | get_params () |
Public Attributes | |
lapack::svd_params< float_t > | p |