Benjamin Chretien
|
e5d0cb54a5
|
Fix typo in Reductions tutorial.
|
2014-04-17 18:49:23 +02:00 |
|
Jitse Niesen
|
a91a7a1964
|
doc: Add references to Cholesky methods in SelfAdjointView.
|
2014-04-07 14:14:48 +01:00 |
|
Henry de Valence
|
033ee7f6d9
|
Fix typo: 'explicitely' -> 'explicitly'
|
2014-03-08 00:44:56 -05:00 |
|
Gael Guennebaud
|
72461be962
|
Fix typo and formating
|
2014-03-07 23:13:14 +01:00 |
|
Olivier Saut
|
47679c50ae
|
Typo in the example for Eigen::SelfAdjointEigenSolver::eigenvectors, the first eigenvector should be col(0) not col(1)
|
2014-03-03 14:44:39 +01:00 |
|
Jitse Niesen
|
7ea6ef8969
|
Fix documentation of MatrixBase::applyOnTheLeft (bug #739)
Add examples; move methods from EigenBase.h to MatrixBase.h
|
2014-02-12 14:03:39 +00:00 |
|
Christoph Hertzberg
|
e170e7070b
|
Added examples for casting, made better examples for Maps
|
2014-02-11 17:27:14 +01:00 |
|
Gael Guennebaud
|
6cf938df53
|
Add a minimalistic page on CUDA with Eigen.
|
2014-01-24 13:24:30 +01:00 |
|
Jitse Niesen
|
aa0db35185
|
Add doc page on computing Least Squares.
|
2014-01-18 01:16:17 +00:00 |
|
Gael Guennebaud
|
92190a1caf
|
Add an example showing how to use C++11 random distributions
|
2014-01-07 20:23:35 +01:00 |
|
Gael Guennebaud
|
ac409f51f1
|
Document the fact that Random and setRandom are not reentrant (so not thread-safe)
|
2014-01-07 20:17:59 +01:00 |
|
Christoph Hertzberg
|
276801b25a
|
Fixed and simplified Matlab code and added further block-related examples
|
2013-11-29 19:54:01 +01:00 |
|
Gael Guennebaud
|
5d1291a4de
|
Document how to reproduce matlab's rot90
|
2013-11-19 11:51:16 +01:00 |
|
Gael Guennebaud
|
c6da881849
|
Fix bug #674: typo in documentation example for BiCGSTAB. They are now proper snippet files.
|
2013-10-16 15:25:39 +02:00 |
|
Thomas Capricelli
|
6bef527f9d
|
uniformize piwik code among branches
|
2013-10-11 20:46:18 +02:00 |
|
Gael Guennebaud
|
d9381598bc
|
Allows EIGEN_STACK_ALLOCATION_LIMIT to be 0 for no limit
|
2013-08-21 14:29:00 +02:00 |
|
Gael Guennebaud
|
7bca2910c7
|
Make the static assertions on maximal fixed size object use EIGEN_STACK_ALLOCATION_LIMIT, and raise its default value to 128KB
|
2013-08-20 13:59:33 +02:00 |
|
Gael Guennebaud
|
d4dd6aaed2
|
Fix bug #642: add vectorization of sqrt for doubles, and make sqrt really safe if EIGEN_FAST_MATH is disabled
|
2013-08-19 16:02:27 +02:00 |
|
Gael Guennebaud
|
ace2ed7b87
|
Fix broken link on transforming normals
|
2013-08-12 13:38:25 +02:00 |
|
Gael Guennebaud
|
956251b738
|
bug #638: fix typos in sparse tutorial
|
2013-08-12 13:37:47 +02:00 |
|
Jitse Niesen
|
c13e9bbabf
|
QuickReference.dox: std::tan(array) --> tan(array), same for other functions.
|
2013-08-11 10:17:23 +01:00 |
|
Jitse Niesen
|
616f9cc593
|
doc: Explain type of result for VectorwiseOp member functions.
Prompted by a question on the forum.
|
2013-08-06 09:49:44 +01:00 |
|
Jitse Niesen
|
2f0faf117e
|
Remove LinearLeastSquares.dox , which should not have been added.
Accidentally included in changeset e37ff98bbb
.
|
2013-08-06 08:03:39 +01:00 |
|
Jitse Niesen
|
8fdffdd573
|
Move inheritance from Eigen example in stand-alone file.
Also fix a small mistake (Vector3d instead of VectorXd).
|
2013-08-02 22:33:12 +01:00 |
|
Gael Guennebaud
|
f2aba7a768
|
Remove obsolete sentence on LPGL in MKL doc.
|
2013-07-15 23:25:01 +02:00 |
|
Gael Guennebaud
|
9a16519d62
|
Extend the "functions taking Eigen type" doc page to present the Ref<> option.
|
2013-07-13 12:36:55 +02:00 |
|
Gael Guennebaud
|
4020d4286f
|
Fix bug in sparse documentation.
|
2013-07-04 06:49:24 +02:00 |
|
Jitse Niesen
|
4e458d309c
|
Fix some doxygen errors and warnings.
|
2013-07-02 14:08:12 +01:00 |
|
Jitse Niesen
|
419b5cff44
|
doc: Mention vec=vec.head(n) in aliasing page.
|
2013-07-02 13:35:36 +01:00 |
|
Jitse Niesen
|
4e6d746514
|
Avoid phrase "static allocation" for local storage on stack (bug #615).
|
2013-06-18 14:35:12 +01:00 |
|
Jitse Niesen
|
e37ff98bbb
|
Implement mixed static/dynamic-size .block() (bug #579)
|
2013-06-18 14:29:15 +01:00 |
|
Jitse Niesen
|
79bd6fa5ee
|
Require at least cmake version 2.8.2 (bug #606).
|
2013-06-17 22:12:01 +01:00 |
|
Gael Guennebaud
|
a4a575e2a3
|
fix bug #597: typo in sparse documentation
|
2013-06-10 12:13:31 +02:00 |
|
Thomas Capricelli
|
11a9091084
|
fix a weird bug where a space was missing before a link
|
2013-03-19 20:09:13 +01:00 |
|
Gael Guennebaud
|
5d1a74da0a
|
Update matlab-eigen quick ascii reff
|
2013-03-11 21:20:12 +01:00 |
|
Desire NUENTSA
|
a1ddf2e7a8
|
Update doc for the sparse module
|
2013-03-05 12:55:03 +01:00 |
|
Gael Guennebaud
|
b6dc2613ac
|
Fix bug #552: disable EIGEN_GLIBC_MALLOC_ALREADY_ALIGNED when compiling with -fsanitize=address, and allow users to manually tell whether EIGEN_MALLOC_ALREADY_ALIGNED.
|
2013-02-25 19:17:13 +01:00 |
|
Jitse Niesen
|
a054b4ee27
|
Be more explicit about user-defined functions in Map tutorial.
See discussion on mailing list on 18 + 19 Feb 2013.
|
2013-02-20 13:44:40 +00:00 |
|
Jitse Niesen
|
ba653105a2
|
Remove confusing transpose() in setLinSpaced() docs.
|
2013-02-18 17:27:41 +00:00 |
|
Gael Guennebaud
|
5115f4c504
|
add EIGEN_INITIALIZE_MATRICES_BY_NAN
|
2013-02-07 18:07:07 +01:00 |
|
Gael Guennebaud
|
a3b94d26c8
|
Remove TOC numbering, and minor improvement in overview.
|
2013-01-12 20:34:52 +01:00 |
|
Gael Guennebaud
|
50625834e6
|
SparseQR: clean a bit the documentation, fix rows/cols methods, remove rowsQ methods and rename matrixQR to matrixR.
|
2013-01-12 09:40:31 +01:00 |
|
Gael Guennebaud
|
cc444bbbf9
|
update unsupported module documentation to be conformed with new documentation style
|
2013-01-11 10:41:26 +01:00 |
|
Gael Guennebaud
|
109cbb6ad3
|
typos
|
2013-01-09 17:44:25 +01:00 |
|
Gael Guennebaud
|
dcc1754f05
|
update javascript hacks for doxygen 1.8.3
|
2013-01-09 00:40:48 +01:00 |
|
Gael Guennebaud
|
2abe7d8c6e
|
Rename the dox files: the number prefixes are not needed anymore
|
2013-01-06 23:57:54 +01:00 |
|
Gael Guennebaud
|
091a49cad5
|
Clean the manual page titles, links and intro.
|
2013-01-06 23:48:59 +01:00 |
|
Thomas Capricelli
|
c71c06b71f
|
fix typo
|
2013-01-06 14:39:20 +01:00 |
|
Gael Guennebaud
|
86983fa1ff
|
Update the overview page to reflect the new organisation
|
2013-01-05 21:25:41 +01:00 |
|
Gael Guennebaud
|
2de69c2f26
|
Doc presentation:
- remove the "modules|classes" link for module pages (they are already in the TOC)
- fine tune the TOC css
|
2013-01-05 17:14:14 +01:00 |
|