C# Class Accord.Math.Environments.REnvironment

Show file Open project: accord-net/framework

Protected Methods

Method Description
c ( ) : vec

Creates a new vector.

matrix ( double values, int rows, int cols ) : mat

Creates a new matrix.

Method Details

c() protected method

Creates a new vector.
protected c ( ) : vec
return vec

matrix() protected method

Creates a new matrix.
protected matrix ( double values, int rows, int cols ) : mat
values double
rows int
cols int
return mat