|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlinearalgebra.numeric.AbstractNumericVector
linearalgebra.numeric.AbstractMatrix.ColumnVector
private class AbstractMatrix.ColumnVector
| Field Summary | |
|---|---|
private int |
m_col
|
| Constructor Summary | |
|---|---|
AbstractMatrix.ColumnVector(int col)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
int |
getDimension()
|
double |
getValue(int index)
|
void |
setValue(int index,
double value)
|
void |
setValue(NumericVectorInterface v)
|
| Methods inherited from class linearalgebra.numeric.AbstractNumericVector |
|---|
equals, getCosBetween, getInnerProduct, getLength, getLengthSquared, getMean, getRadiansBetween, getVariance, innerProduct, isLinearlyIndependent, isOrthogonal, isZero, linearCombination, linearCombinationDimension, linearCombinationEquals, minus, normalize, projectionOf, scale, scaleDimension, swapDimensions, toArray |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int m_col
| Constructor Detail |
|---|
public AbstractMatrix.ColumnVector(int col)
| Method Detail |
|---|
public final java.lang.Object clone()
clone in interface NumericVectorInterfaceclone in interface VectorInterfaceclone in class AbstractNumericVectorpublic final int getDimension()
public final double getValue(int index)
getValue in interface VectorInterfacegetValue in class AbstractNumericVector
public final void setValue(int index,
double value)
setValue in interface NumericVectorInterfacesetValue in class AbstractNumericVectorpublic final void setValue(NumericVectorInterface v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||