Menu

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


Commit Date  
[r131] (6.5 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
[r104] (7.8 kB) by yonishi

*A function, dsymatrix::to_dssmatrix, was added.

2008-03-11 17:59:59 View
Download
[r102] (7.8 kB) by yonishi

The return object type of inverse functions for symmetric matrices was chenged.

2008-02-12 17:14:47 View
Download
[r84] (7.8 kB) by yonishi

*fix write functions again.

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

*return value for resize functions were changed.

2007-04-07 21:34:56 View
Download
[r55] (7.8 kB) by yonishi

*row and col functions were added for all d*matrix classes.

2007-01-13 19:13:08 View
Download
[r53] (7.7 kB) by yonishi

idamax and damax functions were added for dsymatrix.

2006-11-08 14:54:28 View
Download
[r50] (7.6 kB) by yonishi

*to_dsymatrix etc. were added.

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