eigen/Eigen
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
..
src Throw std::bad_alloc even when exceptions are disabled, by doing new int[size_t(-1)]. 2011-10-17 08:44:44 -04:00
Array introduce the 3 stages of eigen2 support, writing to the mailing list about that in Eigen2 to Eigen3 Migration Path thread 2011-01-21 09:51:03 -05:00
Cholesky shut up stupid ICC warnings 2011-02-22 09:31:22 -05:00
CMakeLists.txt Improves the filter for hidden files in "Eigen" and "Eigen/src". 2010-11-22 10:47:07 -05:00
Core Throw std::bad_alloc even when exceptions are disabled, by doing new int[size_t(-1)]. 2011-10-17 08:44:44 -04:00
Dense Add newline at the end of Dense. 2010-07-23 19:00:02 +02:00
Eigen Eigen/Eigen should not include Sparse until it is API stable 2011-01-28 10:04:02 +01:00
Eigen2Support shut up stupid ICC warnings 2011-02-22 09:31:22 -05:00
Eigenvalues add a computeDirect method to SelfAdjointEigenSolver for fast eigen decomposition 2011-07-21 19:07:52 +02:00
Geometry shut up stupid ICC warnings 2011-02-22 09:31:22 -05:00
Householder shut up stupid ICC warnings 2011-02-22 09:31:22 -05:00
Jacobi shut up stupid ICC warnings 2011-02-22 09:31:22 -05:00
LeastSquares documentation fixes 2011-02-27 17:43:10 -05:00
LU shut up stupid ICC warnings 2011-02-22 09:31:22 -05:00
QR shut up stupid ICC warnings 2011-02-22 09:31:22 -05:00
QtAlignedMalloc shut up stupid ICC warnings 2011-02-22 09:31:22 -05:00
Sparse shut up stupid ICC warnings 2011-02-22 09:31:22 -05:00
StdDeque * added EIGEN_ALIGNED_ALLOCATOR macro to allow specifying a different aligned allocator 2010-07-26 19:06:47 -04:00
StdList
StdVector
SVD shut up stupid ICC warnings 2011-02-22 09:31:22 -05:00