Menu

/trunk/include/_dgbmatrix-/_dgbmatrix-dgsmatrix.hpp Commit Log


Commit Date  
[r137] (2.4 kB) by yonishi

*The default file format of write and read function was changed.
The write functions append a '#' at the very begining of the file.
For the backward compatibility, read functions can read files without the '#'.

*The style of "[ERROR]" messages was slightly changed.

2010-03-16 09:41:22 View
Download
[r135] (2.6 kB) by yonishi
2010-01-25 10:27:07 View
Download
[r131] (2.6 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
[r130] (2.9 kB) by yonishi

name of member objects in dgsmatrix was modified.

2009-12-15 04:36:56 View
Download
[r108] (2.9 kB) by yonishi

The data storage for dgsmatrix and dssmatrix was modified.

2008-07-15 10:09:27 View
Download
[r83] (3.0 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
[r49] (3.0 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
[r22] (3.0 kB) by yonishi

dssmatrix was renamed to dgsmatrix.
(zgsmatrix is under construction.)

2006-05-18 01:35:43 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.