..
adjoint.cpp
last small fixes, this is alpha6, eigen2 is now ready for eigen1 apps to
2008-08-12 02:14:02 +00:00
array.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
basicstuff.cpp
*add operator()(int) for vectors, synonymous to operator[](int).
2008-08-18 12:33:14 +00:00
cholesky.cpp
bugfix in CholeskyWithoutSquareRoot::solve found by Timothy Hunter
2008-08-16 07:09:39 +00:00
CMakeLists.txt
* add Regression module, from eigen1, improved, with doc and unit-test.
2008-08-11 02:25:40 +00:00
commainitializer.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
cwiseop.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
determinant.cpp
* add LU unit-test. Seems like we have very good numerical stability!
2008-08-09 19:26:14 +00:00
eigensolver.cpp
Optimizations:
2008-08-01 23:44:59 +00:00
geometry.cpp
* Rewrite the triangular solver so that we can take advantage of our efficient matrix-vector products:
2008-07-26 20:40:29 +00:00
inverse.cpp
update the inverse test a little
2008-07-26 12:08:28 +00:00
linearstructure.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
lu.cpp
* add LU unit-test. Seems like we have very good numerical stability!
2008-08-09 19:26:14 +00:00
main.h
* add Regression module, from eigen1, improved, with doc and unit-test.
2008-08-11 02:25:40 +00:00
map.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
miscmatrices.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
nomalloc.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
product_large.cpp
Optimizations:
2008-08-01 23:44:59 +00:00
product_small.cpp
Optimizations:
2008-08-01 23:44:59 +00:00
product.h
Optimizations:
2008-08-01 23:44:59 +00:00
qr.cpp
* Merge Extract and Part to the Part expression.
2008-07-21 00:34:46 +00:00
regression.cpp
* add Regression module, from eigen1, improved, with doc and unit-test.
2008-08-11 02:25:40 +00:00
runtest.sh
sizeof.cpp
fix some compile errors with gcc 4.3, some warnings, some documentation
2008-06-06 13:10:00 +00:00
smallvectors.cpp
submatrices.cpp
renamed inverseProduct => solveTriangular
2008-08-09 20:06:25 +00:00
triangular.cpp
renamed inverseProduct => solveTriangular
2008-08-09 20:06:25 +00:00