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.
|
Function Factory (not end-user) More...
#include <cfun.h>
Public Types | |
typedef std::shared_ptr < BaseFunction< T > > | BasePointer |
Shared pointer to BaseFunction. |
Static Public Member Functions | |
static BasePointer | compile (const std::string &sPar, size_t nFirst, size_t nLast, const string_array &saVars, const string_array &saParameters, const string_array &saMeanings, bool subst=true) throw (cvmexception) |
Parser and factory interface (not end-user) |
Function Factory (not end-user)
T
type stands for treal or tcomplex. Please use inherited function classes.
typedef std::shared_ptr<BaseFunction<T> > FunctionFactory< T >::BasePointer |
Shared pointer to BaseFunction.
|
inlinestatic |