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
/
MatrixBase.h
Commit message (
Expand
)
Author
Age
*
Add support for inverse hyperbolic functions.
Rasmus Munk Larsen
2019-01-11
*
Fix most Doxygen warnings. Also add links to stable documentation from unsupp...
Christoph Hertzberg
2018-10-19
*
Extend CUDA support to matrix inversion and selfadjointeigensolver
Andrea Bocci
2018-06-11
*
bug #1457: add setUnit() methods for consistency.
Gael Guennebaud
2017-08-22
*
Make NoAlias and JacobiRotation compatible with CUDA.
Gael Guennebaud
2017-08-17
*
Fix lazyness of operator* with CUDA
Gael Guennebaud
2017-07-20
*
Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...
Gael Guennebaud
2017-07-17
*
bug #1396: add some missing EIGEN_DEVICE_FUNC
Gael Guennebaud
2017-02-28
*
Move common cwise-unary method from MatrixBase/ArrayBase to the common DenseB...
Gael Guennebaud
2017-01-02
*
Adding EIGEN_DEVICE_FUNC in the Geometry module.
Robert Lukierski
2016-10-12
*
Removed EIGEN_DEVICE_FUNC qualifers for the lu(), fullPivLu(), partialPivLu()...
Benoit Steiner
2016-09-19
*
bug #828: clarify documentation of SparseMatrixBase's unary methods.
Gael Guennebaud
2016-09-16
*
Added several missing EIGEN_DEVICE_FUNC qualifiers
Benoit Steiner
2016-09-14
*
Doc: split customizing-eigen page into sub-pages and re-structure a bit the d...
Gael Guennebaud
2016-08-30
*
Move MatrixBase::operaotr*(UniformScaling) as a free function in Scaling.h, a...
Gael Guennebaud
2016-06-14
*
Relax mixing-type constraints for binary coefficient-wise operators:
Gael Guennebaud
2016-06-06
*
Implement generic scalar*expr and expr*scalar operator based on scalar_produc...
Gael Guennebaud
2016-06-02
*
Implement complete orthogonal decomposition in Eigen.
Rasmus Munk Larsen
2016-02-06
*
bug #667: declare several critical functions as FORECE_INLINE to make ICC hap...
Gael Guennebaud
2016-01-31
*
bug #977: add stableNormalize[d] methods: they are analogues to normalize[d] ...
Gael Guennebaud
2016-01-23
*
Workaround "empty paragraph" warning with clang -Wdocumentation
Gael Guennebaud
2015-12-30
*
Fix numerous doxygen issues in auto-link generation
Gael Guennebaud
2015-12-30
*
Add support for dense.cwiseProduct(sparse)
Gael Guennebaud
2015-11-04
*
bug #1089: add a warning when using a MatrixBase method which is implemented ...
Gael Guennebaud
2015-10-22
*
Clean some previous changes and more cuda fixes
Gael Guennebaud
2015-07-15
*
Add special path for matrix<complex>/real.
Gael Guennebaud
2015-06-26
*
Fix return nullary return types: it must be based on the PlainObject type ins...
Gael Guennebaud
2015-06-22
*
Remove a few deprecated internal expressions
Gael Guennebaud
2015-06-19
*
Fix homogeneous() for 1x1 matrix: in this case, homogeneous follows the stora...
Gael Guennebaud
2015-06-08
*
bug #998: Started fixing doxygen warnings
Christoph Hertzberg
2015-05-01
*
Index refactoring: StorageIndex must be used for storage only (and locally wh...
Gael Guennebaud
2015-02-13
*
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...
Christoph Hertzberg
2014-12-04
*
Fix MSVC compilation issue
Gael Guennebaud
2014-12-02
*
Simplify return type of diagonal(Index) (and ease compiler job)
Gael Guennebaud
2014-11-28
*
Introduce unified macros to identify compiler, OS, and architecture. They are...
Gael Guennebaud
2014-11-04
*
Move D&C SVD to official SVD module.
Gael Guennebaud
2014-10-29
*
Make cuda_basic test compile again by adding lots of EIGEN_DEVICE_FUNC.
Christoph Hertzberg
2014-10-13
*
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-09-14
|
\
|
*
Optimization: "matrix<complex> * real" did not call the special path and the ...
Gael Guennebaud
2014-09-02
*
|
merge with default branch
Gael Guennebaud
2014-07-02
|
\
|
|
*
Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...
Christoph Hertzberg
2014-07-01
*
|
merge default and evaluator branches
Gael Guennebaud
2014-03-12
|
\
|
*
|
Move CoeffReadCost mechanism to evaluators
Gael Guennebaud
2014-03-10
*
|
Add general Inverse<> expression with evaluator
Gael Guennebaud
2014-02-20
*
|
Disable Flagged and ForceAlignedAccess
Gael Guennebaud
2014-02-19
*
|
Merge with default branch
Gael Guennebaud
2014-02-18
|
\
\
*
|
|
Get rid of DiagonalProduct
Gael Guennebaud
2014-02-18
|
|
*
Help MSVC to inline some trivial functions
Gael Guennebaud
2014-03-04
|
|
/
[next]