| .. |
|
adjoint.cpp
|
add a stable_norm unit test
|
2009-09-07 12:46:16 +02:00 |
|
array_replicate.cpp
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
array_reverse.cpp
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
array.cpp
|
Set of fixes and workaround to make sun studio more happy.
|
2009-07-10 16:10:03 +02:00 |
|
bandmatrix.cpp
|
Adaptions from .lazy() towards .noalias().
|
2009-08-31 17:29:37 +02:00 |
|
basicstuff.cpp
|
* add serious unit test for swap
|
2009-09-02 16:56:48 -04:00 |
|
cholesky.cpp
|
add a stable_norm unit test
|
2009-09-07 12:46:16 +02:00 |
|
CMakeLists.txt
|
* fix super nasty bug: vector.maxCoeff(&index) didn't work when 'vector'
|
2009-09-16 14:18:30 -04:00 |
|
commainitializer.cpp
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
conservative_resize.cpp
|
Fixed unit test and improved code reusage for resizing.
|
2009-09-07 17:48:42 +02:00 |
|
cwiseop.cpp
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
determinant.cpp
|
fixes in determinant and homogeneous
|
2009-08-06 16:54:55 +02:00 |
|
diagonalmatrices.cpp
|
fully vectorize DiagonalProduct
|
2009-06-29 04:01:31 +02:00 |
|
dynalloc.cpp
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
eigensolver_complex.cpp
|
rename the EigenSolver module to Eigenvalues
|
2009-09-04 09:23:38 +02:00 |
|
eigensolver_generic.cpp
|
rename the EigenSolver module to Eigenvalues
|
2009-09-04 09:23:38 +02:00 |
|
eigensolver_selfadjoint.cpp
|
rename the EigenSolver module to Eigenvalues
|
2009-09-04 09:23:38 +02:00 |
|
geo_alignedbox.cpp
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
geo_eulerangles.cpp
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
geo_homogeneous.cpp
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
geo_hyperplane.cpp
|
* rename QR to HouseholderQR because really that impacts the API, not just the impl.
|
2009-07-06 17:12:10 +02:00 |
|
geo_orthomethods.cpp
|
improve coverage of unitOrthogonal
|
2009-09-07 12:53:25 +02:00 |
|
geo_parametrizedline.cpp
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
geo_quaternion.cpp
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
geo_transformations.cpp
|
more product refactoring
|
2009-08-06 12:20:02 +02:00 |
|
gsl_helper.h
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
householder.cpp
|
change the make householder algorithm so that the remaining coefficient
|
2009-08-17 17:04:32 +02:00 |
|
inverse.cpp
|
implement two levels of blocking in PartialLU => high speedup
|
2009-08-04 11:28:02 +02:00 |
|
jacobisvd.cpp
|
big reorganization in JacobiSVD:
|
2009-09-03 02:53:51 -04:00 |
|
linearstructure.cpp
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
lu.cpp
|
small improvements
|
2009-08-24 00:09:01 -04:00 |
|
main.h
|
disable warning 279: controlling expression is constant for ICC
|
2009-09-15 13:03:24 +02:00 |
|
map.cpp
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
meta.cpp
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
miscmatrices.cpp
|
new implementation of diagonal matrices and diagonal matrix expressions
|
2009-06-28 21:27:37 +02:00 |
|
mixingtypes.cpp
|
uncomment stuff commented for debugging (sorry for the noise)
|
2009-09-07 11:26:20 +02:00 |
|
nomalloc.cpp
|
more product refactoring
|
2009-08-06 12:20:02 +02:00 |
|
packetmath.cpp
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
product_extra.cpp
|
improve coverage of matrix-vector product
|
2009-09-07 14:04:56 +02:00 |
|
product_large.cpp
|
bugfix for a = a * b; when a has to be resized
|
2009-07-20 10:35:47 +02:00 |
|
product_notemporary.cpp
|
move eigen values related stuff of the QR module to a new EigenSolver module.
|
2009-09-03 11:39:44 +02:00 |
|
product_selfadjoint.cpp
|
various compilation and bug fixes in selfadjoint stuff
|
2009-07-27 13:17:39 +02:00 |
|
product_small.cpp
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
product_symm.cpp
|
Adaptions from .lazy() towards .noalias().
|
2009-08-31 17:29:37 +02:00 |
|
product_syrk.cpp
|
compilation fixes
|
2009-07-27 13:50:23 +02:00 |
|
product_trmm.cpp
|
add a debug mechanism to compute the number of intermediate evaluations (only for dynamic size)
|
2009-07-28 17:13:13 +02:00 |
|
product_trmv.cpp
|
compilation fixes
|
2009-07-27 13:50:23 +02:00 |
|
product_trsm.cpp
|
Fixed a cast warning in scaleAndAddTo.
|
2009-08-31 15:34:57 +02:00 |
|
product.h
|
Adaptions from .lazy() towards .noalias().
|
2009-08-31 17:29:37 +02:00 |
|
qr_colpivoting.cpp
|
* fix bug in col-pivoting qr, forgot to swap the colNorms when swapping cols
|
2009-09-16 14:19:59 -04:00 |
|
qr_fullpivoting.cpp
|
modernize HouseholderQR too, uniformize all that stuff, update tests
|
2009-08-24 13:46:14 -04:00 |
|
qr.cpp
|
modernize HouseholderQR too, uniformize all that stuff, update tests
|
2009-08-24 13:46:14 -04:00 |
|
qtvector.cpp
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
redux.cpp
|
* fix super nasty bug: vector.maxCoeff(&index) didn't work when 'vector'
|
2009-09-16 14:18:30 -04:00 |
|
regression.cpp
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
resize.cpp
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
runtest.sh
|
* bug fixes in: Dot, generalized eigen problem, singular matrix detetection in Cholesky
|
2008-08-23 15:14:20 +00:00 |
|
sizeof.cpp
|
merge
|
2009-05-22 20:31:26 +02:00 |
|
smallvectors.cpp
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
sparse_basic.cpp
|
add a SparseNestByValue expression and fix issue in sparse adjoint evaluation
|
2009-07-13 14:55:03 +02:00 |
|
sparse_product.cpp
|
* update sparse module wrt new diagonal matrix impl
|
2009-07-04 11:16:27 +02:00 |
|
sparse_solvers.cpp
|
bug fix in inverse for 1x1 matrix,
|
2009-07-27 18:09:56 +02:00 |
|
sparse_vector.cpp
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
sparse.h
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
stable_norm.cpp
|
Added missing casts.
|
2009-09-08 08:27:18 +02:00 |
|
stdvector.cpp
|
fix typo
|
2009-08-22 10:40:39 -04:00 |
|
submatrices.cpp
|
fix Matrix::stride for vectors, add a unit test for Block::stride
|
2009-08-31 17:39:56 +02:00 |
|
svd.cpp
|
simplifications
|
2009-08-31 22:09:44 -04:00 |
|
swap.cpp
|
* add serious unit test for swap
|
2009-09-02 16:56:48 -04:00 |
|
testsuite.cmake
|
Added support to overwrite the generator type.
|
2009-09-02 20:57:41 +02:00 |
|
triangular.cpp
|
fix a couple of compilations issues
|
2009-08-06 14:10:02 +02:00 |
|
umeyama.cpp
|
Fixed a cast warning in scaleAndAddTo.
|
2009-08-31 15:34:57 +02:00 |
|
unalignedassert.cpp
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
vectorization_logic.cpp
|
remove sentence "Eigen itself is part of the KDE project."
|
2009-05-22 20:25:33 +02:00 |
|
visitor.cpp
|
* fix super nasty bug: vector.maxCoeff(&index) didn't work when 'vector'
|
2009-09-16 14:18:30 -04:00 |