index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
unsupported
/
Eigen
/
src
/
MatrixFunctions
Commit message (
Expand
)
Author
Age
*
Fix compilation.
Hauke Heibel
2013-08-02
*
MatrixFunctions: replace eval() by nested.
Jitse Niesen
2013-07-31
*
Fix bug in MatrixFunctions for matrices with multiple eigenvalues.
Jitse Niesen
2013-07-26
*
merge
Jitse Niesen
2013-07-26
|
\
*
|
Fixed floating point warning.
Hauke Heibel
2013-07-26
|
*
MatrixFunctions: Clean up StemFunction.h
Jitse Niesen
2013-07-26
|
/
*
Clean up MatrixFunction and MatrixLogarithm.
Jitse Niesen
2013-07-25
*
Clean-up of MatrixSquareRoot.
Jitse Niesen
2013-07-22
*
Clean-up of MatrixExponential:
Jitse Niesen
2013-07-21
*
Fix doc. (It is also used by computeFracPower)
Chen-Pang He
2013-07-21
*
Document on MatrixExponential::ScalingOp
Chen-Pang He
2013-07-21
*
Apply argument-dependent lookup on user-defined types. (using std::)
Chen-Pang He
2013-07-20
*
Optimize MatrixPower::computeIntPower
Chen-Pang He
2013-07-20
*
Comment on private members of MatrixPower.
Chen-Pang He
2013-07-20
*
Simplify MatrixPower::split
Chen-Pang He
2013-07-20
*
Document on MatrixPowerAtomic.
Chen-Pang He
2013-07-13
*
Document on complex matrix power.
Chen-Pang He
2013-07-13
*
Document on the return type of MatrixPower::operator()
Chen-Pang He
2013-07-13
*
Make non-conversion unary constructors explicit.
Chen-Pang He
2013-07-11
*
Add assertion against undefined matrix power.
Chen-Pang He
2013-07-10
*
We need not prohibit assignment here. Thanks to changeset 3edd4681f2f04c1164...
Chen-Pang He
2013-07-07
*
Prevent copying with internal::noncopyable.
Chen-Pang He
2013-07-07
*
Const-correct the scaling functor.
Chen-Pang He
2013-07-05
*
Avoid pow(Scalar, int) for C++11 conformance.
Chen-Pang He
2013-07-05
*
Let complex power fall back to "log, scale, exp".
Chen-Pang He
2013-07-05
*
Enable singular matrix power using unitary similarities.
Chen-Pang He
2013-07-04
*
Simplify class hierarchy.
Chen-Pang He
2013-07-04
*
Remove unreachable MatrixPowerTriangular, paving the way to future cleanups.
Chen-Pang He
2013-07-04
*
Clean namespace pollution.
Chen-Pang He
2013-06-25
*
Matrix square root can process 0 eigenvalue.
Chen-Pang He
2013-06-24
*
Remove mat.pow * vec specialization, which causes segfault for mat.pow * mat.pow
Chen-Pang He
2013-06-24
*
Fix segfault and bug with equal eivals in matrix power (bug #614).
Chen-Pang He
2013-06-24
*
compilation fixes in unsupported
Gael Guennebaud
2013-06-12
*
Fix bug #314: move remaining math functions from internal to numext namespace
Gael Guennebaud
2013-06-10
*
Fix bug #482: pass scalar value by const reference (it remained a few cases)
Gael Guennebaud
2013-04-12
*
Replace assert() by eigen_assert() (fixes bug #548).
Jitse Niesen
2013-02-02
*
I think it's OK to let XprHelper.h determine the nested type.
Chen-Pang He
2012-10-15
*
Remove unused typedef (traits<MatrixPowerProduct>::PlainObject) for brevity.
Chen-Pang He
2012-10-14
*
Simplify traits<MatrixPowerProduct>: StorageKind must be Dense because Matrix...
Chen-Pang He
2012-10-14
*
Use the nested type instead of const reference
Chen-Pang He
2012-10-14
*
Just tidy up: no need to specify template parameters inside class body.
Chen-Pang He
2012-10-14
*
Make MatrixPowerTriangularAtomic::computePade static because it should be.
Chen-Pang He
2012-10-07
*
Use simplified return type, trying to work around MSVC.
Chen-Pang He
2012-10-03
*
Make use of TRMM (speed up), and remove useless condition (the triangular don...
Chen-Pang He
2012-10-02
*
Make better decision on PartialPivLU vs inverse(): We have specialized invers...
Chen-Pang He
2012-10-02
*
Add test for real MatrixPowerTriangular.
Chen-Pang He
2012-09-30
*
Avoid Schur decomposition on (quasi-)triangular matrices. (Huge speed up!)
Chen-Pang He
2012-09-30
*
Implement complex MatrixPowerTriangular. There are still problems with real one.
Chen-Pang He
2012-09-30
*
Fix bug #314:
Gael Guennebaud
2012-11-06
*
Fix build error in matrixfunctions on MSVC
Desire NUENTSA
2012-10-30
[next]