C# Class AIMA.Core.Util.Math.Vector

Inheritance: Matrix
Show file Open project: PaulMineau/AIMA.Net Class Usage Examples

Public Methods

Method Description
Vector ( List lst ) : System
Vector ( int size ) : System
copyVector ( ) : Vector
getValue ( int i ) : double
indexHavingMaxValue ( ) : int
minus ( Vector v ) : Vector
plus ( Vector v ) : Vector
setValue ( int index, double value ) : void
size ( ) : int

Method Details

Vector() public method

public Vector ( List lst ) : System
lst List
return System

Vector() public method

public Vector ( int size ) : System
size int
return System

copyVector() public method

public copyVector ( ) : Vector
return Vector

getValue() public method

public getValue ( int i ) : double
i int
return double

indexHavingMaxValue() public method

public indexHavingMaxValue ( ) : int
return int

minus() public method

public minus ( Vector v ) : Vector
v Vector
return Vector

plus() public method

public plus ( Vector v ) : Vector
v Vector
return Vector

setValue() public method

public setValue ( int index, double value ) : void
index int
value double
return void

size() public method

public size ( ) : int
return int