Menu

/trunk/include/_zhematrix- Commit Log


Commit Date  
[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
[r124] by yonishi

Bug fix for dgematrix::dgeev functions

2009-09-24 13:39:52 Tree
[r114] by yonishi

*small modification of _zhematrix to compile with -std=c++0x option

2009-03-17 00:09:50 Tree
[r110] by yonishi

All "#pragma omp parallel for" were removed.
I think functions with omp should be developed by each users for better performance.

2008-07-17 14:11:35 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
[r49] 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 Tree
[r44] by yonishi

*CPPL_DEBUG became more quiet and CPPL_VERBOSE became more verbose.

2006-09-18 15:10:41 Tree
[r42] by yonishi

*zgsmatrix and zhsmatrix were added.

2006-09-17 14:00:16 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.