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.
 All Classes Files Functions Variables Typedefs Friends Macros Pages
Protected Member Functions | List of all members
SqMatrix< TR, TC > Class Template Reference

Generalized square matrix class (not end-user) More...

#include <cvm.h>

Inheritance diagram for SqMatrix< TR, TC >:
Inheritance graph
[legend]

Protected Member Functions

 SqMatrix ()
 internal constructor
virtual ~SqMatrix ()

Detailed Description

template<typename TR, typename TC>
class SqMatrix< TR, TC >

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.

See Also
Matrix

Definition at line 10623 of file cvm.h.

Constructor & Destructor Documentation

template<typename TR, typename TC>
SqMatrix< TR, TC >::SqMatrix ( )
inlineprotected

internal constructor

Definition at line 10629 of file cvm.h.

template<typename TR, typename TC>
virtual SqMatrix< TR, TC >::~SqMatrix ( )
inlineprotectedvirtual

Definition at line 10633 of file cvm.h.


The documentation for this class was generated from the following file: