C# Class Accord.Math.Environments.OctaveEnvironment.mat

Matrix definition operator.
Afficher le fichier Open project: accord-net/framework

Méthodes publiques

Свойство Type Description
matrix ].double[

Méthodes publiques

Méthode Description
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

Method Details

Equals() public méthode

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

GetHashCode() public méthode

Returns a hash code for this instance.
public GetHashCode ( ) : int
Résultat int

mat() public méthode

Initializes a new instance of the mat class.
public mat ( double matrix ) : Accord.Math
matrix double
Résultat Accord.Math

operator() public static méthode

Equality operator.
public static operator ( ) : bool
Résultat bool

operator() public static méthode

Multiplication operator
public static operator ( ) : mat
Résultat mat

Property Details

matrix public_oe property

Inner matrix object.
public double[,] matrix
Résultat ].double[