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
/
PlainObjectBase.h
Commit message (
Expand
)
Author
Age
*
merge with default branch
Gael Guennebaud
2013-11-05
|
\
*
|
Allow .conservativeResize(rows,cols) on vectors
Gael Guennebaud
2013-10-16
*
|
Added move support for Matrix and Array.
Hauke Heibel
2013-08-02
|
*
Add nvcc support for small eigenvalues decompositions and workaround lack of ...
Gael Guennebaud
2013-08-01
|
*
merge with main branch
Gael Guennebaud
2013-07-17
|
|
\
|
|
/
|
/
|
*
|
Remove meaningless explicit qualifier
Gael Guennebaud
2013-06-12
|
*
Add nvcc support for normalize, initializers, and fuzzy comparisons
Gael Guennebaud
2013-06-05
|
*
merge with default branch
Gael Guennebaud
2013-04-19
|
|
\
|
|
/
|
/
|
*
|
Fix EIGEN_INITIALIZE_MATRICES_BY_NAN.
Sebastien Barthelemy
2013-02-22
|
*
Add support for NVCC5: most of the Core and part of LU are callable from CUDA...
Gael Guennebaud
2013-02-07
*
|
add EIGEN_INITIALIZE_MATRICES_BY_NAN
Gael Guennebaud
2013-02-07
|
/
*
Fix bug #507: Mark variable as unused in NDEBUG case
Christoph Hertzberg
2012-12-20
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
fix performance regression due to check_rows_cols_for_overflow and add approp...
Gael Guennebaud
2012-06-26
*
fix most of the shadow warnings in Core/*.h
Gael Guennebaud
2012-06-22
*
Fixed RVCT 3.1 compiler errors.
williami
2012-06-04
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
fix static inline versus inline static issues (the former is the correct order)
Gael Guennebaud
2012-01-31
*
workaround doxygen limitation to follow the base class of PlainObjectBase
Gael Guennebaud
2011-12-19
*
Alignment fixes:
Benoit Jacob
2011-11-22
*
Refactor force-inlining macros and use EIGEN_ALWAYS_INLINE to force inlining ...
Benoit Jacob
2011-11-06
*
In the Matrix constructor taking (rows, cols), statically assert that the typ...
Benoit Jacob
2011-11-05
*
The most important inline keyword ever? Without it, gcc failed to inline this...
Benoit Jacob
2011-10-25
*
Throw std::bad_alloc even when exceptions are disabled, by doing new int[size...
Benoit Jacob
2011-10-17
*
bug #363 - add test for integer overflow in size computations
Benoit Jacob
2011-10-16
*
bug #363 - check for integer overflow in size=rows*cols computations
Benoit Jacob
2011-10-16
*
Update docs of PlainObjectBase::Map(); fixes bug #335.
Jitse Niesen
2011-09-03
*
protect calls to min and max with parentheses to make Eigen compatible with d...
Gael Guennebaud
2011-07-21
*
Improved docs of PlainObjectBase::conservativeResize methods.
Hauke Heibel
2011-02-24
*
Improve documentation of plugins.
Jitse Niesen
2011-02-13
*
add Map static methods taking Strides, add test checking for compilation errors
Benoit Jacob
2011-02-03
*
mark the packet access methods as internal
Gael Guennebaud
2011-02-01
*
make eigen2 cholesky test pass
Benoit Jacob
2011-01-28
*
Rename EIGEN_DENSESTORAGEBASE_PLUGIN to EIGEN_PLAINOBJECTBASE_PLUGIN.
Jitse Niesen
2010-12-29
*
remove EIGEN_REF_TO_TEMPORARY, clarify docs
Benoit Jacob
2010-12-25
*
bug #54 - really fix const correctness except in Sparse
Benoit Jacob
2010-12-22
*
bug #54 - The big Map const-correctness changes
Benoit Jacob
2010-12-10
*
Initial fixes for bug #85.
Hauke Heibel
2010-10-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
renaming: ei_matrix_storage -> DenseStorage
Benoit Jacob
2010-10-20