|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Abstract interface to a generic contiguous vector.
Method Summary | |
int |
getBegin()
Returns the offset of the first element into the internal array. |
int |
getIncrement()
Returns the increment between elements in the internal array. |
int |
getOffset(int index)
Returns an element's offset into the value array. |
double[] |
getValueArray()
Returns the internal array which holds the values. |
ContiguousVectorI |
subvector(int begin)
Returns a reference to the subvector. |
ContiguousVectorI |
subvector(int begin,
int end)
Returns a reference to the subvector. |
Methods inherited from interface drasys.or.matrix.complex.VectorI |
elementAt,
elementAt,
elements,
equals,
getArray,
isNull,
setElementAt,
setElements,
setElements,
size,
sizeOfElements,
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 subvector(int begin)
public ContiguousVectorI subvector(int begin, int end)
public double[] getValueArray()
public int getOffset(int index)
public int getBegin()
public int getIncrement()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |