Menu

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


Commit Date  
[r157] (4.7 kB) by yonishi

hadamerd product functions were added. (incomplete)

2010-08-22 22:09:14 View
Download
[r133] (4.6 kB) by yonishi

Cast functions from normal classes to small classes were midified.
The to_XXXmatrix_small() type functions were removed.
Use explicit constructors of small classes instead.

2010-01-04 08:49:29 View
Download
[r131] (4.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
[r84] (4.9 kB) by yonishi

*fix write functions again.

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

*return value for resize functions were changed.

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

*alias and unalias functions were added for vector classes.
(not yet for matrix classes)

2007-03-09 17:56:41 View
Download
[r40] (4.8 kB) by yonishi

*bug fix on dsymatrix::set function. Thanks, Hui Li!!
*change the return object type of zero,initialize,and set functions
to enable quick initialization like ...
const dgematrix A(dgematrix(3,3).zero().set(1,1,x));

2006-08-14 22:09:37 View
Download
[r34] (4.8 kB) by yonishi

*add cap to dcovector and drovector for frexable stretching

2006-06-18 18:23:07 View
Download
[r31] (4.6 kB) by yonishi

dug fix for dssmatrix

2006-06-15 12:41:53 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.