HomeSort by relevance Sort by last modified time
    Searched defs:eigen_assert (Results 1 - 4 of 4) sorted by null

  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrix.h 150 eigen_assert(outer < outerSize()); function
151 eigen_assert(inner < innerSize());
199 eigen_assert(outer < outerSize()); function
200 eigen_assert(inner < innerSize());
209 eigen_assert(outer >= minOuterIndex && "you try to acces a coeff that do not exist in the storage");
215 eigen_assert(inner >= minInnerIndex && "you try to acces a coeff that do not exist in the storage");
222 eigen_assert(outer <= maxOuterIndex && "you try to acces a coeff that do not exist in the storage");
228 eigen_assert(inner <= maxInnerIndex && "you try to acces a coeff that do not exist in the storage");
235 eigen_assert(idx < outerSize()); function
236 eigen_assert(idx < innerSize())
    [all...]
  /external/eigen/Eigen/src/Core/util/
Macros.h 205 // eigen_assert can be overridden
206 #ifndef eigen_assert
207 #define eigen_assert(x) eigen_plain_assert(x) macro
211 #define eigen_internal_assert(x) eigen_assert(x)
  /external/eigen/test/eigen2/
main.h 68 #define eigen_assert(a) \ macro
98 #undef eigen_assert
101 #define eigen_assert(a) \
  /external/eigen/test/
main.h 104 #define eigen_assert(a) \ macro
138 #define eigen_assert(a) \

Completed in 220 milliseconds