Home
last modified time | relevance | path

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

/external/eigen/blas/
Dcommon.h96 typedef Map<const Matrix<Scalar,Dynamic,Dynamic,ColMajor>, 0, OuterStride<> > ConstMatrixType; typedef
Dlevel2_impl.h257 ConstMatrixType mat_coeffs(a,coeff_rows,*n,*lda); in EIGEN_BLAS_FUNC()
/external/eigen/Eigen/src/Geometry/
DTransform.h219 typedef const MatrixType ConstMatrixType;
225 …typedef const Block<ConstMatrixType,Dim,Dim,int(Mode)==(AffineCompact) && (Options&RowMajor)==0> C…
239 …typedef const Block<ConstMatrixType,Dim,1,!(internal::traits<MatrixType>::Flags & RowMajorBit)> Co…