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