#include "svd_common.h"
Go to the source code of this file.
Functions | |
| template<typename MatrixType > | |
| void | jacobisvd (const MatrixType &a=MatrixType(), bool pickrandom=true) |
| void | jacobisvd_bug286 () |
| template<typename MatrixType , int QRPreconditioner> | |
| void | jacobisvd_check_full (const MatrixType &m, const JacobiSVD< MatrixType, QRPreconditioner > &svd) |
| template<typename MatrixType , int QRPreconditioner> | |
| void | jacobisvd_compare_to_full (const MatrixType &m, unsigned int computationOptions, const JacobiSVD< MatrixType, QRPreconditioner > &referenceSvd) |
| template<typename MatrixType > | |
| void | jacobisvd_inf_nan () |
| template<typename MatrixType > | |
| void | jacobisvd_method () |
| void | jacobisvd_preallocate () |
| template<typename MatrixType , int QRPreconditioner> | |
| void | jacobisvd_solve (const MatrixType &m, unsigned int computationOptions) |
| template<typename MatrixType , int QRPreconditioner> | |
| void | jacobisvd_test_all_computation_options (const MatrixType &m) |
| template<typename MatrixType > | |
| void | jacobisvd_verify_assert (const MatrixType &m) |
| void | test_jacobisvd () |
| void jacobisvd | ( | const MatrixType & | a = MatrixType(), |
| bool | pickrandom = true |
||
| ) |
Definition at line 53 of file jacobisvd.cpp.
| void jacobisvd_bug286 | ( | ) |
Definition at line 115 of file jacobisvd.cpp.
| void jacobisvd_check_full | ( | const MatrixType & | m, |
| const JacobiSVD< MatrixType, QRPreconditioner > & | svd | ||
| ) |
Definition at line 14 of file jacobisvd.cpp.
| void jacobisvd_compare_to_full | ( | const MatrixType & | m, |
| unsigned int | computationOptions, | ||
| const JacobiSVD< MatrixType, QRPreconditioner > & | referenceSvd | ||
| ) |
Definition at line 20 of file jacobisvd.cpp.
| void jacobisvd_inf_nan | ( | ) |
Definition at line 107 of file jacobisvd.cpp.
| void jacobisvd_method | ( | ) |
Definition at line 92 of file jacobisvd.cpp.
| void jacobisvd_preallocate | ( | ) |
Definition at line 133 of file jacobisvd.cpp.
| void jacobisvd_solve | ( | const MatrixType & | m, |
| unsigned int | computationOptions | ||
| ) |
Definition at line 29 of file jacobisvd.cpp.
| void jacobisvd_test_all_computation_options | ( | const MatrixType & | m | ) |
Definition at line 37 of file jacobisvd.cpp.
| void jacobisvd_verify_assert | ( | const MatrixType & | m | ) |
Definition at line 65 of file jacobisvd.cpp.
| void test_jacobisvd | ( | ) |
Definition at line 138 of file jacobisvd.cpp.