Home
last modified time | relevance | path

Searched refs:DenseMatrixType (Results 1 – 7 of 7) sorted by relevance

/external/eigen/test/
Dbandmatrix.cpp16 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrixType; in bandmatrix() typedef
25 DenseMatrixType dm1(rows,cols); in bandmatrix()
Dsparse_product.cpp330 template<typename SparseMatrixType, typename DenseMatrixType> void sparse_product_regression_test() in sparse_product_regression_test()
334 DenseMatrixType m2(2,2); in sparse_product_regression_test()
338 DenseMatrixType m3 = sm1*m2; in sparse_product_regression_test()
346 DenseMatrixType m4(sm2*m2); in sparse_product_regression_test()
/external/eigen/Eigen/src/Core/
DPermutationMatrix.h63 DenseMatrixType; typedef
124 DenseMatrixType toDenseMatrix() const in toDenseMatrix()
576 typedef typename PermutationType::DenseMatrixType DenseMatrixType;
598 DenseMatrixType toDenseMatrix() const { return derived(); }
DBandMatrix.h34 typedef Matrix<Scalar,RowsAtCompileTime,ColsAtCompileTime> DenseMatrixType; typedef
35 typedef typename DenseMatrixType::StorageIndex StorageIndex;
145 DenseMatrixType toDenseMatrix() const in toDenseMatrix()
147 DenseMatrixType res(rows(),cols()); in toDenseMatrix()
DDiagonalMatrix.h36 …wsAtCompileTime, ColsAtCompileTime, 0, MaxRowsAtCompileTime, MaxColsAtCompileTime> DenseMatrixType; typedef
37 typedef DenseMatrixType DenseType;
46 DenseMatrixType toDenseMatrix() const { return derived(); } in toDenseMatrix()
DTriangularMatrix.h51 typedef typename internal::traits<Derived>::FullMatrixType DenseMatrixType; typedef
52 typedef DenseMatrixType DenseType;
117 DenseMatrixType toDenseMatrix() const in toDenseMatrix()
119 DenseMatrixType res(rows(), cols()); in toDenseMatrix()
343 typedef typename MatrixType::PlainObject DenseMatrixType;
344 typedef DenseMatrixType PlainObject;
/external/eigen/Eigen/src/SparseCore/
DSparseMatrixBase.h133 typedef Matrix<Scalar,RowsAtCompileTime,ColsAtCompileTime> DenseMatrixType; typedef
365 DenseMatrixType toDense() const in toDense()
367 return DenseMatrixType(derived()); in toDense()