
Go to the source code of this file.
Functions | |
| template<typename MatrixType > | |
| void | bdcsvd (const MatrixType &a=MatrixType(), bool pickrandom=true) |
| template<typename MatrixType > | |
| void | bdcsvd_check_full (const MatrixType &m, const BDCSVD< MatrixType > &svd) |
| template<typename MatrixType > | |
| void | bdcsvd_compare_to_full (const MatrixType &m, unsigned int computationOptions, const BDCSVD< MatrixType > &referenceSvd) |
| template<typename MatrixType > | |
| void | bdcsvd_inf_nan () |
| void | bdcsvd_preallocate () |
| template<typename MatrixType > | |
| void | bdcsvd_solve (const MatrixType &m, unsigned int computationOptions) |
| template<typename MatrixType > | |
| void | bdcsvd_test_all_computation_options (const MatrixType &m) |
| template<typename MatrixType > | |
| void | bdcsvd_verify_assert (const MatrixType &m) |
| template<typename MatrixType > | |
| void | compare_bdc_jacobi (const MatrixType &a=MatrixType(), unsigned int computationOptions=0) |
| void | test_bdcsvd () |
| void bdcsvd | ( | const MatrixType & | a = MatrixType(), |
| bool | pickrandom = true |
||
| ) |
Definition at line 53 of file bdcsvd.cpp.
| void bdcsvd_check_full | ( | const MatrixType & | m, |
| const BDCSVD< MatrixType > & | svd | ||
| ) |
Definition at line 19 of file bdcsvd.cpp.
| void bdcsvd_compare_to_full | ( | const MatrixType & | m, |
| unsigned int | computationOptions, | ||
| const BDCSVD< MatrixType > & | referenceSvd | ||
| ) |
Definition at line 26 of file bdcsvd.cpp.
| void bdcsvd_inf_nan | ( | ) |
Definition at line 70 of file bdcsvd.cpp.
| void bdcsvd_preallocate | ( | ) |
Definition at line 77 of file bdcsvd.cpp.
| void bdcsvd_solve | ( | const MatrixType & | m, |
| unsigned int | computationOptions | ||
| ) |
Definition at line 35 of file bdcsvd.cpp.
| void bdcsvd_test_all_computation_options | ( | const MatrixType & | m | ) |
Definition at line 43 of file bdcsvd.cpp.
| void bdcsvd_verify_assert | ( | const MatrixType & | m | ) |
Definition at line 62 of file bdcsvd.cpp.
| void compare_bdc_jacobi | ( | const MatrixType & | a = MatrixType(), |
| unsigned int | computationOptions = 0 |
||
| ) |
Definition at line 85 of file bdcsvd.cpp.
| void test_bdcsvd | ( | ) |
Definition at line 105 of file bdcsvd.cpp.