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.
|
Generic function (not end-user) More...
#include <cfun.h>
Public Member Functions | |
BaseFunction () | |
Default constructor. | |
virtual | ~BaseFunction () |
Destructor. |
Protected Types | |
typedef FunctionFactory< T > ::BasePointer | BasePointer |
Shared pointer to BaseFunction. |
Generic function (not end-user)
T
type stands for treal or tcomplex. Please use inherited function classes.
|
protected |
Shared pointer to BaseFunction.
|
inline |
|
inlinevirtual |