mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
fabaa6915b
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. |
||
---|---|---|
.. | ||
adjoint.cpp | ||
alignedbox.cpp | ||
array.cpp | ||
basicstuff.cpp | ||
cholesky.cpp | ||
CMakeLists.txt | ||
commainitializer.cpp | ||
cwiseop.cpp | ||
determinant.cpp | ||
dynalloc.cpp | ||
eigensolver.cpp | ||
geometry.cpp | ||
gsl_helper.h | ||
hyperplane.cpp | ||
inverse.cpp | ||
linearstructure.cpp | ||
lu.cpp | ||
main.h | ||
map.cpp | ||
meta.cpp | ||
miscmatrices.cpp | ||
nomalloc.cpp | ||
packetmath.cpp | ||
parametrizedline.cpp | ||
product_large.cpp | ||
product_small.cpp | ||
product.h | ||
qr.cpp | ||
regression.cpp | ||
runtest.sh | ||
sizeof.cpp | ||
smallvectors.cpp | ||
sparse_basic.cpp | ||
sparse_solvers.cpp | ||
sparse.h | ||
submatrices.cpp | ||
sum.cpp | ||
svd.cpp | ||
triangular.cpp |