OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NoQRPreconditioner
(Results
1 - 3
of
3
) sorted by null
/external/eigen/Eigen/src/Core/util/
Constants.h
352
NoQRPreconditioner
,
/external/eigen/test/
jacobisvd.cpp
95
if (QRPreconditioner ==
NoQRPreconditioner
&& m.rows() != m.cols())
136
jacobisvd_test_all_computation_options<MatrixType,
NoQRPreconditioner
>(m);
/external/eigen/Eigen/src/SVD/
JacobiSVD.h
40
ret = !( (QRPreconditioner ==
NoQRPreconditioner
) ||
471
* \li
NoQRPreconditioner
allows not to use a QR preconditioner at all. This is useful if you know that you will only be computing
[
all
...]
Completed in 161 milliseconds