Menu

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


Commit Date  
[r149] (3.8 kB) by yonishi

VERBOSE is substituted by CPPL_VERBOSE.

2010-06-18 14:20:54 View
Download
[r137] (3.8 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
[r131] (3.9 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
[r126] (5.8 kB) by yonishi

*small bug fix of dcovector::clear() and drovector::clear().

2009-10-15 14:51:12 View
Download
[r78] (5.8 kB) by yonishi

small modification for "_" functions

2007-07-17 14:29:05 View
Download
[r75] (5.8 kB) by yonishi

tiny modification for streatch and expand functions

2007-05-19 18:59:54 View
Download
[r64] (5.8 kB) by yonishi

*return value for resize functions were changed.

2007-04-07 21:34:56 View
Download
[r60] (5.7 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.6 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
[r35] (4.6 kB) by yonishi

*change some CPPL_DEBUG lines to CPPL_VERBOSE lines.

2006-06-19 07:08:22 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.