Go to the source code of this file.
Functions | |
int | main () |
template<typename T > | |
unsigned | multipass () |
template<typename T > | |
void | SVDTest (size_t r, size_t c, T xA[], T xB[], T xBSref[], gnsstk::TestUtil &testFramework) |
int main | ( | ) |
Definition at line 107 of file Matrix_SVD_T.cpp.
unsigned multipass | ( | ) |
Definition at line 80 of file Matrix_SVD_T.cpp.
void SVDTest | ( | size_t | r, |
size_t | c, | ||
T | xA[], | ||
T | xB[], | ||
T | xBSref[], | ||
gnsstk::TestUtil & | testFramework | ||
) |
Definition at line 48 of file Matrix_SVD_T.cpp.