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

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

Public Properties

Property Type Description
vector double[]

Public Methods

Method Description
operator ( ) : vec

Implements the operator -.

vec ( double values ) : System.CodeDom.Compiler

Initializes a new instance of the vec class.

Method Details

operator() public static method

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

vec() public method

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

Property Details

vector public property

Inner vector object
public double[] vector
return double[]