C# Class Accord.Math.Environments.REnvironment.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
mat ( double values ) : System.CodeDom.Compiler

Initializes a new instance of the mat class.

operator ( ) : mat

Implements the operator -.

Method Details

mat() public méthode

Initializes a new instance of the mat class.
public mat ( double values ) : System.CodeDom.Compiler
values double
Résultat System.CodeDom.Compiler

operator() public static méthode

Implements the operator -.
public static operator ( ) : mat
Résultat mat

Property Details

matrix public_oe property

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