Home
last modified time | relevance | path

Searched refs:ConstMatrixType (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/eigen/blas/
H A Dcommon.h104 typedef Map<const Matrix<Scalar,Dynamic,Dynamic,ColMajor>, 0, OuterStride<> > ConstMatrixType; typedef
H A Dlevel2_impl.h257 ConstMatrixType mat_coeffs(a,coeff_rows,*n,*lda); in EIGEN_BLAS_FUNC()
/aosp_15_r20/external/eigen/Eigen/src/Geometry/
H A DTransform.h222 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…