Menu

/trunk/include/_dcovector- Commit Log


Commit Date  
[r149] by yonishi

VERBOSE is substituted by CPPL_VERBOSE.

2010-06-18 14:20:54 Tree
[r137] 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 Tree
[r133] 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 Tree
[r131] 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 Tree
[r122] by yonishi

*Bub fix on operator*(dcovector, drovector)

2009-09-23 08:53:24 Tree
[r84] by yonishi

*fix write functions again.

2007-08-11 09:12:37 Tree
[r83] 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 Tree
[r82] by yonishi

*std::ofstream CPPL::ofs was added to control output format of write fnctions.

2007-08-10 16:47:41 Tree
[r39] by yonishi

*bugfix for transpose function for _dcovector and _drovector.

2006-07-18 17:31:28 Tree
[r35] by yonishi

*change some CPPL_DEBUG lines to CPPL_VERBOSE lines.

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