aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/ForwardDeclarations.h
Commit message (Expand)AuthorAge
...
* move BandMatrix and TridiagonalMatrix to the internal:: namespaceGravatar Benoit Jacob2010-12-25
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* bug #54 - The big Map const-correctness changesGravatar Benoit Jacob2010-12-10
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* rename PlanarRotation -> JacobiRotationGravatar Benoit Jacob2010-10-19
* remove SVD class (was bad code taked from elsewhere)Gravatar Benoit Jacob2010-10-12
* set ColPivHouseholderQR as default preconditioner for JacobiSVDGravatar Benoit Jacob2010-10-11
* Rework JacobiSVD api / template parameters.Gravatar Benoit Jacob2010-10-08
* Fix Sun CC parsing of Eigen/Core. In particular,Gravatar Gael Guennebaud2010-08-25
* Fixed Geometry module failures.Gravatar Hauke Heibel2010-08-17
* allow vectorization of mat44.col() by adding a InnerPanel booleanGravatar Gael Guennebaud2010-07-23
* merge the backoutGravatar Benoit Jacob2010-08-11
|\
| * Backed out changeset 40f6e26a247976ba1868520a4747e49e0739a42aGravatar Benoit Jacob2010-08-11
* | Transform is now per default Projective.Gravatar Hauke Heibel2010-07-29
|/
* allow vectorization of mat44.col() by adding a InnerPanel booleanGravatar Gael Guennebaud2010-07-23
* sync with default branchGravatar Gael Guennebaud2010-07-22
|\
* | * fix SelfCwiseBinaryOp traits and handling of mixed typesGravatar Gael Guennebaud2010-07-19
* | * fix compilation of mixed scalar productGravatar Gael Guennebaud2010-07-19
| * introduce a new LvalueBit flag and split DenseCoeffBase into three level of a...Gravatar Gael Guennebaud2010-07-21
|/
* add a conj_product functor and optimize dot productsGravatar Gael Guennebaud2010-07-07
* add support for vectorized conjugated productsGravatar Gael Guennebaud2010-07-06
* email changeGravatar Gael Guennebaud2010-06-24
* added the SparseView class.Gravatar Daniel Lowengrub2010-06-14
* * add Transpositions to PermutationMatrix conversionGravatar Gael Guennebaud2010-06-08
* LDLT: make it honors the Lower/Upper directive and make it works inplaceGravatar Gael Guennebaud2010-06-03
* DenseBase is implemented as a class, not a struct.Gravatar Hauke Heibel2010-05-19
* introduce DenseCoeffsBase: this is where the coeff / coeffRef / etc... method...Gravatar Benoit Jacob2010-05-08
* Removed ambiguity between Map and Matrix Options template parameter.Gravatar Hauke Heibel2010-04-26
* Fixed a warning.Gravatar Hauke Heibel2010-04-26
* * remove ei_block_direct_access_statusGravatar Benoit Jacob2010-04-23
* add minor to Eigen2SupportGravatar Benoit Jacob2010-04-22
* remove MinorGravatar Benoit Jacob2010-04-22
* MSVC runs into problems when a forward declaration is using a different templ...Gravatar Hauke Heibel2010-04-22
* * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
* fix the flags and matrix options, to always have the right RowMajor bit in th...Gravatar Benoit Jacob2010-03-19
* mergeGravatar Benoit Jacob2010-03-18
|\
| * API change: ei_matrix_exponential(A) --> A.exp(), etcGravatar Jitse Niesen2010-03-16
| * attempt to fix #101Gravatar Benoit Jacob2010-03-11
* | implement the idea that row-vectors have the RowMajorBit and col-vectors don't.Gravatar Benoit Jacob2010-03-09
|/
* Fixes a compilation issue for MSVC.Gravatar Hauke Heibel2010-03-01
* Fix Map-with-Stride and cover it by new unit tests.Gravatar Benoit Jacob2010-02-26
* mergeGravatar Benoit Jacob2010-02-25
|\
| * Renamed AnyMatrixBase to EigenBase.Gravatar Hauke Heibel2010-02-20
* | miserable half-working state, commiting to a fork just in case, just to perfectGravatar Benoit Jacob2010-02-18
|/
* * fix multiple temporary copies for coeff based productsGravatar Gael Guennebaud2010-02-09
* make noalias works for coefficient based productsGravatar Gael Guennebaud2010-02-05
* Introduce third template parameter to HouseholderSequence: int Side.Gravatar Benoit Jacob2010-01-14
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* finally add a Array class with storage via the introduction of a DenseStorage...Gravatar Gael Guennebaud2009-12-17
* add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04