|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jmatrices.dbl.MatrixVectorImpl
MatrixVectorImpl
todo - open thought!
Author: purangp
Date: 07.03.2004 Time: 21:57:18
| Constructor Summary | |
MatrixVectorImpl()
|
|
| Method Summary | |
int |
cols()
|
double |
get(int row,
int col)
|
Vector |
getColumnVector(int col)
|
Vector |
getRowVector(int row)
|
int |
rows()
|
void |
set(int row,
int col,
double value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MatrixVectorImpl()
| Method Detail |
public int rows()
rows in interface MatrixVectorpublic int cols()
cols in interface MatrixVector
public double get(int row,
int col)
get in interface MatrixVector
public void set(int row,
int col,
double value)
set in interface MatrixVectorpublic Vector getRowVector(int row)
getRowVector in interface MatrixVectorpublic Vector getColumnVector(int col)
getColumnVector in interface MatrixVector
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||