|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Abstract interface to abstractly access contiguous matrices.
Method Summary | |
ContiguousVectorI |
columnVector(int column)
Returns a reference to the column. |
ContiguousVectorI |
diagonalVector()
Returns a reference to the diagonal vector. |
int |
getColumnIncrement()
Returns the distance between corresponding elements in adjacent columns. |
int |
getOffset(int row,
int column)
Returns an element's offset into the value array. |
int |
getRowIncrement()
Returns the distance between corresponding elements in adjacent rows. |
double[] |
getValueArray()
Returns the internal array that is used to hold the element values. |
ContiguousVectorI |
rowVector(int row)
Returns a reference to the row. |
Methods inherited from interface drasys.or.matrix.complex.MatrixI |
columnElements,
elementAt,
elementAt,
elements,
equals,
getArray,
isColumnMajor,
isNull,
isRowMajor,
rowElements,
setColumn,
setDiagonal,
setElementAt,
setElements,
setElements,
setRow,
sizeOfColumns,
sizeOfElements,
sizeOfRows,
sum,
sum,
sum,
sumOfSquaredDifferences,
sumOfSquaredDifferences,
sumOfSquaredDifferences,
sumOfSquares,
sumOfSquares,
sumOfSquares |
Methods inherited from interface drasys.or.matrix.complex.ComplexContainerI |
equals,
getEpsilon,
setEpsilon |
Method Detail |
public ContiguousVectorI rowVector(int row)
public ContiguousVectorI columnVector(int column)
public ContiguousVectorI diagonalVector()
public double[] getValueArray()
public int getOffset(int row, int column)
public int getRowIncrement()
public int getColumnIncrement()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |