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

/external/eigen/test/
H A Dbandmatrix.cpp16 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrixType; typedef
25 DenseMatrixType dm1(rows,cols);
/external/eigen/Eigen/src/Core/
H A DBandMatrix.h34 typedef Matrix<Scalar,RowsAtCompileTime,ColsAtCompileTime> DenseMatrixType; typedef in class:Eigen::internal::BandMatrixBase
35 typedef typename DenseMatrixType::StorageIndex StorageIndex;
145 DenseMatrixType toDenseMatrix() const
147 DenseMatrixType res(rows(),cols());
H A DDiagonalMatrix.h36 typedef Matrix<Scalar, RowsAtCompileTime, ColsAtCompileTime, 0, MaxRowsAtCompileTime, MaxColsAtCompileTime> DenseMatrixType; typedef in class:Eigen::DiagonalBase
37 typedef DenseMatrixType DenseType;
46 DenseMatrixType toDenseMatrix() const { return derived(); }
H A DPermutationMatrix.h63 DenseMatrixType; typedef in class:Eigen::PermutationBase
124 DenseMatrixType toDenseMatrix() const
576 typedef typename PermutationType::DenseMatrixType DenseMatrixType; typedef in class:Eigen::InverseImpl
598 DenseMatrixType toDenseMatrix() const { return derived(); }
H A DTriangularMatrix.h51 typedef typename internal::traits<Derived>::FullMatrixType DenseMatrixType; typedef in class:Eigen::TriangularBase
52 typedef DenseMatrixType DenseType;
117 DenseMatrixType toDenseMatrix() const
119 DenseMatrixType res(rows(), cols());
343 typedef typename MatrixType::PlainObject DenseMatrixType; typedef in class:Eigen::TriangularViewImpl
344 typedef DenseMatrixType PlainObject;
/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrixBase.h133 typedef Matrix<Scalar,RowsAtCompileTime,ColsAtCompileTime> DenseMatrixType; typedef in class:Eigen::SparseMatrixBase
365 DenseMatrixType toDense() const
367 return DenseMatrixType(derived());

Completed in 198 milliseconds