aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
...
* rename Coeffs.h -> DenseCoeffsBase.hGravatar Benoit Jacob2010-05-08
* move the strides API to DenseCoeffsBase,Gravatar Benoit Jacob2010-05-08
* use CoeffReturnTypeGravatar Benoit Jacob2010-05-08
* use modern ei_first_aligned function, dont try compiling coeffRef() on rvalue...Gravatar Benoit Jacob2010-05-08
* let Diagonal have the DirectAccessBit, using an inner strideGravatar Benoit Jacob2010-05-08
* introduce DenseCoeffsBase: this is where the coeff / coeffRef / etc... method...Gravatar Benoit Jacob2010-05-08
* fix CwiseUnaryView: it shouldn't have the AlignedBit, but it should have the ...Gravatar Benoit Jacob2010-05-08
* Quiet MSVC.Gravatar Hauke Heibel2010-05-04
* fix compilation: const (T&) != const T& , use ei_makeconstGravatar Benoit Jacob2010-04-30
* fix #116 and remove debug cout'sGravatar Benoit Jacob2010-04-30
* * kill the retval typedefs, instead introduce ei_xxx_retval which does the jo...Gravatar Benoit Jacob2010-04-28
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* Removed ambiguity between Map and Matrix Options template parameter.Gravatar Hauke Heibel2010-04-26
* Fixed a warning.Gravatar Hauke Heibel2010-04-26
* compileGravatar Benoit Jacob2010-04-25
* (proper commit this time)Gravatar Konstantinos Margaritis2010-04-24
* Backed out changeset 6972c140f737874d88da0e225c7c27b4563a4518Gravatar Konstantinos Margaritis2010-04-24
* replaced _mm_prefetch in GeneralBlockPanelKernel.h, with ei_prefetch() inline...Gravatar oem2010-04-24
* 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
|\|