eigen/test
Benoit Jacob fabaa6915b * fix in IO.h, a useless copy was made because of assignment from
Derived to MatrixBase.
* the optimization of eval() for Matrix now consists in a partial
  specialization of ei_eval, which returns a reference type for Matrix.
  No overriding of eval() in Matrix anymore. Consequence: careful,
  ei_eval is no longer guaranteed to give a plain matrix type!
  For that, use ei_plain_matrix_type, or the PlainMatrixType typedef.
* so lots of changes to adapt to that everywhere. Hope this doesn't
  break (too much) MSVC compilation.
* add code examples for the new image() stuff.
* lower a bit the precision for floats in the unit tests as
  we were already doing some workarounds in inverse.cpp and we got some
  failed tests.
2008-12-18 20:36:25 +00:00
..
adjoint.cpp Update e-mail address 2008-11-24 13:40:43 +00:00
alignedbox.cpp Add an axis aligned box in the geometry module. 2008-10-26 15:04:31 +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 Update e-mail address 2008-11-24 13:40:43 +00:00
cholesky.cpp As discussed on ML: 2008-10-24 21:42:03 +00:00
CMakeLists.txt more MSVC cmake fixes 2008-12-17 18:37:04 +00:00
commainitializer.cpp
cwiseop.cpp Update e-mail address 2008-11-24 13:40:43 +00:00
determinant.cpp Update e-mail address 2008-11-24 13:40:43 +00:00
dynalloc.cpp compilation fixes with MSVC 2008-09-03 11:26:19 +00:00
eigensolver.cpp * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/ 2008-12-17 14:30:01 +00:00
geometry.cpp bugfix in matrix to Euler-angles function 2008-12-06 11:04:33 +00:00
gsl_helper.h
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 LU class: 2008-12-17 16:47:55 +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 Update e-mail address 2008-11-24 13:40:43 +00:00
meta.cpp
miscmatrices.cpp Update e-mail address 2008-11-24 13:40:43 +00:00
nomalloc.cpp Update e-mail address 2008-11-24 13:40:43 +00:00
packetmath.cpp Update e-mail address 2008-11-24 13:40:43 +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
regression.cpp * Much better, consistent error msgs when mixing different scalar types: 2008-12-03 21:01:55 +00:00
runtest.sh
sizeof.cpp
smallvectors.cpp Update e-mail address 2008-11-24 13:40:43 +00:00
sparse_basic.cpp Sparse module: add a more flexible SparseMatrix::fillrand() function 2008-12-11 18:26:24 +00:00
sparse_solvers.cpp * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/ 2008-12-17 14:30:01 +00:00
sparse.h Several improvements in sparse module: 2008-11-05 13:47:55 +00:00
submatrices.cpp Update e-mail address 2008-11-24 13:40:43 +00:00
sum.cpp Update e-mail address 2008-11-24 13:40:43 +00:00
svd.cpp if EIGEN_NICE_RANDOM is defined, the random functions will return numbers with 2008-09-01 17:31:21 +00:00
triangular.cpp Solve the issue found by Timothy in solveTriangular: 2008-10-13 13:14:43 +00:00