Searched refs:ConstMatrixType (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/eigen/blas/ |
H A D | common.h | 104 typedef Map<const Matrix<Scalar,Dynamic,Dynamic,ColMajor>, 0, OuterStride<> > ConstMatrixType; typedef
|
H A D | level2_impl.h | 257 ConstMatrixType mat_coeffs(a,coeff_rows,*n,*lda); in EIGEN_BLAS_FUNC()
|
/aosp_15_r20/external/eigen/Eigen/src/Geometry/ |
H A D | Transform.h | 222 typedef const MatrixType ConstMatrixType; 228 …typedef const Block<ConstMatrixType,Dim,Dim,int(Mode)==(AffineCompact) && (int(Options)&RowMajor)=… 242 …typedef const Block<ConstMatrixType,Dim,1,!(internal::traits<MatrixType>::Flags & RowMajorBit)> Co…
|