aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets
Commit message (Collapse)AuthorAge
* fix warnings for doc-eigen-prerequisitesGravatar Christoph Hertzberg2018-07-24
|
* bug #336: improve doc for PlainObjectBase::MapGravatar Gael Guennebaud2017-08-22
|
* Fix typoGravatar Gael Guennebaud2017-01-11
|
* Add missing snippet files.Gravatar Gael Guennebaud2017-01-04
|
* bug #698: rewrite LinSpaced for integer scalar types to avoid overflow and ↵Gravatar Gael Guennebaud2016-10-24
| | | | | | | guarantee an even spacing when possible. Otherwise, the "high" bound is implicitly lowered to the largest value allowing for an even distribution. This changeset also disable vectorization for this integer path.
* bug #1271: add SparseMatrix::coeffs() methods returning a 1D view of the non ↵Gravatar Gael Guennebaud2016-08-29
| | | | zero coefficients.
* Fix compilation of docGravatar Gael Guennebaud2016-07-12
|
* bug #1237: Redefine eigen_assert instead of disabling assertions for ↵Gravatar Christoph Hertzberg2016-05-26
| | | | documentation snippets
* Temporary workaround for bug #1237. The snippet (expectedly) failed with ↵Gravatar Christoph Hertzberg2016-05-26
| | | | enabled assertions.
* Add exemples for reshaping/slicing with Map.Gravatar Gael Guennebaud2016-02-06
|
* bug #1144: clarify the doc about aliasing in case of resizing and matrix ↵Gravatar Gael Guennebaud2016-01-25
| | | | product.
* Add missing snippets for erf/erfc/lgamma functions.Gravatar Gael Guennebaud2015-12-30
|
* Add missing snippet for sign/cwiseSign functions.Gravatar Gael Guennebaud2015-12-30
|
* [doc] Remove extra ';' in Tutorial_AdvancedInitialization_Join.cppGravatar connor-k2015-12-21
|
* Fixed some compiler bugs in NVCC, now compiles with CUDA.Gravatar Jonas Adler2015-07-22
| | | | (chtz: Manually joined sevaral commits to keep the history clean)
* Generalize pow(x,e) such that x and e can be a different expression type or ↵Gravatar Gael Guennebaud2015-07-20
| | | | a scalar for either x or e. Add x.pow(e) with e an array expression.
* Fix isfinite/isinf/isnan code snippetsGravatar Gael Guennebaud2015-06-15
|
* bug #80: merge with d_hood branch on adding more coefficient-wise unary ↵Gravatar Gael Guennebaud2015-06-10
|\ | | | | | | array functors
* | bug #998: Started fixing doxygen warningsGravatar Christoph Hertzberg2015-05-01
| |
| * Add boolean not operator (!) array supportGravatar Deanna Hood2015-03-17
| |
| * Rename isinf to isInfGravatar Deanna Hood2015-03-17
| |
| * Add isfinite array support as isFiniteGravatar Deanna Hood2015-03-17
| |
| * Add code snippets for new methodsGravatar Deanna Hood2015-03-17
|/
* Add examples for hnormalized and homogenous (fix bug #846)Gravatar Gael Guennebaud2014-09-02
|
* Fixed CMakeLists.txt files to prevent CMake 3.0.0 warnings about deprecated ↵Gravatar Georg Drenkhahn2014-08-22
| | | | | | LOCATION target property. Small whitespace cleanup in CMakelLists.txt.
* Add documentation and very simple test for array atan(), part 2Gravatar Jitse Niesen2014-06-19
| | | | (files I forget in the previous commit).
* Typo in the example for Eigen::SelfAdjointEigenSolver::eigenvectors, the ↵Gravatar Olivier Saut2014-03-03
| | | | first eigenvector should be col(0) not col(1)
* Fix documentation of MatrixBase::applyOnTheLeft (bug #739)Gravatar Jitse Niesen2014-02-12
| | | | Add examples; move methods from EigenBase.h to MatrixBase.h
* Add doc page on computing Least Squares.Gravatar Jitse Niesen2014-01-18
|
* Fix bug #674: typo in documentation example for BiCGSTAB. They are now ↵Gravatar Gael Guennebaud2013-10-16
| | | | proper snippet files.
* doc: Explain type of result for VectorwiseOp member functions.Gravatar Jitse Niesen2013-08-06
| | | | Prompted by a question on the forum.
* Fix some doxygen errors and warnings.Gravatar Jitse Niesen2013-07-02
|
* Implement mixed static/dynamic-size .block() (bug #579)Gravatar Jitse Niesen2013-06-18
|
* Remove confusing transpose() in setLinSpaced() docs.Gravatar Jitse Niesen2013-02-18
|
* add an example for GeneralizedEigenSolverGravatar Gael Guennebaud2012-07-28
|
* RealQZ: added example and some code commentsGravatar Alexey Korepanov2012-07-28
|
* Doc: add an example for HouseholderQR::householderQ()Gravatar Gael Guennebaud2012-07-02
|
* Add a tutorial page on the Map class, and add a section to ↵Gravatar Tim Holy2012-02-08
| | | | FunctionsTakingEigenTypes about multiple-argument functions and the pitfalls when using Map/Expression types.
* Add simple example on how to compute Cholesky decomposition.Gravatar Jitse Niesen2011-11-07
|
* Fix snippets for operator|| and && by adding pair of parens.Gravatar Jitse Niesen2011-06-03
|
* add boolean || and && operatorsGravatar Gael Guennebaud2011-05-31
|
* I doubt this change was intented to be committedGravatar Gael Guennebaud2011-04-20
| | | | ss: Enter commit message. Lines beginning with 'HG:' are removed.
* be nice with the server : dont use -j3Gravatar Thomas Capricelli2011-04-19
|
* make compile_snippet use Eigen/DenseGravatar Benoit Jacob2011-03-20
|
* factorize implementation of standard real unary math functions, and add ↵Gravatar Gael Guennebaud2011-02-17
| | | | acos, asin
* Mention comma initializer can be used to concatenate vectorsGravatar Jitse Niesen2011-02-12
| | | | (inspired by a question on IRC)
* Write topic page for storage orders.Gravatar Jitse Niesen2011-02-12
|
* add tan function in Array worldGravatar Jason Newton2011-02-03
|
* fix compilation of snippetsGravatar Gael Guennebaud2011-02-01
|
* fix compilation of LU class exampleGravatar Benoit Jacob2011-01-24
|