aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* fix typosGravatar Scott Wheeler2008-10-12
* note that norm2() is *not* an l2 norm as it is in other APIsGravatar Scott Wheeler2008-10-11
* SVN_SILENT pendanticGravatar Urs Wolfer2008-10-11
* Clear up the docs some. I'd also suggest making Dynamic the default template...Gravatar Scott Wheeler2008-10-11
* very little fixes: cast literals to Scalar, rephrase some doc, add some const...Gravatar Benoit Jacob2008-10-06
* Sparse module: refactoring of the cholesky factorization,Gravatar Gael Guennebaud2008-10-05
* Sparse module: enable support for incomplete cholesky factorization in CHOLMO...Gravatar Gael Guennebaud2008-10-05
* Sparse module: removed some extra copies using markAsRValue()Gravatar Gael Guennebaud2008-10-05
* Sparse module: add experimental support for TAUCS and CHOLMOD with:Gravatar Gael Guennebaud2008-10-05
* extend sparse unit tests with transpose and matrix productGravatar Gael Guennebaud2008-10-04
* Cleaned a bit the sparse cholesky codeGravatar Gael Guennebaud2008-10-04
* Sparse module:Gravatar Gael Guennebaud2008-10-04
* add EigenSolver::eigenvectors() method for non symmetric matrices.Gravatar Gael Guennebaud2008-10-03
* Fixes in Eigensolver:Gravatar Gael Guennebaud2008-10-01
* block(int,int)->segmentGravatar Benoit Jacob2008-09-24
* remove apidox_preprocessing script which is not used anymoreGravatar Gael Guennebaud2008-09-16
* resurrected root/Mainpage.dox, the directives are needed by kde's scriptsGravatar Gael Guennebaud2008-09-16
* block => segment in the tutorialGravatar Gael Guennebaud2008-09-15
* small dox fixesGravatar Benoit Jacob2008-09-15
* * block() for vectors ---> segment()Gravatar Benoit Jacob2008-09-15
* add normalization functions to Quaternion and fix compilationGravatar Gael Guennebaud2008-09-14
* * fix issues with "long double" type (useful to enforce the use of x87 regist...Gravatar Gael Guennebaud2008-09-14
* move CommaInitializer out of MatrixBase and documment it (because of .finishe...Gravatar Gael Guennebaud2008-09-13
* fix doc compilationGravatar Gael Guennebaud2008-09-13
* * Quaternion: added dot product and angularDistance functions. The latter isGravatar Gael Guennebaud2008-09-11
* opengl demo, now working:Gravatar Gael Guennebaud2008-09-09
* various stuff in opengl demos such as a better model,Gravatar Gael Guennebaud2008-09-09
* fix a numerical instability in Quaternion::slerpGravatar Gael Guennebaud2008-09-09
* add the missing templated version of block for sub-vectorsGravatar Gael Guennebaud2008-09-09
* 2 typosGravatar Gael Guennebaud2008-09-08
* started a small OpenGL demo making use of Eigen's geometry featuresGravatar Gael Guennebaud2008-09-07
* fix stupid numerical stability issue in SVD::solve (though it is not yet as s...Gravatar Gael Guennebaud2008-09-04
* fix warningGravatar Benoit Jacob2008-09-04
* * Extend a bit ParametrizedLine and move it to a separate file,Gravatar Gael Guennebaud2008-09-03
* Fix bugs reported by Timothy Hunter:Gravatar Gael Guennebaud2008-09-03
* Add coeff-wise comparisons to scalar operators. You can now write:Gravatar Gael Guennebaud2008-09-03
* Add a Select expression in the Array module which mimics a coeff-wise ?: oper...Gravatar Gael Guennebaud2008-09-03
* trivial compilation fix in SVDGravatar Gael Guennebaud2008-09-03
* Bugfix regarding alignent in Assign.h (updated map unit test to detect this bug)Gravatar Gael Guennebaud2008-09-03
* compilation fixes with MSVCGravatar Gael Guennebaud2008-09-03
* not yetGravatar Gael Guennebaud2008-09-03
* Solve a big issue with data alignment and dynamic allocation:Gravatar Gael Guennebaud2008-09-03
* resurrected sparse triangular solverGravatar Gael Guennebaud2008-09-02
* Extended sparse unit-test: nested blocks and InnerIterators.Gravatar Daniel Gomez Ferro2008-09-02
* if EIGEN_NICE_RANDOM is defined, the random functions will return numbers withGravatar Benoit Jacob2008-09-01
* remove the conceptualy broken "NoShear" transformation traits,Gravatar Gael Guennebaud2008-09-01
* QTransform conversion and docGravatar Gael Guennebaud2008-09-01
* update of the geometry tutorialGravatar Gael Guennebaud2008-08-31
* same thing with EIGEN_BINARY_DIR. Now the doc generation works from kdesupport.Gravatar Benoit Jacob2008-08-31
* also use EIGEN_SOURCE_DIR here. according to grep this was the last place toGravatar Benoit Jacob2008-08-31