Menu

/trunk/include/_dssmatrix-/_dssmatrix.hpp Commit Log


Commit Date  
[r177] (4.7 kB) by yonishi

*dgsmatrix::pardiso was added. It is a parallel sparse direct solver.
*uint32_t was substituted by long.

2014-02-08 09:13:22 View
Download
[r161] (4.7 kB) by yonishi

[minor modification]
The 'mutable' for the member object 'm' was removed from _zhematrix, _dssmatrix, _dsymatrix, and _zhsmatrix classes.

2011-06-16 08:19:59 View
Download
[r131] (4.7 kB) by yonishi

A lot of minor changes has been done.
Probably there are no need to modify your project codes using CPPLapack.

Main modifications are the followings.
1)All the private menmer objects (e.g. M, N, Array, etc.) were removed and put in public.
This modification made CPPLapack unsafe a bit and extendable a lot.
We highly recomend CPPLapack users to use valgrind with building your codes in debug mode.
2)Some implicit cast operators were removed.
Use to_XXXmatrix() functions instead.

2009-12-31 09:15:54 View
Download
[r125] (6.3 kB) by yonishi

specs of dgsmatrix and dssmatrix were changed a little.
They save uint32_t data for matrix index data instead of long integer.

2009-09-26 15:12:19 View
Download
[r108] (6.3 kB) by yonishi

The data storage for dgsmatrix and dssmatrix was modified.

2008-07-15 10:09:27 View
Download
[r84] (6.8 kB) by yonishi

*fix write functions again.

2007-08-11 09:12:37 View
Download
[r83] (6.8 kB) by yonishi

*bug fix for write functions.
*remove CPPL::min and CPPL::max functions, and replace them to std::min or std::max.

2007-08-11 07:43:33 View
Download
[r76] (6.8 kB) by yonishi

the type of Line and line object of dssmatrix were changed to std::vector.

2007-05-20 13:39:16 View
Download
[r52] (6.6 kB) by yonishi

*just added some comments.

2006-10-16 16:08:54 View
Download
[r50] (6.6 kB) by yonishi

*to_dsymatrix etc. were added.

2006-10-09 06:23:30 View
Download
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.