..
adjoint.cpp
update testsuite script
2009-01-12 11:55:52 +00:00
alignedbox.cpp
fix a warning in test/alignedbox
2009-01-12 15:29:51 +00:00
array.cpp
add lpNorm<p>() method to MatrixBase, implemented in Array module, with
2008-11-03 22:47:00 +00:00
basicstuff.cpp
* remove set(), revert to old behavior where = resizes
2009-01-21 17:10:23 +00:00
cholesky.cpp
* remove set(), revert to old behavior where = resizes
2009-01-21 17:10:23 +00:00
CMakeLists.txt
very minor update in test/CMakeLists.txt
2009-01-23 13:17:57 +00:00
commainitializer.cpp
fix a few remaining warnings
2009-01-23 12:26:32 +00:00
cwiseop.cpp
forgot to commit updated test
2009-01-11 21:04:23 +00:00
determinant.cpp
* the 4th template param of Matrix is now Options. One bit for storage
2009-01-04 15:26:32 +00:00
dynalloc.cpp
remove ei_new_allocator
2009-01-10 02:50:09 +00:00
eigensolver.cpp
* extractRotation ---> rotation
2008-12-19 14:52:03 +00:00
geometry.cpp
add computeRotationScaling and computeScalingRotation in SVD
2009-01-22 16:39:08 +00:00
gsl_helper.h
* bug fixes in: Dot, generalized eigen problem, singular matrix detetection in Cholesky
2008-08-23 15:14:20 +00:00
hyperplane.cpp
Update e-mail address
2008-11-24 13:40:43 +00:00
inverse.cpp
Update e-mail address
2008-11-24 13:40:43 +00:00
linearstructure.cpp
Update e-mail address
2008-11-24 13:40:43 +00:00
lu.cpp
fix a bunch of warnings (actual issues) reported by Frank
2009-01-22 00:09:34 +00:00
main.h
* fix in IO.h, a useless copy was made because of assignment from
2008-12-18 20:36:25 +00:00
map.cpp
the big memory changes. the most important changes are:
2009-01-08 15:20:21 +00:00
meta.cpp
fix a bunch of warnings (actual issues) reported by Frank
2009-01-22 00:09:34 +00:00
miscmatrices.cpp
Update e-mail address
2008-11-24 13:40:43 +00:00
mixingtypes.cpp
Sparse module: bugfix in SparseMatrix::resize(), now the indices are
2009-01-15 13:30:50 +00:00
nomalloc.cpp
fix a bunch of warnings (actual issues) reported by Frank
2009-01-22 00:09:34 +00:00
packetmath.cpp
fix segfault due to non-aligned packets
2009-01-04 23:23:32 +00:00
parametrizedline.cpp
Update e-mail address
2008-11-24 13:40:43 +00:00
product_large.cpp
bugfix in DiagonalProduct: a "DiagonalProduct<SomeXpr>" expression
2008-12-10 19:02:13 +00:00
product_small.cpp
Update e-mail address
2008-11-24 13:40:43 +00:00
product.h
Update e-mail address
2008-11-24 13:40:43 +00:00
qr.cpp
forgot to include the update of the qr test
2009-01-20 10:38:56 +00:00
qtvector.cpp
* remove set(), revert to old behavior where = resizes
2009-01-21 17:10:23 +00:00
regression.cpp
rename Regression --> LeastSquares
2009-01-04 15:55:54 +00: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
fix some compile errors with gcc 4.3, some warnings, some documentation
2008-06-06 13:10:00 +00:00
smallvectors.cpp
Update e-mail address
2008-11-24 13:40:43 +00:00
sparse_basic.cpp
sparse module: makes -= and += operator working
2009-01-23 13:59:32 +00:00
sparse_solvers.cpp
Sparse module:
2008-12-27 18:13:29 +00:00
sparse_vector.cpp
sparse module: makes -= and += operator working
2009-01-23 13:59:32 +00:00
sparse.h
fix a few remaining warnings
2009-01-23 12:26:32 +00:00
stdvector.cpp
* remove set(), revert to old behavior where = resizes
2009-01-21 17:10:23 +00:00
submatrices.cpp
fix a few remaining warnings
2009-01-23 12:26:32 +00:00
sum.cpp
fix a bunch of warnings (actual issues) reported by Frank
2009-01-22 00:09:34 +00:00
svd.cpp
add polar decomposition on both sides, in SVD, with test
2009-01-22 15:00:47 +00:00
testsuite.cmake
* fix compilation with gcc 3.4
2009-01-23 09:50:16 +00:00
triangular.cpp
* the Upper->UpperTriangular change
2008-12-20 13:36:12 +00:00
unalignedassert.cpp
EIGEN_MAKE_ALIGNED_OPERATOR_NEW didn't actually need to get the class
2009-01-08 15:37:13 +00:00
vectorization_logic.cpp
Add cdash.org support:
2009-01-08 11:53:21 +00:00