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

Matrix definition operator.
Show file Open project: accord-net/framework

Public Properties

Property Type Description
matrix ].double[

Public Methods

Method Description
mat ( double values ) : System.CodeDom.Compiler

Initializes a new instance of the mat class.

operator ( ) : mat

Implements the operator -.

Method Details

mat() public method

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

operator() public static method

Implements the operator -.
public static operator ( ) : mat
return mat

Property Details

matrix public property

Inner matrix object.
public double[,] matrix
return ].double[