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
*
Fix doc: setConstant does not exist for SparseMatrix.
Gael Guennebaud
2015-01-14
*
Fix bug #925: typo in MatLab versions of middleRows
Gael Guennebaud
2015-01-04
*
New doc page on implementing a new expression class.
Jitse Niesen
2014-09-27
*
bug #804: copy group__TopicUnalignedArrayAssert.html to TopicUnalignedArrayAs...
Gael Guennebaud
2014-09-07
*
Add examples for hnormalized and homogenous (fix bug #846)
Gael Guennebaud
2014-09-02
*
Fixed CMakeLists.txt files to prevent CMake 3.0.0 warnings about deprecated L...
Georg Drenkhahn
2014-08-22
*
bug #826: document caveats in 1x1 and 2x1 constructors.
Gael Guennebaud
2014-07-21
*
Add note to EIGEN_DONT_PARALLELIZE into preprocessor documentation page (requ...
Christoph Hertzberg
2014-07-18
*
bug #138: Make building of internal documentation configurable via cmake flag
Christoph Hertzberg
2014-07-18
*
Mark internal namespace as \internal
Chen-Pang He
2014-07-06
*
Move Doxygen-only stuff to *.dox
Chen-Pang He
2014-07-05
*
Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...
Christoph Hertzberg
2014-07-01
*
Disabled HIDE_SCOPE_NAMES (default doxygen setting). This might help to avoid...
Christoph Hertzberg
2014-06-25
*
Fixed typos
Christoph Hertzberg
2014-06-23
*
Explain how to export sparse linear problems in matrix-market format.
Gael Guennebaud
2014-06-20
*
Add documentation and very simple test for array atan(), part 2
Jitse Niesen
2014-06-19
*
Update decompositions tables
Gael Guennebaud
2014-06-17
*
AsciiQuickReference: added .real(), .imag()
Mark Borgerding
2014-05-16
*
fixed AsciiQuickReference typo: LinSpace -> LinSpaced
Mark Borgerding
2014-05-08
*
Fix typo in Reductions tutorial.
Benjamin Chretien
2014-04-17
*
doc: Add references to Cholesky methods in SelfAdjointView.
Jitse Niesen
2014-04-07
*
Fix typo: 'explicitely' -> 'explicitly'
Henry de Valence
2014-03-08
*
Fix typo and formating
Gael Guennebaud
2014-03-07
*
Typo in the example for Eigen::SelfAdjointEigenSolver::eigenvectors, the firs...
Olivier Saut
2014-03-03
*
Fix documentation of MatrixBase::applyOnTheLeft (bug #739)
Jitse Niesen
2014-02-12
*
Added examples for casting, made better examples for Maps
Christoph Hertzberg
2014-02-11
*
Add a minimalistic page on CUDA with Eigen.
Gael Guennebaud
2014-01-24
*
Add doc page on computing Least Squares.
Jitse Niesen
2014-01-18
*
Add an example showing how to use C++11 random distributions
Gael Guennebaud
2014-01-07
*
Document the fact that Random and setRandom are not reentrant (so not thread-...
Gael Guennebaud
2014-01-07
*
Fixed and simplified Matlab code and added further block-related examples
Christoph Hertzberg
2013-11-29
*
Document how to reproduce matlab's rot90
Gael Guennebaud
2013-11-19
*
Fix bug #674: typo in documentation example for BiCGSTAB. They are now proper...
Gael Guennebaud
2013-10-16
*
uniformize piwik code among branches
Thomas Capricelli
2013-10-11
*
Allows EIGEN_STACK_ALLOCATION_LIMIT to be 0 for no limit
Gael Guennebaud
2013-08-21
*
Make the static assertions on maximal fixed size object use EIGEN_STACK_ALLOC...
Gael Guennebaud
2013-08-20
*
Fix bug #642: add vectorization of sqrt for doubles, and make sqrt really saf...
Gael Guennebaud
2013-08-19
*
Fix broken link on transforming normals
Gael Guennebaud
2013-08-12
*
bug #638: fix typos in sparse tutorial
Gael Guennebaud
2013-08-12
*
QuickReference.dox: std::tan(array) --> tan(array), same for other functions.
Jitse Niesen
2013-08-11
*
doc: Explain type of result for VectorwiseOp member functions.
Jitse Niesen
2013-08-06
*
Remove LinearLeastSquares.dox , which should not have been added.
Jitse Niesen
2013-08-06
*
Move inheritance from Eigen example in stand-alone file.
Jitse Niesen
2013-08-02
*
Remove obsolete sentence on LPGL in MKL doc.
Gael Guennebaud
2013-07-15
*
Extend the "functions taking Eigen type" doc page to present the Ref<> option.
Gael Guennebaud
2013-07-13
*
Fix bug in sparse documentation.
Gael Guennebaud
2013-07-04
*
Fix some doxygen errors and warnings.
Jitse Niesen
2013-07-02
*
doc: Mention vec=vec.head(n) in aliasing page.
Jitse Niesen
2013-07-02
*
Avoid phrase "static allocation" for local storage on stack (bug #615).
Jitse Niesen
2013-06-18
*
Implement mixed static/dynamic-size .block() (bug #579)
Jitse Niesen
2013-06-18
[next]