This website requires JavaScript.
Explore
Help
Register
Sign In
GitHub-Proxy
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2025-07-23 13:24:28 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eigen
/
test
History
Benoit Jacob
a52c74095f
rename src/ to Eigen/ so that we're able to #include<Eigen/Core.h>
...
in the examples instead of ugly things like #include"../../src/Core.h"
2007-12-20 21:25:13 +00:00
..
adjoint.cpp
expand unit-tests and fix const-qualifaction bugs thus discovered
2007-12-12 17:48:20 +00:00
basicstuff.cpp
split the coeffs accessors/mutators into a separate Coeffs.h file
2007-12-18 16:02:14 +00:00
CMakeLists.txt
add constructors and accessors/mutators specific to small vectors.
2007-12-17 20:51:40 +00:00
main.cpp
revert most of my previous commit. forcing the compiler to inline only increased
2007-12-11 14:57:42 +00:00
main.h
rename src/ to Eigen/ so that we're able to #include<Eigen/Core.h>
2007-12-20 21:25:13 +00:00
miscmatrices.cpp
-add Ones, DiagonalMatrix, DiagonalCoeffs
2007-12-15 18:16:30 +00:00
smallvectors.cpp
add constructors and accessors/mutators specific to small vectors.
2007-12-17 20:51:40 +00:00
submatrices.cpp
-add Ones, DiagonalMatrix, DiagonalCoeffs
2007-12-15 18:16:30 +00:00