Menu

Code Commit Log


Commit Date  
[r189] by yonishi
2015-05-11 09:13:55 Tree
[r188] by yonishi

* The BLAS/LAPACK fictions are put in CPPL namespace.
Put "CPPL::" at the head of each direct call of BLAS/LAPACK fictions.

* The argument style of the BLAS/LAPACK fictions is changed to FORTRAN style.
Not only array objects but also non-array objects must be passed as the addresses of the objects.
Put "&" at the head of each non-array argument of directly-called BLAS/LAPACK fictions.

* The default type of an integer is revised to "CPPL_INT" from "long".
"CPPL_INT" denotes "MKL_INT" on Intel/MKL and "int" on g++ etc..
Note that "long" is no longer valid.

2015-05-11 09:10:10 Tree
[r187] by yonishi
2015-05-11 02:05:25 Tree
[r186] by yonishi

Bugs in dgsmatrix::t and zgsmatrix::t are fixed.

2015-02-02 11:13:00 Tree
[r185] by yonishi

Matrix and vector size check for pardiso functions was enabled in release mode as well as in debug mode.

2015-01-28 06:57:35 Tree
[r184] by yonishi

"read" functions of sparse matrices were revised.

2015-01-24 12:00:59 Tree
[r183] by yonishi

*Some warning messages are modified.

2014-03-03 15:43:08 Tree
[r182] by yonishi

little update of documentation etc.

2014-02-08 14:55:21 Tree
[r181] by yonishi

little bug fix.

2014-02-08 12:39:44 Tree
[r180] by yonishi

dssmatrix-/dssmatrix-pardiso.hpp was added. It is for "real and symmetric positive definite" and "real and symmetric indefinite" matrices.

2014-02-08 12:24:50 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.