HomeSort by relevance Sort by last modified time
    Searched refs:ConstMatrixType (Results 1 - 3 of 3) sorted by null

  /external/eigen/blas/
common.h 96 typedef Map<const Matrix<Scalar,Dynamic,Dynamic,ColMajor>, 0, OuterStride<> > ConstMatrixType;
level2_impl.h 257 ConstMatrixType mat_coeffs(a,coeff_rows,*n,*lda);
  /external/eigen/Eigen/src/Geometry/
Transform.h 219 typedef const MatrixType ConstMatrixType;
225 typedef const Block<ConstMatrixType,Dim,Dim,int(Mode)==(AffineCompact) && (Options&RowMajor)==0> ConstLinearPart;
239 typedef const Block<ConstMatrixType,Dim,1,!(internal::traits<MatrixType>::Flags & RowMajorBit)> ConstTranslationPart;
    [all...]

Completed in 587 milliseconds