Menu

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


Commit Date  
[r177] (5.1 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] (5.1 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] (5.0 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
[r84] (6.7 kB) by yonishi

*fix write functions again.

2007-08-11 09:12:37 View
Download
[r83] (6.7 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
[r52] (6.7 kB) by yonishi

*just added some comments.

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

*implicit cast constructors (constructor from dgbmatrix to dgematrix, from zhematrix to zgematrix, and so on) were deleted.
*to_dgematrix and to_zgematrix member functions were added.

2006-10-08 18:43:50 View
Download
[r45] (6.6 kB) by yonishi

*not nesessary cast functions were removed form _zgsmatrix and _zhsmatrix

2006-09-19 17:18:25 View
Download
[r42] (6.6 kB) by yonishi

*zgsmatrix and zhsmatrix were added.

2006-09-17 14:00:16 View
Download
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.