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
/
Eigenvalues
/
HessenbergDecomposition.h
Commit message (
Expand
)
Author
Age
*
Generalize matrix ctor and compute() method of dense decomposition to 1) limi...
Gael Guennebaud
2015-09-07
*
Remove deprecated usage of expr::Index.
Gael Guennebaud
2015-02-16
*
Make constructors explicit if they could lead to unintended implicit conversion
Christoph Hertzberg
2014-09-23
*
Fix HouseholderSequence::conjugate() and ::adjoint() and add respective unit ...
Gael Guennebaud
2013-06-17
*
Fix bug #314: move remaining math functions from internal to numext namespace
Gael Guennebaud
2013-06-10
*
Replace assert() by eigen_assert() (fixes bug #548).
Jitse Niesen
2013-02-02
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
fix HouseholderSequence API, bug #50:
Benoit Jacob
2010-12-30
*
make HessenbergDecompositionMatrixHReturnType internal
Gael Guennebaud
2010-11-26
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
introduce a new LvalueBit flag and split DenseCoeffBase into three level of a...
Gael Guennebaud
2010-07-21
*
Remove \nonstable yet. The stability rules for Eigen3 are much simpler:
Benoit Jacob
2010-06-29
*
email change
Gael Guennebaud
2010-06-24
*
clean old stuff used to support precompilation inside a binary lib
Gael Guennebaud
2010-06-07
*
Make all compute() methods return a reference to *this.
Jitse Niesen
2010-06-01
*
Guard with assert against using decomposition objects uninitialized.
Jitse Niesen
2010-05-30
*
the Index types change.
Benoit Jacob
2010-05-30
*
Use ReturnByValue mechanism for HessenbergDecomposition::matrixH().
Jitse Niesen
2010-05-24
*
Change return type of matrixH() method to HouseholderSequence.
Jitse Niesen
2010-05-24
*
* implement the corner() API change: new methods topLeftCorner() etc
Benoit Jacob
2010-04-22
*
- Added problem size constructor to decompositions that did not have one. It ...
Adolfo Rodriguez Tsouroukdissian
2010-04-21
*
* merge with mainline
Benoit Jacob
2010-04-16
|
\
|
*
Extend documentation for HessenbergDecomposition.
Jitse Niesen
2010-03-28
*
|
fix the flags and matrix options, to always have the right RowMajor bit in th...
Benoit Jacob
2010-03-19
|
/
*
Propagate all five matrix template parameters to members and temporaries of d...
Adolfo Rodriguez Tsouroukdissian
2010-03-08
*
remove the Triangular suffix to Upper, Lower, UnitLower, etc,
Gael Guennebaud
2010-01-07
*
Big renaming:
Benoit Jacob
2010-01-04
*
clean a bit Hessenberg and make sure the subdiagonal coeff is real even for 2...
Gael Guennebaud
2009-12-23
*
fix #75, and add a basic unit test for Hessenberg
Gael Guennebaud
2009-12-23
*
Removed NestByValue dependency from Cholesky, Eigenvalues, LU and QR.
Hauke Heibel
2009-12-01
*
Compilation fix: makeHousholderInPlace now uses references.
Jitse Niesen
2009-11-11
*
improve ComplexShur api and doc
Gael Guennebaud
2009-09-16
*
rename the EigenSolver module to Eigenvalues
Gael Guennebaud
2009-09-04