MatrixTCLPro____C++库
This matrix C++ template class library is for performing matrix algebra calculations in C++ programs with ease and efficiency. With this class you can perform most matrix operations like other built-in data types in your C++ programs. We have used many C++ optimization techniques in desiging this class to minimize/eliminate the normal programming overheads assiciated with such a class library. So, programs using this class would be as efficient as those using matrix library written in plain "C" or FORTRAN. However, the extent of efficiency will depend on the optimizing capabilities of the particular compiler you are using to compile your program. extent of efficiency will depend on the optimizing capabilities of the particular compiler you are using to compile your program.
文件列表
MTP_Include.rar
(预估有个4文件)
MTP_Include
使用说明.txt
688B
matrix2.hxx
17KB
cmatrix.h
1KB
matrix.cc
110KB
暂无评论