|
||||||||||
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
org.itc.idv.math.Vector3D
public class Vector3D
Constructor Summary | |
---|---|
Vector3D()
|
|
Vector3D(double[] V)
|
|
Vector3D(double a,
double b,
double c)
|
|
Vector3D(Jama.Matrix mat)
|
Method Summary | |
---|---|
Vector3D |
crossProduct(ColumnVector vec2)
outer product (cross-product)result = Vector3D X vec2 |
boolean |
equals(java.lang.Object obj)
|
Vector3D |
minus(Vector3D v)
|
Vector3D |
plus(Vector3D v)
|
static void |
setEpsilon(double eps)
|
Vector3D |
times(double s)
|
java.lang.String |
toString()
|
Methods inherited from class org.itc.idv.math.ColumnVector |
---|
dotProduct, get, length, set |
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, timesEquals, trace, transpose, uminus |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Vector3D(Jama.Matrix mat)
public Vector3D(double[] V)
public Vector3D(double a, double b, double c)
public Vector3D()
Method Detail |
---|
public static void setEpsilon(double eps)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public Vector3D plus(Vector3D v)
public Vector3D minus(Vector3D v)
public Vector3D times(double s)
times
in class Jama.Matrix
public Vector3D crossProduct(ColumnVector vec2)
vec2
- right-hand input vector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |