Matrix TCL Pro 2.11
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.
MatrixTCLPro2.11是一款C++模板类库,用于轻松高效地进行矩阵代数计算。该类库支持大多数矩阵操作,并通过优化技术减少通常与此类库相关的编程开销,使使用它的程序几乎与使用纯C或FORTRAN编写的矩阵库一样高效。
2674





