Searched refs:EIGEN_SPARSE_QR (Results 1 – 8 of 8) sorted by relevance
410 options.algorithm_type = EIGEN_SPARSE_QR; in TEST_F()458 options.algorithm_type = EIGEN_SPARSE_QR; in TEST_F()507 options.algorithm_type = EIGEN_SPARSE_QR; in TEST_F()563 options.algorithm_type = EIGEN_SPARSE_QR; in TEST_F()
266 CASESTR(EIGEN_SPARSE_QR); in CovarianceAlgorithmTypeToString()278 STRENUM(EIGEN_SPARSE_QR); in StringToCovarianceAlgorithmType()
391 case EIGEN_SPARSE_QR: in ComputeCovarianceValues()
207 : algorithm_type(EIGEN_SPARSE_QR), in Options()
409 EIGEN_SPARSE_QR enumerator
13 #. Added ``EIGEN_SPARSE_QR`` algorithm for covariance estimation using28 ``EIGEN_SPARSE_QR``.
2286 ``EIGEN_SPARSE_QR`` otherwise.2305 2. ``EIGEN_SPARSE_QR`` uses the sparse QR factorization algorithm2318 significantly faster than ``EIGEN_SPARSE_QR``.2320 Neither ``EIGEN_SPARSE_QR`` nor ``SUITE_SPARSE_QR`` are capable of2360 2. ``EIGEN_SPARSE_QR`` and ``SUITE_SPARSE_QR``2402 This option has no effect on ``EIGEN_SPARSE_QR`` and
257 MESSAGE(" which can still use the EIGEN_SPARSE_QR algorithm.")