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
/
Map.h
Commit message (
Expand
)
Author
Age
*
bug #1472: fix warning
Gael Guennebaud
2017-09-26
*
Gub 1453: fix Map with non-default inner-stride but no outer-stride.
Gael Guennebaud
2017-08-22
*
Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...
Gael Guennebaud
2016-01-01
*
First part of a big refactoring of alignment control to enable the handling o...
Gael Guennebaud
2015-08-06
*
bug #973: update macro-level control of alignement by introducing user-contro...
Gael Guennebaud
2015-07-29
*
Remove aligned-on-scalar assert and fallback to non vectorized path at runtim...
Gael Guennebaud
2015-06-14
*
Relax aligned-on-scalar assert as in the 3.2 branch
Gael Guennebaud
2015-06-12
*
Clean argument names of some functions
Gael Guennebaud
2015-06-09
*
Remove deprecated usage of expr::Index.
Gael Guennebaud
2015-02-16
*
Make constructors explicit if they could lead to unintended implicit conversion
Christoph Hertzberg
2014-09-23
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
merge with default branch
Gael Guennebaud
2014-07-02
|
\
|
*
Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...
Christoph Hertzberg
2014-07-01
|
*
Fix bug #826: Allow initialization of 1x1 Arrays/Matrices by passing a value.
Christoph Hertzberg
2014-06-23
*
|
merge with default branch
Gael Guennebaud
2014-06-20
|
\
|
*
|
Move evaluation related flags from traits to evaluator and fix evaluators of ...
Gael Guennebaud
2014-03-12
|
*
Reverted the definition of the EIGEN_ALIGN to its former meaning (i.e. a bool...
Benoit Steiner
2014-02-18
|
/
*
Port SelfCwiseBinaryOp and Dot.h to nvcc, fix portability issue with std::min...
Gael Guennebaud
2013-04-05
*
Add support for NVCC5: most of the Core and part of LU are callable from CUDA...
Gael Guennebaud
2013-02-07
*
Fix several documentation issues
Gael Guennebaud
2012-12-24
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
fix most of the shadow warnings in Core/*.h
Gael Guennebaud
2012-06-22
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
fix bug #417: Map should be nested by value, not by reference
Gael Guennebaud
2012-02-09
*
Update docs of PlainObjectBase::Map(); fixes bug #335.
Jitse Niesen
2011-09-03
*
Document enums in Constants.h (bug #248).
Jitse Niesen
2011-05-03
*
fix bug #219: Map Flags AlignedBit was miscomputed, didn't account for EIGEN_...
Benoit Jacob
2011-03-10
*
fix compilation with clang 2.8
Benoit Jacob
2011-02-27
*
Write topic page for storage orders.
Jitse Niesen
2011-02-12
*
rename build stages to multiples of 10; old stage 2 becomes stage 15, while s...
Benoit Jacob
2011-01-23
*
relax Map const correctness in eigen2 support stages <= 3
Benoit Jacob
2011-01-21
*
bug #54 - really fix const correctness except in Sparse
Benoit Jacob
2010-12-22
*
Fixed ctor from const raw data for Matrices and added the missing implementat...
Hauke Heibel
2010-12-15
*
bug #54 - The big Map const-correctness changes
Benoit Jacob
2010-12-10
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
allow vectorization of mat44.col() by adding a InnerPanel boolean
Gael Guennebaud
2010-07-23
*
Backed out changeset 40f6e26a247976ba1868520a4747e49e0739a42a
Benoit Jacob
2010-08-11
*
allow vectorization of mat44.col() by adding a InnerPanel boolean
Gael Guennebaud
2010-07-23
*
Various documentation improvements.
Jitse Niesen
2010-07-06
*
add default parameters for InnerStride/OuterStride to be
Gael Guennebaud
2010-06-25
*
email change
Gael Guennebaud
2010-06-24
*
More Index related stuff.
Hauke Heibel
2010-06-21
*
Fixed warnings regarding enums.
Hauke Heibel
2010-06-12
*
change the value of Dynamic to -1, since the index type is now configurable.
Benoit Jacob
2010-06-11
*
the Index types change.
Benoit Jacob
2010-05-30
*
Removed ambiguity between Map and Matrix Options template parameter.
Hauke Heibel
2010-04-26
*
renaming (MatrixType ---> whatever appropriate)
Benoit Jacob
2010-04-18
*
* Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...
Benoit Jacob
2010-04-16
*
fix the flags and matrix options, to always have the right RowMajor bit in th...
Benoit Jacob
2010-03-19
*
implement the idea that row-vectors have the RowMajorBit and col-vectors don't.
Benoit Jacob
2010-03-09
[next]