C# 클래스 Accord.Math.Environments.OctaveEnvironment.mat

Matrix definition operator.
파일 보기 프로젝트 열기: accord-net/framework

공개 프로퍼티들

프로퍼티 타입 설명
matrix ].double[

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Determines whether the specified System.Object is equal to this instance.

GetHashCode ( ) : int

Returns a hash code for this instance.

mat ( double matrix ) : Accord.Math

Initializes a new instance of the mat class.

operator ( ) : bool

Equality operator.

operator ( ) : mat

Multiplication operator

메소드 상세

Equals() 공개 메소드

Determines whether the specified System.Object is equal to this instance.
public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

Returns a hash code for this instance.
public GetHashCode ( ) : int
리턴 int

mat() 공개 메소드

Initializes a new instance of the mat class.
public mat ( double matrix ) : Accord.Math
matrix double
리턴 Accord.Math

operator() 공개 정적인 메소드

Equality operator.
public static operator ( ) : bool
리턴 bool

operator() 공개 정적인 메소드

Multiplication operator
public static operator ( ) : mat
리턴 mat

프로퍼티 상세

matrix 공개적으로 프로퍼티

Inner matrix object.
public double[,] matrix
리턴 ].double[