Go to file
Benoit Jacob 335d3bcf05 Based on code + help from Alex Stapleton:
*Add Eigen/StdVector header.
Including it #includes<vector> and "Core" and generates a partial
specialization of std::vector<T> for T=Eigen::Matrix<...>
that will work even with vectorizable fixed-size Eigen types
(working around a design issue in the c++ STL)
*Add unit-test

CCMAIL: alex.stapleton@gmail.com
2009-01-09 23:26:45 +00:00
bench the big memory changes. the most important changes are: 2009-01-08 15:20:21 +00:00
cmake add BLAS dependency in FindSuperLU.cmake 2009-01-08 11:27:02 +00:00
demos prefix all Eigen cmake variable with EIGEN_ and switched to lowercase for all cmake files 2008-12-02 12:59:10 +00:00
disabled Update e-mail address 2008-11-24 13:40:43 +00:00
doc EIGEN_MAKE_ALIGNED_OPERATOR_NEW didn't actually need to get the class 2009-01-08 15:37:13 +00:00
Eigen Based on code + help from Alex Stapleton: 2009-01-09 23:26:45 +00:00
test Based on code + help from Alex Stapleton: 2009-01-09 23:26:45 +00:00
.krazy * Add Hyperplane::transform(Matrix/Transform) 2008-08-31 13:32:29 +00:00
CMakeLists.txt Add cdash.org support: 2009-01-08 11:53:21 +00:00
COPYING Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
COPYING.LESSER Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
CTestConfig.cmake change the day switch time to 5:00 UTC 2009-01-08 18:45:26 +00:00
Doxyfile * block() for vectors ---> segment() 2008-09-15 15:45:41 +00:00
Mainpage.dox tutorial: add array module warnings when needed 2008-11-17 15:38:57 +00:00