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

/external/eigen/Eigen/src/SparseCore/
H A DConservativeSparseSparseProduct.h137 typedef SparseMatrix<typename ResultType::Scalar,RowMajor,typename ResultType::Index> RowMajorMatrix; typedef
142 RowMajorMatrix resRow(resCol);
152 typedef SparseMatrix<typename ResultType::Scalar,RowMajor,typename ResultType::Index> RowMajorMatrix; typedef
153 RowMajorMatrix rhsRow = rhs;
154 RowMajorMatrix resRow(lhs.rows(), rhs.cols());
155 internal::conservative_sparse_sparse_product_impl<RowMajorMatrix,Lhs,RowMajorMatrix>(rhsRow, lhs, resRow);
165 typedef SparseMatrix<typename ResultType::Scalar,RowMajor,typename ResultType::Index> RowMajorMatrix; typedef
166 RowMajorMatrix lhsRow = lhs;
167 RowMajorMatrix resRo
178 typedef SparseMatrix<typename ResultType::Scalar,RowMajor,typename ResultType::Index> RowMajorMatrix; typedef
231 typedef SparseMatrix<typename ResultType::Scalar,RowMajor,typename ResultType::Index> RowMajorMatrix; typedef
[all...]

Completed in 47 milliseconds