CVM Class Library
8.1
This C++ class library encapsulates concepts of vector and different matrices including square, band, symmetric and hermitian ones in Euclidean space of real and complex numbers.
|
Generalized square matrix class (not end-user) More...
#include <cvm.h>
Protected Member Functions | |
SqMatrix () | |
internal constructor | |
virtual | ~SqMatrix () |
Generalized square matrix class (not end-user)
TR
type stands for treal, TC
type stands for tcomplex. Please use inherited matrix classes. This one provides some member functions which are common for all square matrices.