Searched refs:DenseMatrixType (Results 1 – 7 of 7) sorted by relevance
/external/eigen/test/ |
D | bandmatrix.cpp | 16 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrixType; in bandmatrix() typedef 25 DenseMatrixType dm1(rows,cols); in bandmatrix()
|
D | sparse_product.cpp | 330 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/ |
D | PermutationMatrix.h | 63 DenseMatrixType; typedef 124 DenseMatrixType toDenseMatrix() const in toDenseMatrix() 576 typedef typename PermutationType::DenseMatrixType DenseMatrixType; 598 DenseMatrixType toDenseMatrix() const { return derived(); }
|
D | BandMatrix.h | 34 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()
|
D | DiagonalMatrix.h | 36 …wsAtCompileTime, ColsAtCompileTime, 0, MaxRowsAtCompileTime, MaxColsAtCompileTime> DenseMatrixType; typedef 37 typedef DenseMatrixType DenseType; 46 DenseMatrixType toDenseMatrix() const { return derived(); } in toDenseMatrix()
|
D | TriangularMatrix.h | 51 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/ |
D | SparseMatrixBase.h | 133 typedef Matrix<Scalar,RowsAtCompileTime,ColsAtCompileTime> DenseMatrixType; typedef 365 DenseMatrixType toDense() const in toDense() 367 return DenseMatrixType(derived()); in toDense()
|