C# Class YAMP.StandardFunction

The abstract base class used for all standard functions.
Inheritance: BaseFunction
Datei anzeigen Open project: FlorianRappl/YAMP

Public Methods

Method Description
Perform ( Value argument ) : Value

Performs the function - maps each entry of a matrix to a matrix.

Protected Methods

Method Description
GetValue ( ScalarValue value ) : ScalarValue

Gets a single value.

Private Methods

Method Description
Function ( MatrixValue x ) : MatrixValue
Function ( ScalarValue x ) : ScalarValue

Method Details

GetValue() protected method

Gets a single value.
protected GetValue ( ScalarValue value ) : ScalarValue
value ScalarValue The argument (single value).
return ScalarValue

Perform() public method

Performs the function - maps each entry of a matrix to a matrix.
public Perform ( Value argument ) : Value
argument Value Either a Scalar or a Matrix.
return Value