|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--saaps.math.ColVector
Field Summary | |
(package private) double[] |
element
|
(package private) int |
numOfRows
|
Constructor Summary | |
ColVector(int i)
|
Method Summary | |
double |
getElement(int r)
|
int |
getNumOfRows()
|
void |
setElement(int r,
double v)
|
ColVector |
times(ColVector cv)
|
ColVector |
times(double v)
|
Matrix |
times(RowVector rv)
|
RowVector |
transpose()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
int numOfRows
double[] element
Constructor Detail |
public ColVector(int i)
Method Detail |
public Matrix times(RowVector rv)
public ColVector times(ColVector cv)
public ColVector times(double v)
public RowVector transpose()
public double getElement(int r)
public void setElement(int r, double v)
public int getNumOfRows()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |