NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
MatFuncDef Struct Reference

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>

Collaboration diagram for MatFuncDef:

Public Member Functions

 MatFuncDef ()
 
 MatFuncDef (MatFuncSignature sig, MatFunc f, bool isMatFunc=true)
 

Public Attributes

MatFuncSignature signature
 
MatFunc func
 
bool isPureMatFunc
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ MatFuncDef() [1/2]

MatFuncDef::MatFuncDef ( )
inline

Definition at line 702 of file matdatastructures.hpp.

◆ MatFuncDef() [2/2]

MatFuncDef::MatFuncDef ( MatFuncSignature  sig,
MatFunc  f,
bool  isMatFunc = true 
)
inline

Definition at line 703 of file matdatastructures.hpp.

Member Data Documentation

◆ func

MatFunc MatFuncDef::func

Definition at line 699 of file matdatastructures.hpp.

◆ isPureMatFunc

bool MatFuncDef::isPureMatFunc

Definition at line 700 of file matdatastructures.hpp.

◆ signature

MatFuncSignature MatFuncDef::signature

Definition at line 698 of file matdatastructures.hpp.


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