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

  /external/eigen/Eigen/src/Core/util/
Memory.h 85 inline void throw_std_bad_alloc() function in namespace:Eigen::internal
232 throw_std_bad_alloc();
287 throw_std_bad_alloc();
310 throw_std_bad_alloc();
366 throw_std_bad_alloc();
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h 295 if (!m_innerNonZeros) internal::throw_std_bad_alloc();
328 if (!newOuterIndex) internal::throw_std_bad_alloc();
549 if (!newInnerNonZeros) internal::throw_std_bad_alloc();
559 if (!m_innerNonZeros) internal::throw_std_bad_alloc();
582 if (!newOuterIndex) internal::throw_std_bad_alloc();
605 if (!m_outerIndex) internal::throw_std_bad_alloc();
    [all...]
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 46 throw_std_bad_alloc();
    [all...]

Completed in 341 milliseconds