aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/StableNorm.h
Commit message (Expand)AuthorAge
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Remove a useless variable in blueNormGravatar Gael Guennebaud2013-04-10
* Fix bug #581: remove useless piece of code is blueNormGravatar Gael Guennebaud2013-04-09
* Add support for sparse blueNormGravatar Desire NUENTSA2013-01-11
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* remove stupid assert in blue norm.Gravatar Gael Guennebaud2012-09-07
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* bug #352:properly cast constantsGravatar Igor Krivenko2011-12-09
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* Simplify the use of custom scalar types, the rule is to never directly call a...Gravatar Gael Guennebaud2011-05-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* email changeGravatar Gael Guennebaud2010-06-24
* compilation fix for gcc 4.2Gravatar Gael Guennebaud2010-06-10
* the Index types change.Gravatar Benoit Jacob2010-05-30
* use modern ei_first_aligned function, dont try compiling coeffRef() on rvalue...Gravatar Benoit Jacob2010-05-08
* Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ...Gravatar Hauke Heibel2010-02-06
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
| * Big renaming:Gravatar Benoit Jacob2010-01-04
| * * Fix bug #79: ei_alignmentOffset was assuming that ptr is multiple ofGravatar Benoit Jacob2010-01-02
* | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
* | * remove EnforceAlignedAccess option to Block, VectorBlock, Map and MapBaseGravatar Gael Guennebaud2009-11-20
* | Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
|/
* * extend Map to allow the user to specify whether the mapped dataGravatar Gael Guennebaud2009-10-23
* really fix stable norm compilation for older gccGravatar Gael Guennebaud2009-10-07
* fix compilation in stable norm, move a platform check to the unit testsGravatar Gael Guennebaud2009-10-06
* fix warning in stable normGravatar Gael Guennebaud2009-09-15
* bugfix in inner-product specialization,Gravatar Gael Guennebaud2009-08-15
* fix a couple of warningsGravatar Gael Guennebaud2009-08-15
* compilation fix (sun CC)Gravatar Gael Guennebaud2009-07-20
* re-implement stableNorm using a homemade blocky andGravatar Gael Guennebaud2009-07-17