index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
LU
/
Inverse.h
Commit message (
Expand
)
Author
Age
*
bug fix in inverse for 1x1 matrix,
Gael Guennebaud
2009-07-27
*
* polish computeInverseWithCheck to share more code, fix documentation, fix c...
Benoit Jacob
2009-06-29
*
computeInverseWithCheck method added to matrix base (specialization for 1D to...
Manuel Yguel
2009-06-29
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
add partial-pivoting LU decomposition
Benoit Jacob
2009-05-13
*
fix the 4x4 inverse -- unit test passes again
Benoit Jacob
2009-04-14
*
* forgot to svn add 2 files
Benoit Jacob
2008-12-18
*
* fix in IO.h, a useless copy was made because of assignment from
Benoit Jacob
2008-12-18
*
* Much better, consistent error msgs when mixing different scalar types:
Benoit Jacob
2008-12-03
*
Update e-mail address
Benoit Jacob
2008-11-24
*
* Add Hyperplane::transform(Matrix/Transform)
Gael Guennebaud
2008-08-31
*
* add LU unit-test. Seems like we have very good numerical stability!
Benoit Jacob
2008-08-09
*
* reimplement the general case of inverse() on top of LU. Advantages:
Benoit Jacob
2008-08-09
*
further big perf improvement in Inverse
Benoit Jacob
2008-08-04
*
big performance improvement in inverse and LU
Benoit Jacob
2008-08-04
*
Several compilation fixes for MSVC and NVCC, basically:
Gael Guennebaud
2008-07-29
*
* Merge Extract and Part to the Part expression.
Gael Guennebaud
2008-07-21
*
* big rework of Inverse.h:
Benoit Jacob
2008-07-15
*
the big Array/Cwise rework as discussed on the mailing list. The new API
Benoit Jacob
2008-07-08
*
change derived classes methods from "private:_method()"
Benoit Jacob
2008-06-26
*
* Block: row and column expressions in the inner direction
Benoit Jacob
2008-06-16
*
big changes in Doxygen configuration; work around bug with doxygen parsing of
Benoit Jacob
2008-06-02
*
- add MatrixBase::eigenvalues() convenience method
Benoit Jacob
2008-06-02
*
meagre outcome for so much time spent!
Benoit Jacob
2008-06-01
*
* Give Konstantinos a copyright line
Benoit Jacob
2008-05-12
*
some cleaning in Cholesky and removed evil ei_sqrt of complex
Gael Guennebaud
2008-04-27
*
Added Triangular expression to extract upper or lower (strictly or not)
Gael Guennebaud
2008-04-26
*
fix a bug in determinant of 4x4 matrices and a small type issue in Inverse
Gael Guennebaud
2008-04-26
*
give up on OpenMP... for now
Benoit Jacob
2008-04-18
*
- add _packetCoeff() to Inverse, allowing vectorization.
Benoit Jacob
2008-04-16
*
+5% optimization in 4x4 inverse:
Benoit Jacob
2008-04-15
*
for 4x4 matrices implement the special algorithm that Markos proposed,
Benoit Jacob
2008-04-15
*
- optimized determinant calculations for small matrices (size <= 4)
Benoit Jacob
2008-04-14
*
* Start of the LU module, with matrix inversion already there and
Benoit Jacob
2008-04-14