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

/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrix.h304 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();
1146 if(!m_innerNonZeros) internal::throw_std_bad_alloc();
1160 if(!m_innerNonZeros) internal::throw_std_bad_alloc();
H A DCompressedStorage.h95 internal::throw_std_bad_alloc();
/external/eigen/Eigen/src/Core/util/
H A DMemory.h67 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();
/external/eigen/Eigen/src/Core/
H A DPlainObjectBase.h48 throw_std_bad_alloc();

Completed in 111 milliseconds