index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
blas
Commit message (
Expand
)
Author
Age
*
Fix Fortran compiler detection
Gael Guennebaud
2014-02-13
*
Fix dot*w to return 0 for empty vectors (BLAS interface)
Gael Guennebaud
2013-10-01
*
Add missing changes.
Gael Guennebaud
2013-06-12
*
bug #482: pass scalar arguments by const references. Still remains a few case...
Gael Guennebaud
2013-02-25
*
Fix bug #496: generalize internal rank1_update implementation to accept uplo(...
Gael Guennebaud
2013-02-24
*
Fix bug #314:
Gael Guennebaud
2012-11-06
*
Merged in jdh8/eigen (pull request PR-17)
Gael Guennebaud
2012-09-11
|
\
*
|
fix compilation on freebsd
Gael Guennebaud
2012-09-11
|
*
Fix rank-1 update for self-adjoint packed matrices.
Chen-Pang He
2012-09-10
|
*
Implement packed triangular solver.
Chen-Pang He
2012-09-10
|
*
Implement packed triangular matrix-vector product.
Chen-Pang He
2012-09-09
|
*
Use conj_expr_if to clarify what it's doing.
Chen-Pang He
2012-09-09
|
*
Extend rank-1 updates for different storage orders.
Chen-Pang He
2012-09-09
|
*
Implement rank-1 update for self-adjoint packed matrices.
Chen-Pang He
2012-09-08
|
*
Simplify Rank2Update.h
Chen-Pang He
2012-09-08
|
*
Comment FIXMEs on Rank2Update.h and remove unused files.
Chen-Pang He
2012-09-08
|
*
Implement rank-2 update for packed matrices.
Chen-Pang He
2012-09-08
|
*
Perform direct calls in xHEMV and xSYMV.
Chen-Pang He
2012-09-08
|
/
*
Implement SDSDOT with DSDOT and avoid allocating buffers in DSDOT.
Chen-Pang He
2012-09-08
*
Implement functors for rank-1 and rank-2 update.
Chen-Pang He
2012-09-08
*
Fix memory leak in DSDOT.
Chen-Pang He
2012-09-07
*
BLAS: implement DSDOT and SDSDOT; update test for them.
Chen-Pang He
2012-09-05
*
Fix a typo in blas/common.h
Chen-Pang He
2012-09-03
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
remove dynamic allocation for fixed size object and triangular matrix-matrix ...
Gael Guennebaud
2012-06-26
*
update blas interface for trsm
Gael Guennebaud
2012-06-12
*
enforce weak linking of xerbla
Gael Guennebaud
2011-12-10
*
mv blas.h to src/misc such that it would be possible to use any blas libraries,
Gael Guennebaud
2011-12-09
*
Intel(R) MKL support added.
karturov
2011-12-05
*
remove useless blas reference code
Gael Guennebaud
2011-12-01
*
add code for band triangular problems:
Gael Guennebaud
2011-12-01
*
output error messages in blas unit tests
Gael Guennebaud
2011-12-01
*
hopefully this workaround of cmake bug #9220 works for MSVC too
Gael Guennebaud
2011-10-24
*
move the blas.h header to blas/ and remove declaration of function returning ...
Gael Guennebaud
2011-10-19
*
Enable incomplete BLAS/Lapack builds when no fortran compiler has been found.
Gael Guennebaud
2011-09-21
*
enable instalation of blas and lapack libs
Gael Guennebaud
2011-07-11
*
BTL: add a Eigen-blas backend
Gael Guennebaud
2011-03-23
*
forgot that one, again
Gael Guennebaud
2011-02-18
*
fix bug #189 (issue with fortran concentions to return COMPLEX values)
Gael Guennebaud
2011-02-18
*
forgot to include this file in previous commit (needed for lapack)
Gael Guennebaud
2011-02-18
*
fix unused var warning
Benoit Jacob
2011-02-17
*
forgot to include this file in one pretty old commit (missing EXCLUDE_FROM_ALL)
Gael Guennebaud
2011-02-17
*
Add blas tests for buildtests target.
Jitse Niesen
2011-02-17
*
implement GBMV
Gael Guennebaud
2011-02-02
*
enforce compilation of blas unit tests when running ctest
Gael Guennebaud
2010-12-12
*
Remove parentheses for compatibility with cmake 2.6.2
Jitse Niesen
2010-11-24
*
now the full blas folder requires a fortran compiler
Gael Guennebaud
2010-11-22
*
split level 1 and 2 implementation files into smaller ones and fix a couple o...
Gael Guennebaud
2010-11-22
*
import reference BLAS routines which are not already implemented in Eigen : m...
Gael Guennebaud
2010-11-22
*
implement HEMV level2 blas routine
Gael Guennebaud
2010-11-21
[next]