Benoit Jacob 16b638c159 Throw std::bad_alloc even when exceptions are disabled, by doing new int[size_t(-1)].
Don't throw exceptions on aligned_malloc(0) (just because malloc's retval is null doesn't mean error, if size==0).
Remove EIGEN_NO_EXCEPTIONS option, use only compiler standard defines. Either exceptions are enabled or they aren't.
2011-10-17 08:44:44 -04:00
2011-09-21 10:28:09 +02:00
2011-10-14 21:21:38 +02:00
2011-02-06 11:55:51 -05:00
2011-01-31 09:21:31 -05:00
2009-11-19 12:09:04 -05:00
Description
No description provided
184 MiB
Languages
C++ 85%
Fortran 8.6%
C 2.8%
CMake 1.9%
Cuda 1.2%
Other 0.4%