OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ConstMatrixType
(Results
1 - 2
of
2
) sorted by null
/external/eigen/blas/
common.h
96
typedef Map<const Matrix<Scalar,Dynamic,Dynamic,ColMajor>, 0, OuterStride<> >
ConstMatrixType
;
/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 565 milliseconds