index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
doc
/
tutorial.cpp
Commit message (
Expand
)
Author
Age
*
spelling + some krazy directives
Gael Guennebaud
2008-08-28
*
updated tutorial
Benoit Jacob
2008-08-15
*
Patch by Gael Guennebaud: unify fixed-size and dynamic-size Block
Benoit Jacob
2008-02-29
*
renaming:
Benoit Jacob
2008-01-13
*
part 2 of the reorganization. Benefits/changes:
Benoit Jacob
2007-12-28
*
- rework the coefficients API
Benoit Jacob
2007-12-24
*
rename src/ to Eigen/ so that we're able to #include<Eigen/Core.h>
Benoit Jacob
2007-12-20
*
and here is the fixed-size Block class
Benoit Jacob
2007-12-05
*
rename Block to DynBlock and rework API to make place for
Benoit Jacob
2007-12-05
*
Merge WrapArray into FromArray. Less code. The downside is that we're using o...
Benoit Jacob
2007-10-14
*
add fromArray() and wrapArray().
Benoit Jacob
2007-10-14
*
Democracy 1 - 0 Dictatorship
Benoit Jacob
2007-10-11
*
reorganize meta loop unrolling, add Trace (meta-unrolled), fix compilation is...
Benoit Jacob
2007-10-07
*
reorganization of headers, part 2/2...
Benoit Jacob
2007-10-07
*
Add matrix transposition
Benoit Jacob
2007-10-01
*
Split Row and Column into separate files.
Benoit Jacob
2007-10-01
*
make matrix multiplication do immediate evaluation; add lazyMul() for the old...
Benoit Jacob
2007-09-29
*
add example to the documentation
Benoit Jacob
2007-09-28
*
Found a way to have eval() be a member function of class EiObject, instead of...
Benoit Jacob
2007-09-28
*
Finish prefixing everything with "Ei"
Benoit Jacob
2007-09-27
*
Half-way commit prefixing object names. I am forced to commit now
Benoit Jacob
2007-09-27
*
don't enclose eigen in a namespace. prefixing is the way to go.
Benoit Jacob
2007-09-27
*
implement scalar operators separately for each type using a macro.
Benoit Jacob
2007-09-27
*
fix bugs caused by default copy constructors being called. valgrind,
Benoit Jacob
2007-09-26
*
Give the axe to the aliasing system.
Benoit Jacob
2007-09-26
*
Deep refactoring.
Benoit Jacob
2007-09-26
*
reorganize header files, split MatrixBase into smaller files.
Benoit Jacob
2007-09-09
*
some cleanup
Benoit Jacob
2007-09-09
*
update tutorial
Benoit Jacob
2007-09-09
*
remove operator *= between matrices: too much hassle.
Benoit Jacob
2007-09-07
*
add operator *= between matrices, with automatic aliasing.
Benoit Jacob
2007-09-07