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
/
Core
/
TriangularMatrix.h
Commit message (
Expand
)
Author
Age
*
Move CoeffReadCost mechanism to evaluators
Gael Guennebaud
2014-03-10
*
Propagate LvalueBit flag to TriangularView
Gael Guennebaud
2014-02-20
*
Add a Solve expression for uniform treatment of solve() methods.
Gael Guennebaud
2014-02-19
*
Add evaluator shortcut for triangular ?= product
Gael Guennebaud
2014-02-18
*
Fix scalar * product optimization when 'product' includes a selfadjoint matrix
Gael Guennebaud
2014-02-17
*
Deal with automatic transposition in call_assignment, fix a few shortcomings
Gael Guennebaud
2014-02-17
*
Port evaluation from selfadjoint to full to evaluators
Gael Guennebaud
2014-01-26
*
Refactor triangular assignment
Gael Guennebaud
2014-01-25
*
Add support for triangular products with evaluators
Gael Guennebaud
2013-12-07
*
fix a typo triangular assignment
Gael Guennebaud
2013-12-02
*
Make swap unit test work with evaluators
Gael Guennebaud
2013-12-02
*
Add evaluator/assignment to TriangularView expressions
Gael Guennebaud
2013-12-02
*
Add nvcc support for small eigenvalues decompositions and workaround lack of ...
Gael Guennebaud
2013-08-01
*
Fix bug #314:
Gael Guennebaud
2012-11-06
*
fix bug #515: missing explicit scalar conversion
Gael Guennebaud
2012-09-27
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
bug #482: pass scalar arguments by const references. This changeset only conc...
Gael Guennebaud
2012-06-28
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
fix several const qualifier issues: double ones, meaningless ones, some missi...
Gael Guennebaud
2012-02-03
*
fix static inline versus inline static issues (the former is the correct order)
Gael Guennebaud
2012-01-31
*
protect calls to min and max with parentheses to make Eigen compatible with d...
Gael Guennebaud
2011-07-21
*
fix few warnings reported by clang
Thomas Capricelli
2011-07-07
*
clean a bit previous patch (ctor vs static_cast and a few bits)
Gael Guennebaud
2011-05-23
*
fix implicit scalar conversions (needed to support fancy scalar types, see bu...
David H. Bailey
2011-05-23
*
Document enums in Constants.h (bug #248).
Jitse Niesen
2011-05-03
*
fix 168 : now TriangularView::solve returns by value making TriangularView::s...
Gael Guennebaud
2011-02-01
*
make eigen2 cholesky test pass
Benoit Jacob
2011-01-28
*
fix the remainder of bug #159
Benoit Jacob
2011-01-26
*
fix the eigen3 part of bug #159 - build issue with selfadjointview
Benoit Jacob
2011-01-26
*
eigen2 support: implement part<SelfAdjoint>, mimic eigen2 behavior braindeadn...
Benoit Jacob
2011-01-25
*
const-qualify template parameters representing const arguments to expressions.
Benoit Jacob
2011-01-24
*
pass eigen2's triangular test
Benoit Jacob
2011-01-23
*
Move part() to EIGEN2_SUPPORT (had been deprecated for a long time)
Benoit Jacob
2011-01-23
*
remove EIGEN_REF_TO_TEMPORARY, clarify docs
Benoit Jacob
2010-12-25
*
bug #54 - really fix const correctness except in Sparse
Benoit Jacob
2010-12-22
*
bug #54 - The big Map const-correctness changes
Benoit Jacob
2010-12-10
*
generalize our internal rank K update routine to support more general A*B pro...
Gael Guennebaud
2010-11-10
*
Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...
Hauke Heibel
2010-10-26
*
Initial fixes for bug #85.
Hauke Heibel
2010-10-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
make a couple of typedefs public so stuff compiles
Benoit Jacob
2010-08-24
*
add TriangularMatrix::conjugate to be consistent since we have adjoint
Gael Guennebaud
2010-08-23
*
fix compilation: make the check_coordinates* functions const
Gael Guennebaud
2010-07-10
*
Various documentation improvements.
Jitse Niesen
2010-07-06
*
oops... fix it better
Thomas Capricelli
2010-07-01
*
fix compilation with icc. Anyway, the use of an enum instead of a
Thomas Capricelli
2010-07-01
*
Remove \nonstable yet. The stability rules for Eigen3 are much simpler:
Benoit Jacob
2010-06-29
*
email change
Gael Guennebaud
2010-06-24
*
compilation fix for ICC
Gael Guennebaud
2010-06-17
*
merge my Dynamic -> -1 change
Benoit Jacob
2010-06-11
|
\
[next]