|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectJama.Matrix
org.itc.idv.math.ColumnVector
public class ColumnVector
| Constructor Summary | |
|---|---|
ColumnVector(double[] V,
int n)
|
|
ColumnVector(int n)
|
|
ColumnVector(Jama.Matrix mat)
|
|
| Method Summary | |
|---|---|
double |
dotProduct(ColumnVector ColVec)
|
double |
get(int i)
|
double |
length()
|
void |
set(int i,
double val)
|
| Methods inherited from class Jama.Matrix |
|---|
arrayLeftDivide, arrayLeftDivideEquals, arrayRightDivide, arrayRightDivideEquals, arrayTimes, arrayTimesEquals, chol, clone, cond, constructWithCopy, copy, det, eig, get, getArray, getArrayCopy, getColumnDimension, getColumnPackedCopy, getMatrix, getMatrix, getMatrix, getMatrix, getRowDimension, getRowPackedCopy, identity, inverse, lu, minus, minusEquals, norm1, norm2, normF, normInf, plus, plusEquals, print, print, print, print, qr, random, rank, read, set, setMatrix, setMatrix, setMatrix, setMatrix, solve, solveTranspose, svd, times, times, timesEquals, trace, transpose, uminus |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ColumnVector(Jama.Matrix mat)
public ColumnVector(double[] V,
int n)
public ColumnVector(int n)
| Method Detail |
|---|
public double get(int i)
public void set(int i,
double val)
public double dotProduct(ColumnVector ColVec)
public double length()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||