index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
Commit message (
Expand
)
Author
Age
*
More Index realted warnings.
Hauke Heibel
2010-06-20
*
fix array_comp *= array_real
Gael Guennebaud
2010-06-20
*
finish to merge Array into Core:
Gael Guennebaud
2010-06-19
*
add missing support for std::pow(array,scalar)
Gael Guennebaud
2010-06-19
*
remove reference to the dead Array module
Gael Guennebaud
2010-06-19
*
optimize SparseMatrix iterator
Gael Guennebaud
2010-06-18
*
fix linking errors with multiply defined functions
Benoit Jacob
2010-06-18
*
split the Sparse module into multiple ones, and move non stable parts to unsu...
Gael Guennebaud
2010-06-18
*
Add blocking inside HouseholderQR based on code from Vincent Lejeune.
Gael Guennebaud
2010-06-17
*
add an inplace householder QR dec function in preparation for a block version
Gael Guennebaud
2010-06-17
*
more compilation fixes for ICC
Gael Guennebaud
2010-06-17
*
compilation fix for ICC
Gael Guennebaud
2010-06-17
*
eigenvalues: documentation fixes
Gael Guennebaud
2010-06-17
*
makes trmv works with the triangular matrix on the right
Gael Guennebaud
2010-06-17
*
implement other variants
Gael Guennebaud
2010-06-17
*
warn users other variants are not implemented yet... (will do it very soon)
Gael Guennebaud
2010-06-16
*
* decouple the generalized selfadjoint eigenvalue problem to the standard one
Gael Guennebaud
2010-06-16
*
typo
Gael Guennebaud
2010-06-16
*
fix #126, part 2/2: the checkTransposeAliasing() assertion was always compile...
Benoit Jacob
2010-06-16
*
fix #126, part 1/2: fix the return type of coeff() on direcaccess xprs: was a...
Benoit Jacob
2010-06-16
*
fix #139, exactly the same issue as #138, this time in Assign.h: const Index ...
Benoit Jacob
2010-06-16
*
fix #138: const bool is (rightly) not considered a compile-time constant by I...
Benoit Jacob
2010-06-16
*
improve trmm unit test and fix several bugs in trmm
Gael Guennebaud
2010-06-15
*
* make the triangular matrix * matrix product works with trapezoidal matrices
Gael Guennebaud
2010-06-15
*
packet math functions:
Benoit Jacob
2010-06-15
*
This scalar needs to be passed by ref to preserve its alignment.
Hauke Heibel
2010-06-15
*
Really fix #123.
Hauke Heibel
2010-06-14
*
fix issue 135 (SparseBlock::operator= for SparseMatrix)
Gael Guennebaud
2010-06-14
*
remove extra semicolon;
Benoit Jacob
2010-06-14
*
rename:
Benoit Jacob
2010-06-14
*
Fixes bug #123.
Hauke Heibel
2010-06-14
*
merged
Daniel Lowengrub
2010-06-14
|
\
|
*
Fix compilation of docs after changes in Eigenvalues module.
Jitse Niesen
2010-06-14
*
|
fixed a bug in the DenseBase InnerIterator ctor.
Daniel Lowengrub
2010-06-14
*
|
added the SparseView class.
Daniel Lowengrub
2010-06-14
|
/
*
compilation fix
Gael Guennebaud
2010-06-13
*
Fixed another enum related warning.
Hauke Heibel
2010-06-12
*
Fixed warnings regarding enums.
Hauke Heibel
2010-06-12
*
add a info() function in LLT to report on succes/faillure
Gael Guennebaud
2010-06-12
*
add missing overload of operator= in SparseVector
Gael Guennebaud
2010-06-12
*
undo 314bfa13753f153d44ff76a1c8ce0206616b06d9
Benoit Jacob
2010-06-11
*
merge my Dynamic -> -1 change
Benoit Jacob
2010-06-11
|
\
*
|
change the value of Dynamic to -1, since the index type is now configurable.
Benoit Jacob
2010-06-11
|
*
add runtime API to control multithreading
Gael Guennebaud
2010-06-10
|
*
make the cache size mechanism future proof by adding level 2 parameters
Gael Guennebaud
2010-06-10
|
*
merge
Gael Guennebaud
2010-06-10
|
|
\
|
*
|
* Make HouseholderSequence::evalTo works in place
Gael Guennebaud
2010-06-10
|
|
*
Fixes #104.
Hauke Heibel
2010-06-02
|
|
/
|
*
compilation fix for gcc 4.2
Gael Guennebaud
2010-06-10
|
*
generalized eigendecomposition doc
Gael Guennebaud
2010-06-10
[next]