NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Defines a matrix function itself by containing the signature, the pointer to the implementation and an information, whether it is a pure matrix function (or an overload). More...
#include <matdatastructures.hpp>
Public Member Functions | |
MatFuncDef () | |
MatFuncDef (MatFuncSignature sig, MatFunc f, bool isMatFunc=true) | |
Public Attributes | |
MatFuncSignature | signature |
MatFunc | func |
bool | isPureMatFunc |
Defines a matrix function itself by containing the signature, the pointer to the implementation and an information, whether it is a pure matrix function (or an overload).
Definition at line 696 of file matdatastructures.hpp.
|
inline |
Definition at line 702 of file matdatastructures.hpp.
|
inline |
Definition at line 703 of file matdatastructures.hpp.
MatFunc MatFuncDef::func |
Definition at line 699 of file matdatastructures.hpp.
bool MatFuncDef::isPureMatFunc |
Definition at line 700 of file matdatastructures.hpp.
MatFuncSignature MatFuncDef::signature |
Definition at line 698 of file matdatastructures.hpp.