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

  /external/eigen/Eigen/src/Core/util/
StaticAssert.h 71 INVALID_MATRIX_TEMPLATE_PARAMETERS,
  /external/eigen/Eigen/src/SparseCore/
SparseVector.h 340 EIGEN_STATIC_ASSERT((_Options&(ColMajor|RowMajor))==Options,INVALID_MATRIX_TEMPLATE_PARAMETERS);
SparseMatrix.h 854 EIGEN_STATIC_ASSERT((Options&(ColMajor|RowMajor))==Options,INVALID_MATRIX_TEMPLATE_PARAMETERS);
    [all...]
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 666 INVALID_MATRIX_TEMPLATE_PARAMETERS)
    [all...]
  /external/eigen/Eigen/src/Geometry/
Quaternion.h 288 INVALID_MATRIX_TEMPLATE_PARAMETERS)
Transform.h 633 EIGEN_STATIC_ASSERT((Options & (DontAlign|RowMajor)) == Options, INVALID_MATRIX_TEMPLATE_PARAMETERS)
    [all...]

Completed in 300 milliseconds