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
/
StableNorm.h
Commit message (
Expand
)
Author
Age
*
Generalize first_aligned to take the requested alignment as a template parame...
Gael Guennebaud
2015-08-06
*
First part of a big refactoring of alignment control to enable the handling o...
Gael Guennebaud
2015-08-06
*
Workaround missalignment produced by first_aligned for PacketSize==1 and size==1
Gael Guennebaud
2015-06-23
*
Use Ref<> to bypass forceAlignmentIf
Gael Guennebaud
2015-06-22
*
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...
Christoph Hertzberg
2014-12-04
*
bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini...
Gael Guennebaud
2014-10-20
*
Fix blueNorm wrt NaN/INF.
Gael Guennebaud
2014-09-02
*
Fix stableNorm() with respect to NaN and inf, and add respective unit tests. ...
Gael Guennebaud
2014-09-02
*
Fix bug #740: overflow issue in stableNorm
Gael Guennebaud
2014-02-13
*
merge with main branch
Gael Guennebaud
2013-07-17
|
\
|
*
Fix bug #314: move remaining math functions from internal to numext namespace
Gael Guennebaud
2013-06-10
*
|
merge with default branch
Gael Guennebaud
2013-04-19
|
\
|
|
*
Remove a useless variable in blueNorm
Gael Guennebaud
2013-04-10
|
*
Fix bug #581: remove useless piece of code is blueNorm
Gael Guennebaud
2013-04-09
*
|
Port SelfCwiseBinaryOp and Dot.h to nvcc, fix portability issue with std::min...
Gael Guennebaud
2013-04-05
|
/
*
Add support for sparse blueNorm
Desire NUENTSA
2013-01-11
*
Fix bug #314:
Gael Guennebaud
2012-11-06
*
remove stupid assert in blue norm.
Gael Guennebaud
2012-09-07
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
bug #352:properly cast constants
Igor Krivenko
2011-12-09
*
protect calls to min and max with parentheses to make Eigen compatible with d...
Gael Guennebaud
2011-07-21
*
Simplify the use of custom scalar types, the rule is to never directly call a...
Gael Guennebaud
2011-05-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
email change
Gael Guennebaud
2010-06-24
*
compilation fix for gcc 4.2
Gael Guennebaud
2010-06-10
*
the Index types change.
Benoit Jacob
2010-05-30
*
use modern ei_first_aligned function, dont try compiling coeffRef() on rvalue...
Benoit Jacob
2010-05-08
*
Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ...
Hauke Heibel
2010-02-06
*
merge and add start/end to Eigen2Support
Gael Guennebaud
2010-01-05
|
\
|
*
Big renaming:
Benoit Jacob
2010-01-04
|
*
* Fix bug #79: ei_alignmentOffset was assuming that ptr is multiple of
Benoit Jacob
2010-01-02
*
|
add a DenseBase class for MAtrixBase and ArrayBase and more code factorisation
Gael Guennebaud
2009-12-04
*
|
* remove EnforceAlignedAccess option to Block, VectorBlock, Map and MapBase
Gael Guennebaud
2009-11-20
*
|
Another big refactoring change:
Gael Guennebaud
2009-11-18
|
/
*
* extend Map to allow the user to specify whether the mapped data
Gael Guennebaud
2009-10-23
*
really fix stable norm compilation for older gcc
Gael Guennebaud
2009-10-07
*
fix compilation in stable norm, move a platform check to the unit tests
Gael Guennebaud
2009-10-06
*
fix warning in stable norm
Gael Guennebaud
2009-09-15
*
bugfix in inner-product specialization,
Gael Guennebaud
2009-08-15
*
fix a couple of warnings
Gael Guennebaud
2009-08-15
*
compilation fix (sun CC)
Gael Guennebaud
2009-07-20
*
re-implement stableNorm using a homemade blocky and
Gael Guennebaud
2009-07-17