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
/
util
/
BlasUtil.h
Commit message (
Expand
)
Author
Age
*
Extend CUDA support to matrix inversion and selfadjointeigensolver
Andrea Bocci
2018-06-11
*
Clean debugging code
Gael Guennebaud
2016-12-05
*
Complete rewrite of column-major-matrix * vector product to deliver higher pe...
Gael Guennebaud
2016-12-03
*
Add generic implementation of conj_helper for custom complex types.
Gael Guennebaud
2016-08-29
*
Fix compilation in check_for_aliasing due to ambiguous specializations
Gael Guennebaud
2016-08-23
*
Permits call to explicit ctor.
Gael Guennebaud
2016-07-18
*
Cleanup unused functors.
Gael Guennebaud
2016-06-14
*
Implement scalar multiples and division by a scalar as a binary-expression wi...
Gael Guennebaud
2016-06-14
*
Introduce internal's UIntPtr and IntPtr types for pointer to integer conversi...
Gael Guennebaud
2016-05-26
*
Made the blas utils usable from within a cuda kernel
Benoit Steiner
2016-01-11
*
Generalize first_aligned to take the requested alignment as a template parame...
Gael Guennebaud
2015-08-06
*
bug #923: fix EIGEN_USE_BLAS mode
Gael Guennebaud
2015-06-23
*
Fix MSVC compilation: aligned type must be passed by reference
Gael Guennebaud
2015-03-19
*
Packet must be passed by const reference and not by value to avoid alignment ...
Gael Guennebaud
2015-02-17
*
Pulled the latest changes from the trunk
Benoit Steiner
2015-02-06
|
\
*
|
Generalized the matrix vector product code.
Benoit Steiner
2014-10-31
*
|
Generalized the gebp apis
Benoit Steiner
2014-10-02
|
*
Make constructors explicit if they could lead to unintended implicit conversion
Christoph Hertzberg
2014-09-23
|
/
*
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
*
|
Add nvcc support for normalize, initializers, and fuzzy comparisons
Gael Guennebaud
2013-06-05
|
/
*
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
*
fix conjugation in packet_lhs
Gael Guennebaud
2012-02-05
*
fix several const qualifier issues: double ones, meaningless ones, some missi...
Gael Guennebaud
2012-02-03
*
fix static inline versus inline static issues (the former is the correct order)
Gael Guennebaud
2012-01-31
*
Intel(R) MKL support added.
karturov
2011-12-05
*
now gemv supports strides
Gael Guennebaud
2011-01-30
*
third pass of const-correctness fixes (bug #54), hopefully the last one...
Benoit Jacob
2011-01-07
*
bug #54 - really fix const correctness except in Sparse
Benoit Jacob
2010-12-22
*
Initial fixes for bug #85.
Hauke Heibel
2010-10-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
* fix SelfCwiseBinaryOp traits and handling of mixed types
Gael Guennebaud
2010-07-19
*
* fix a couple of remaining issues with previous commit,
Gael Guennebaud
2010-07-19
*
wip: extend the gebp kernel to optimize complex and mixed products
Gael Guennebaud
2010-07-19
*
mixing types step 3:
Gael Guennebaud
2010-07-11
*
mixing types in product step 2:
Gael Guennebaud
2010-07-11
*
sync
Gael Guennebaud
2010-07-10
|
\
|
*
* generalize rowmajor by vector
Gael Guennebaud
2010-07-10
|
*
move ei_conj_if to a more appropriate file
Gael Guennebaud
2010-07-09
*
|
support for real * complex matrix product - step 1 (works for some special ca...
Gael Guennebaud
2010-07-07
|
/
*
add support for vectorized conjugated products
Gael Guennebaud
2010-07-06
*
* extend the Has* packet traits and makes all functor use it
Gael Guennebaud
2010-07-05
*
add intitial support for the vectorization of complex<float>
Gael Guennebaud
2010-07-05
*
email change
Gael Guennebaud
2010-06-24
*
* makes all product use the new API to set the blocking sizes
Gael Guennebaud
2010-06-22
*
undo 314bfa13753f153d44ff76a1c8ce0206616b06d9
Benoit Jacob
2010-06-11
*
Add a proof concept API to configure the blocking parameters at runtime.
Gael Guennebaud
2010-06-07
*
fix issue #128 : inner stride can also be 0 in which case it means 1...
Gael Guennebaud
2010-06-01
*
the Index types change.
Benoit Jacob
2010-05-30
[next]