Searched defs:eigen_assert (Results 1 - 4 of 4) sorted by path

/external/eigen/Eigen/src/Core/util/
H A DMacros.h205 // 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/
H A Dmain.h68 #define eigen_assert(a) \ macro
98 #undef eigen_assert
101 #define eigen_assert(a) \
/external/eigen/test/
H A Dmain.h109 #define eigen_assert(a) \ macro
143 #define eigen_assert(a) \
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineMatrix.h150 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(id
[all...]

Completed in 980 milliseconds