Searched refs:SparseLUMatrixLReturnType (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
H A DSparseLU.h18 template <typename MappedSparseMatrixType> struct SparseLUMatrixLReturnType;
134 SparseLUMatrixLReturnType<SCMatrix> matrixL() const
136 return SparseLUMatrixLReturnType<SCMatrix>(m_Lstore);
655 struct SparseLUMatrixLReturnType : internal::no_assignment_operator struct in namespace:Eigen
659 SparseLUMatrixLReturnType(const MappedSupernodalType& mapL) : m_mapL(mapL) function in struct:Eigen::SparseLUMatrixLReturnType

Completed in 136 milliseconds