C# Class YAMP.StandardFunction

The abstract base class used for all standard functions.
Inheritance: BaseFunction
Afficher le fichier Open project: FlorianRappl/YAMP

Méthodes publiques

Méthode Description
Perform ( Value argument ) : Value

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

Méthodes protégées

Méthode Description
GetValue ( ScalarValue value ) : ScalarValue

Gets a single value.

Private Methods

Méthode Description
Function ( MatrixValue x ) : MatrixValue
Function ( ScalarValue x ) : ScalarValue

Method Details

GetValue() protected méthode

Gets a single value.
protected GetValue ( ScalarValue value ) : ScalarValue
value ScalarValue The argument (single value).
Résultat ScalarValue

Perform() public méthode

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.
Résultat Value