index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
doc
/
snippets
Commit message (
Expand
)
Author
Age
*
add an example for GeneralizedEigenSolver
Gael Guennebaud
2012-07-28
*
RealQZ: added example and some code comments
Alexey Korepanov
2012-07-28
*
Doc: add an example for HouseholderQR::householderQ()
Gael Guennebaud
2012-07-02
*
Add a tutorial page on the Map class, and add a section to FunctionsTakingEig...
Tim Holy
2012-02-08
*
Add simple example on how to compute Cholesky decomposition.
Jitse Niesen
2011-11-07
*
Fix snippets for operator|| and && by adding pair of parens.
Jitse Niesen
2011-06-03
*
add boolean || and && operators
Gael Guennebaud
2011-05-31
*
I doubt this change was intented to be committed
Gael Guennebaud
2011-04-20
*
be nice with the server : dont use -j3
Thomas Capricelli
2011-04-19
*
make compile_snippet use Eigen/Dense
Benoit Jacob
2011-03-20
*
factorize implementation of standard real unary math functions, and add acos,...
Gael Guennebaud
2011-02-17
*
Mention comma initializer can be used to concatenate vectors
Jitse Niesen
2011-02-12
*
Write topic page for storage orders.
Jitse Niesen
2011-02-12
*
add tan function in Array world
Jason Newton
2011-02-03
*
fix compilation of snippets
Gael Guennebaud
2011-02-01
*
fix compilation of LU class example
Benoit Jacob
2011-01-24
*
Document HouseholderSequence.
Jitse Niesen
2011-01-02
*
fix compile errors in Tridiagonalization and in doc examples
Benoit Jacob
2010-12-30
*
Finish doc page on aliasing.
Jitse Niesen
2010-12-27
*
Fix compilation of Tridiagonalization_diagonal example.
Jitse Niesen
2010-12-12
*
Docs: aliasing and component-wise operations.
Jitse Niesen
2010-11-16
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
rename PlanarRotation -> JacobiRotation
Benoit Jacob
2010-10-19
*
JacobiSVD:
Benoit Jacob
2010-10-14
*
Docs: add section on resolving the aliasing issue.
Jitse Niesen
2010-08-23
*
Aliasing doc: explain that some cases are detected, reverse order examples.
Jitse Niesen
2010-08-08
*
Documentation: Start special topic page on aliasing.
Jitse Niesen
2010-07-31
*
Add some more examples for the API documentation.
Jitse Niesen
2010-07-24
*
Add examples for API documentation of block methods in DenseBase.
Jitse Niesen
2010-07-23
*
Add examples for API documentation of MatrixBase::cwiseXxx() methods.
Jitse Niesen
2010-07-23
*
Extend tutorial page 5: Advanced initialization.
Jitse Niesen
2010-07-22
*
Unified LinSpaced in order to be conform with other setter methods as e.g. Co...
Hauke Heibel
2010-07-22
*
Small changes to tutorial page 2 (matrix arithmetic):
Jitse Niesen
2010-07-09
*
Small changes to tutorial page 1.
Jitse Niesen
2010-07-06
*
* update redux section
Gael Guennebaud
2010-06-28
*
add a Transposition section in page 2
Gael Guennebaud
2010-06-28
*
fix filename
Gael Guennebaud
2010-06-27
*
big improvements to tutorial, especially page 2 (matrix arithmetic).
Benoit Jacob
2010-06-26
*
adapt to change: lu() now gives partial piv LU, here we want fullPivLu()
Benoit Jacob
2010-06-25
*
add default parameters for InnerStride/OuterStride to be
Gael Guennebaud
2010-06-25
*
eigenvalues: documentation fixes
Gael Guennebaud
2010-06-17
*
Fix compilation of docs after changes in Eigenvalues module.
Jitse Niesen
2010-06-14
*
Allow user to compute only the eigenvalues and not the eigenvectors.
Jitse Niesen
2010-05-31
*
Update eigenvalues() and operatorNorm() methods in MatrixBase.
Jitse Niesen
2010-05-24
*
Change return type of matrixH() method to HouseholderSequence.
Jitse Niesen
2010-05-24
*
Document SelfAdjointEigenSolver and add examples.
Jitse Niesen
2010-05-04
*
Document Tridiagonalization class, remove unused types.
Jitse Niesen
2010-05-01
*
Remove doc/snippets/MatrixBase_minor.cpp because minor() was removed.
Jitse Niesen
2010-04-26
*
* implement the corner() API change: new methods topLeftCorner() etc
Benoit Jacob
2010-04-22
*
add platform check for how to link to the standard math library.
Benoit Jacob
2010-04-19
[next]