|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This is a abstract class that represents matrixes.
| Method Summary | |
int |
getCols()
Returns number of columns in the matrix. |
ElementSet |
getItem(int row,
int col)
Returns value of the cell in matrix. |
ElementSet[][] |
getItems()
Returns array of values of the matrix. |
int |
getRows()
Returns number of rows in the matrix. |
ElementSet |
norm()
Returns the k norm of given element. |
void |
setItem(int row,
int col,
ElementSet value)
This method was created in VisualAge. |
void |
setItems(ElementSet[][] value)
This method was created in VisualAge. |
MatrixElementSet |
transpose()
Returns the transpose matrix. |
| Methods inherited from interface ru.tunegov.mathematic.ElementSet |
abs,
add,
add,
add,
add,
add,
clone,
cos,
divide,
divide,
divide,
divide,
divide,
divideInverse,
divideInverse,
divideInverse,
divideInverse,
exp,
inverse,
log,
multiply,
multiply,
multiply,
multiply,
multiply,
negate,
pow,
root,
sin,
sqrt,
subtract,
subtract,
subtract,
subtract,
subtract,
subtractInverse,
subtractInverse,
subtractInverse,
subtractInverse,
tan,
toFormattedString |
| Method Detail |
public int getCols()
public ElementSet getItem(int row,
int col)
row - The row in matrixcol - The column in matrixpublic ElementSet[][] getItems()
public int getRows()
public ElementSet norm()
public void setItem(int row,
int col,
ElementSet value)
public void setItems(ElementSet[][] value)
public MatrixElementSet transpose()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||