Searched refs:sparse_matrix_block_impl (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/SparseCore/ |
D | SparseBlock.h | 96 class sparse_matrix_block_impl 111 inline sparse_matrix_block_impl(SparseMatrixType& xpr, Index i) in sparse_matrix_block_impl() function 115 …inline sparse_matrix_block_impl(SparseMatrixType& xpr, Index startRow, Index startCol, Index block… in sparse_matrix_block_impl() function 258 EIGEN_STATIC_ASSERT_VECTOR_ONLY(sparse_matrix_block_impl); in lastCoeff() 288 …: public internal::sparse_matrix_block_impl<SparseMatrix<_Scalar, _Options, _StorageIndex>,BlockRo… 293 typedef internal::sparse_matrix_block_impl<SparseMatrixType,BlockRows,BlockCols> Base; 307 …: public internal::sparse_matrix_block_impl<const SparseMatrix<_Scalar, _Options, _StorageIndex>,B… 312 typedef internal::sparse_matrix_block_impl<SparseMatrixType,BlockRows,BlockCols> Base;
|