Searched defs:DenseMatrixType (Results 1 – 6 of 6) sorted by relevance
/external/eigen/test/ |
D | bandmatrix.cpp | 16 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrixType; in bandmatrix() typedef
|
/external/eigen/Eigen/src/Core/ |
D | DiagonalMatrix.h | 36 …wsAtCompileTime, ColsAtCompileTime, 0, MaxRowsAtCompileTime, MaxColsAtCompileTime> DenseMatrixType; typedef
|
D | TriangularMatrix.h | 51 typedef typename internal::traits<Derived>::FullMatrixType DenseMatrixType; typedef
|
D | BandMatrix.h | 34 typedef Matrix<Scalar,RowsAtCompileTime,ColsAtCompileTime> DenseMatrixType; typedef
|
D | PermutationMatrix.h | 63 DenseMatrixType; typedef
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseMatrixBase.h | 133 typedef Matrix<Scalar,RowsAtCompileTime,ColsAtCompileTime> DenseMatrixType; typedef
|