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
*
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
*
rename Object -> MatrixBase
Benoit Jacob
2007-11-27
*
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
*
implement the first _real_ unit-tests, testing the results for correctness in...
Benoit Jacob
2007-10-13
*
some renaming in the fuzzy compares, and in the multiplications
Benoit Jacob
2007-10-13
*
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