|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--saaps.math.DoubleMatrix
The class DoubleMatrix implements a vector of DoubleVector object. It has methods for performing matrix based arithmetics.
Field Summary | |
private int |
size
|
private DoubleVector[] |
vector
|
Constructor Summary | |
DoubleMatrix(int capacity)
|
Method Summary | |
void |
add(DoubleMatrix matrix)
|
void |
divide(double d)
|
DoubleVector |
elementAt(int i)
|
int |
size()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
private DoubleVector[] vector
private int size
Constructor Detail |
public DoubleMatrix(int capacity)
Method Detail |
public void add(DoubleMatrix matrix)
public DoubleVector elementAt(int i)
public void divide(double d)
public int size()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |