C# 클래스 YAMP.StandardFunction

The abstract base class used for all standard functions.
상속: BaseFunction
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
Perform ( Value argument ) : Value

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

보호된 메소드들

메소드 설명
GetValue ( ScalarValue value ) : ScalarValue

Gets a single value.

비공개 메소드들

메소드 설명
Function ( MatrixValue x ) : MatrixValue
Function ( ScalarValue x ) : ScalarValue

메소드 상세

GetValue() 보호된 메소드

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

Perform() 공개 메소드

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.
리턴 Value