eigen/Eigen
Benoit Jacob c1e2156d8a * Much better, consistent error msgs when mixing different scalar types:
- in matrix-matrix product, static assert on the two scalar types to be the same.
- Similarly in CwiseBinaryOp. POTENTIALLY CONTROVERSIAL: we don't allow anymore binary
  ops to take two different scalar types. The functors that we defined take two args
  of the same type anyway; also we still allow the return type to be different.
  Again the reason is that different scalar types are incompatible with vectorization.
  Better have the user realize explicitly what mixing different numeric types costs him
  in terms of performance.
  See comment in CwiseBinaryOp constructor.
- This allowed to fix a little mistake in test/regression.cpp, mixing float and double
- Remove redundant semicolon (;) after static asserts
2008-12-03 21:01:55 +00:00
..
src * Much better, consistent error msgs when mixing different scalar types: 2008-12-03 21:01:55 +00:00
Array add lpNorm<p>() method to MatrixBase, implemented in Array module, with 2008-11-03 22:47:00 +00:00
Cholesky Big API change in Cholesky module: 2008-10-13 15:53:27 +00:00
CMakeLists.txt prefix all Eigen cmake variable with EIGEN_ and switched to lowercase for all cmake files 2008-12-02 12:59:10 +00:00
Core
Geometry fix compilation with gcc 4.3 2008-10-26 20:43:05 +00:00
LU
QR
Regression
Sparse Several improvements in sparse module: 2008-11-05 13:47:55 +00:00
SVD