OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:svd_compare_to_full
(Results
1 - 3
of
3
) sorted by null
/external/eigen/unsupported/test/
svd_common.h
55
void
svd_compare_to_full
(const MatrixType& m,
function
75
} // end
svd_compare_to_full
116
svd_compare_to_full
< MatrixType, SVD >(m, ComputeFullU, fullSvd);
117
svd_compare_to_full
< MatrixType, SVD >(m, ComputeFullV, fullSvd);
118
svd_compare_to_full
< MatrixType, SVD >(m, 0, fullSvd);
123
svd_compare_to_full
< MatrixType, SVD >(m, ComputeFullU|ComputeThinV, fullSvd);
124
svd_compare_to_full
< MatrixType, SVD >(m, ComputeThinV, fullSvd);
125
svd_compare_to_full
< MatrixType, SVD >(m, ComputeThinU|ComputeFullV, fullSvd);
126
svd_compare_to_full
< MatrixType, SVD >(m, ComputeThinU , fullSvd);
127
svd_compare_to_full
< MatrixType, SVD >(m, ComputeThinU|ComputeThinV, fullSvd)
[
all
...]
bdcsvd.cpp
30
svd_compare_to_full
< MatrixType, BDCSVD< MatrixType > >(m, computationOptions, referenceSvd);
jacobisvd.cpp
24
svd_compare_to_full
<MatrixType, JacobiSVD<MatrixType, QRPreconditioner> >(m, computationOptions, referenceSvd);
Completed in 650 milliseconds