aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* remove MakeBase, use ei_dense_xpr_base insteadGravatar Benoit Jacob2010-04-23
* * remove ei_block_direct_access_statusGravatar Benoit Jacob2010-04-23
* * remove class DenseDirectAccessBaseGravatar Benoit Jacob2010-04-23
* mergeGravatar Benoit Jacob2010-04-23
|\
| * restrict operator[] to vectors, not matrices.Gravatar Benoit Jacob2010-04-23
* | add minor to Eigen2SupportGravatar Benoit Jacob2010-04-22
* | remove MinorGravatar Benoit Jacob2010-04-22
* | remove USING_PART_OF_NAMESPACE_EIGEN, leaving it in Eigen2Support.Gravatar Benoit Jacob2010-04-22
* | * fix Eigen2Support, was not including VectorBlock.hGravatar Benoit Jacob2010-04-22
* | mergeGravatar Benoit Jacob2010-04-22
|\ \
* | | * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
| |/ |/|
| * MSVC runs into problems when a forward declaration is using a different templ...Gravatar Hauke Heibel2010-04-22
|/
* fix grave bug introduced by me: the low-level matrix-vector product functions...Gravatar Benoit Jacob2010-04-20
* mergeGravatar Benoit Jacob2010-04-18
|\
* | renaming (MatrixType ---> whatever appropriate)Gravatar Benoit Jacob2010-04-18
| * erf() is really non standard, better dont pollute eigen with it.Gravatar Thomas Capricelli2010-04-19
|/
* Disabled erf also for Cygwin where it is not supported and causes errors.Gravatar Hauke Heibel2010-04-18
* Disabled unsupported erf on MSVC machines.Gravatar Hauke Heibel2010-04-18
* introduce ei_erf() for various scalar typeGravatar Thomas Capricelli2010-04-18
* fix compilationGravatar Benoit Jacob2010-04-17
* Added MSVC stack allocation support.Gravatar Hauke Heibel2010-04-17
* oops, forgot to add DenseDirectAccessBaseGravatar Benoit Jacob2010-04-16
* fix ei_blas_traits directaccess check: in the case of vectors, having a nontr...Gravatar Benoit Jacob2010-04-16
* * merge with mainlineGravatar Benoit Jacob2010-04-16
|\
* | * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
| * ei_psqrt fix for zero inputGravatar Hauke Heibel2010-04-01
| * let the cast functor use the new ei_cast()Gravatar Benoit Jacob2010-03-30
| * generalize the idea of the previous commit to all kinds of casts, see this fo...Gravatar Benoit Jacob2010-03-30
| * add ei_cast_to_int, we are indeed somethings (e.g. in IO.h) casting scalars t...Gravatar Benoit Jacob2010-03-30
| * move the computation of the number of significant digits to a templated helpe...Gravatar Benoit Jacob2010-03-30
| * fix misc warnings, more importantly when NDEBUG is defined, assert() is aGravatar Thomas Capricelli2010-03-27
* | mergeGravatar Benoit Jacob2010-03-21
|\|
* | * allow matrix dimensions to be 0 (also at compile time) and provide a specia...Gravatar Benoit Jacob2010-03-21
| * oops, fix symv (innerStride instead of outerStride)Gravatar Gael Guennebaud2010-03-20
* | 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
| * Ups - again a missing typename.Gravatar Hauke Heibel2010-03-14
| * Propagate fixed size dimensions if available (on MSVC it leads >2.5x speedup ...Gravatar Hauke Heibel2010-03-13
| * attempt to fix #101Gravatar Benoit Jacob2010-03-11
| * Fix MSVC warnings.Gravatar Hauke Heibel2010-03-09
* | implement the idea that row-vectors have the RowMajorBit and col-vectors don't.Gravatar Benoit Jacob2010-03-09
|/
* update the product selection logic to use the Max* sizesGravatar Gael Guennebaud2010-03-08
* add missing cmake directives for arch/DefaultGravatar Gael Guennebaud2010-03-08
* * Fix #97 : Householder operations on 1x1 matricesGravatar Benoit Jacob2010-03-08
* * let a = foo() work when a is a row-vector xpr and foo() returns a ReturnByV...Gravatar Benoit Jacob2010-03-08
* Reintroduced the if-clause for MSVC ei_ploadu via _loadu_.Gravatar Hauke Heibel2010-03-07
* bugcount--, this time trmmGravatar Gael Guennebaud2010-03-06
* stride() => inner/outerStride()Gravatar Gael Guennebaud2010-03-06
* pff I introduced much too many bugs latey, count--Gravatar Gael Guennebaud2010-03-06