Searched refs:maxInnerIndex (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineMatrix.h185 const Index maxInnerIndex = outer + m_data.lowerProfile(outer); variable
187 if (inner <= maxInnerIndex)
227 const Index maxInnerIndex = outer + m_data.lowerProfile(outer); variable
228 eigen_assert(inner <= maxInnerIndex && "you try to acces a coeff that do not exist in the storage");
256 const Index maxInnerIndex = outer + m_data.lowerProfile(outer);
257 if (inner <= maxInnerIndex)
306 const Index maxInnerIndex = outer + m_data.lowerProfile(outer);
307 eigen_assert(inner <= maxInnerIndex && "you try to acces a coeff that do not exist in the storage");
324 const Index maxInnerIndex = outer + m_data.lowerProfile(outer);
325 return inner <= maxInnerIndex;
[all...]

Completed in 59 milliseconds