Searched refs:ConstMatrixType (Results 1 – 3 of 3) sorted by relevance
/external/eigen/blas/ |
D | common.h | 96 typedef Map<const Matrix<Scalar,Dynamic,Dynamic,ColMajor>, 0, OuterStride<> > ConstMatrixType; typedef
|
D | level2_impl.h | 257 ConstMatrixType mat_coeffs(a,coeff_rows,*n,*lda); in EIGEN_BLAS_FUNC()
|
/external/eigen/Eigen/src/Geometry/ |
D | Transform.h | 219 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…
|