This website requires JavaScript.
Explore
Help
Register
Sign In
CFD
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a6d387a359
eigen
/
Eigen
History
Gael Guennebaud
a6d387a359
Various compilation fixes for MSVC 9. All tests compile but some
...
still fail at runtime in ei_aligned_free() (even without vectorization).
2008-08-19 11:06:40 +00:00
..
src
Various compilation fixes for MSVC 9. All tests compile but some
2008-08-19 11:06:40 +00:00
Array
Add .perpendicular() function in Geometry module (adapted from Eigen1)
2008-07-22 10:54:42 +00:00
Cholesky
bugfix in CholeskyWithoutSquareRoot::solve found by Timothy Hunter
2008-08-16 07:09:39 +00:00
CMakeLists.txt
*make Eigen2 install to prefix/include/eigen2/Eigen
2008-08-16 12:56:38 +00:00
Core
renamed inverseProduct => solveTriangular
2008-08-09 20:06:25 +00:00
CoreDeclarations
last small fixes, this is alpha6, eigen2 is now ready for eigen1 apps to
2008-08-12 02:14:02 +00:00
Geometry
Various compilation fixes for MSVC 9. All tests compile but some
2008-08-19 11:06:40 +00:00
LU
Complete LU documentation
2008-08-11 21:26:37 +00:00
QR
* doc improvements in Cwise and PartialRedux:
2008-08-19 04:30:28 +00:00
Regression
* add Regression module, from eigen1, improved, with doc and unit-test.
2008-08-11 02:25:40 +00:00
Sparse
* added an in-place version of inverseProduct which
2008-06-29 21:29:12 +00:00