Searched defs:spmat (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DBlockSparseMatrix.h389 inline BlockSparseMatrix(const MatrixType& spmat) : m_blockSize(BlockSize) argument
393 *this = spmat;
405 inline BlockSparseMatrix& operator=(const MatrixType& spmat) argument
422 typename MatrixType::InnerIterator it_spmat(spmat, j);
449 typename MatrixType::InnerIterator it_spmat(spmat, j);

Completed in 91 milliseconds