|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Vector
The Vector superclass provides an abstract encapsulation for vectors. Vectors are basically a matrix with 1 column. Concrete implementations of this class should implement additional interfaces. See subclasses.
| Method Summary | |
|---|---|
int |
getDimension()
Returns the vector's dimension. |
java.lang.Number |
getElement(int i)
Returns the element at position i. |
java.lang.Number[] |
toArray(Vector v)
Converts a vector to an array. |
| Methods inherited from interface org.jscience.mathematics.algebraic.Matrix |
|---|
getColumn, getElement, getRow, numColumns, numRows, toArray, transpose |
| Methods inherited from interface org.jscience.mathematics.algebraic.Hypermatrix |
|---|
getDimensions, getElement, numDimensions, numElements, numElements, toArray, toArray |
| Method Detail |
|---|
int getDimension()
java.lang.Number getElement(int i)
throws IllegalDimensionException
i - DOCUMENT ME!
IllegalDimensionException - DOCUMENT ME!java.lang.Number[] toArray(Vector v)
v - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||