HomeSort by relevance Sort by last modified time
    Searched refs:MatrixFree (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/IterativeLinearSolvers/
IterativeSolverBase.h 46 template<typename MatrixType, bool MatrixFree = !internal::is_ref_compatible<MatrixType>::value>
60 MatrixFree = false
110 MatrixFree = true
ConjugateGradient.h 202 TransposeInput = (!MatrixWrapper::MatrixFree)
208 EIGEN_STATIC_ASSERT(EIGEN_IMPLIES(MatrixWrapper::MatrixFree,UpLo==(Lower|Upper)),MATRIX_FREE_CONJUGATE_GRADIENT_IS_COMPATIBLE_WITH_UPPER_UNION_LOWER_MODE_ONLY);
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
MINRES.h 245 TransposeInput = (!MatrixWrapper::MatrixFree)
251 EIGEN_STATIC_ASSERT(EIGEN_IMPLIES(MatrixWrapper::MatrixFree,UpLo==(Lower|Upper)),MATRIX_FREE_CONJUGATE_GRADIENT_IS_COMPATIBLE_WITH_UPPER_UNION_LOWER_MODE_ONLY);

Completed in 1957 milliseconds