Menu

Code Commit Log


Commit Date  
[r193] by yonishi

Bug fix for dgsmatrix::read function.

2015-09-15 07:23:31 Tree
[r192] by yonishi

dss*dge operator is added.

2015-09-08 11:21:16 Tree
[r191] by yonishi
2015-05-11 11:17:24 Tree
[r190] by yonishi
2015-05-11 09:30:24 Tree
[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
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.