index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
doc
Commit message (
Expand
)
Author
Age
*
patch from Jitse Niesen: fix ascii quick ref matlab operator '
Gael Guennebaud
2009-02-18
*
add the ASCII quick reference made by Kier
Gael Guennebaud
2009-02-18
*
* fix Quaternion::setFromTwoVectors (thanks to "benv" from the forum)
Gael Guennebaud
2009-02-17
*
* add ei_predux_mul internal function
Gael Guennebaud
2009-02-10
*
added an experimental IterativeSolvers module (currently in unsupported)
Gael Guennebaud
2009-02-10
*
add select snippet
Gael Guennebaud
2009-02-09
*
add "remap" snippet using placement new
Gael Guennebaud
2009-02-09
*
documentation about inheriting from Eigen::Matrix
Thomas Capricelli
2009-02-08
*
apply Ricard patch for Reverse with minor modifications
Gael Guennebaud
2009-02-06
*
add snippet for sub/super diagonal
Gael Guennebaud
2009-02-05
*
setup the unsupported directory structure.
Gael Guennebaud
2009-02-04
*
* classify and sort the doxygen "related pages"
Gael Guennebaud
2009-02-04
*
* label Cholesky and solveTriangular.* as experimental
Benoit Jacob
2009-02-02
*
fix tutorial abs/abs2 (thanks to Keir)
Gael Guennebaud
2009-02-01
*
forgot to commit QR_solve snippet
Gael Guennebaud
2009-02-01
*
QR: add isInjective(), isSurjective(),
Gael Guennebaud
2009-01-28
*
fix type mismatch caught by new static assert
Benoit Jacob
2009-01-27
*
* mark Geometry as experimental
Benoit Jacob
2009-01-26
*
Optimization in LU::solve: when rows<=cols, no need to compute the L matrix
Benoit Jacob
2009-01-25
*
add partial count redux (adapted patch from Ricard Marxer)
Gael Guennebaud
2009-01-24
*
update sparse matrix tutorial (far to be satisfactory yet)
Gael Guennebaud
2009-01-21
*
* remove set(), revert to old behavior where = resizes
Benoit Jacob
2009-01-21
*
* clarify the situation with experimental parts
Benoit Jacob
2009-01-19
*
* Started a tutorial page for sparse matrix.
Gael Guennebaud
2009-01-16
*
fix a couple of doxygen issues
Gael Guennebaud
2009-01-13
*
* minor dox tweaks
Benoit Jacob
2009-01-12
*
muuuch improved documentation for the unaligned array assert.
Benoit Jacob
2009-01-12
*
add cwise operator *= and /=.
Benoit Jacob
2009-01-11
*
EIGEN_MAKE_ALIGNED_OPERATOR_NEW didn't actually need to get the class
Benoit Jacob
2009-01-08
*
the big memory changes. the most important changes are:
Benoit Jacob
2009-01-08
*
* introduce macros to replace inheritance for operator new overloading
Benoit Jacob
2009-01-06
*
problem solved, we really want public inheritance and it is only
Benoit Jacob
2009-01-05
*
unless i find more failures in the tests, this will be beta3...
Benoit Jacob
2008-12-22
*
* the Upper->UpperTriangular change
Benoit Jacob
2008-12-20
*
* fix in IO.h, a useless copy was made because of assignment from
Benoit Jacob
2008-12-18
*
fix minor mistake in the inside eigen example
Gael Guennebaud
2008-12-08
*
* complete the change norm2->squaredNorm in PartialRedux
Benoit Jacob
2008-12-07
*
Make deluxe assertion with deluxe error message with link to deluxe web page
Benoit Jacob
2008-12-07
*
Use an aligned IOFormat in the docs
Benoit Jacob
2008-12-06
*
* improvements in the tutorial: triangular matrices, linear algebra
Benoit Jacob
2008-12-06
*
* fix compile error when C++0x is enabled: static_assert() needs ;
Benoit Jacob
2008-12-06
*
add big "what happens inside eigen" tutorial for people interested in
Benoit Jacob
2008-12-05
*
split off the lazy evaluation part from the quickstartguide; actually by mist...
Benoit Jacob
2008-12-03
*
-add quotes around the configured directories so build dirs with spaces produ...
Alexander Neundorf
2008-12-02
*
prefix all Eigen cmake variable with EIGEN_ and switched to lowercase for all...
Gael Guennebaud
2008-12-02
*
-use the cmake-provided Eigen_(SOURCE|BINARY)_DIR variables instead of settin...
Alexander Neundorf
2008-12-02
*
Update e-mail address
Benoit Jacob
2008-11-24
*
doc: add a "non stable" warning for parts which are not part
Gael Guennebaud
2008-11-22
*
tutorial: extend casting section with set
Gael Guennebaud
2008-11-20
*
tutorial: add the cast function
Gael Guennebaud
2008-11-20
[next]