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

  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h 304 if (!m_innerNonZeros) internal::throw_std_bad_alloc();
337 if (!newOuterIndex) internal::throw_std_bad_alloc();
570 if (!newInnerNonZeros) internal::throw_std_bad_alloc();
580 if (!m_innerNonZeros) internal::throw_std_bad_alloc();
603 if (!newOuterIndex) internal::throw_std_bad_alloc();
630 if (!m_outerIndex) internal::throw_std_bad_alloc();
    [all...]
CompressedStorage.h 95 internal::throw_std_bad_alloc();
  /external/eigen/Eigen/src/Core/util/
Memory.h 67 inline void throw_std_bad_alloc() function in namespace:Eigen::internal
168 throw_std_bad_alloc();
200 throw_std_bad_alloc();
223 throw_std_bad_alloc();
289 throw_std_bad_alloc();
    [all...]
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 48 throw_std_bad_alloc();
    [all...]

Completed in 962 milliseconds