Uses of Class
marf.math.ComplexVector

Packages that use ComplexVector
marf.math   
 

Uses of ComplexVector in marf.math
 

Methods in marf.math that return ComplexVector
 ComplexVector ComplexVector.add(ComplexVector poComplexVector)
          V1 = this + V.
static ComplexVector ComplexVector.add(ComplexVector poLHSComplexVector, ComplexVector poRHSComplexVector)
          V3 = V1 + V2.
 ComplexVector ComplexMatrix.getComplexColumn(int piColNum)
           
 ComplexVector ComplexMatrix.getComplexRow(int piRowNum)
           
static ComplexVector ComplexVector.getCrossProduct(ComplexVector poLHSComplexVector, ComplexVector poRHSComplexVector)
          Calculates the cross product of two ComplexVectors, V3 = V1 x V2.
static ComplexVector ComplexVector.getInnerProduct(ComplexVector poLHSComplexVector, ComplexVector poRHSComplexVector)
          Calculates an inner product of two ComplexVectors, V3 = V1 * V2.
 ComplexVector ComplexVector.getUnitComplexVector()
          Returns a unit-ComplexVector representation of this ComplexVector.
static ComplexVector ComplexVector.i()
          Creates a unit-ComplexVector "i".
static ComplexVector ComplexVector.j()
          Creates a unit-ComplexVector "j".
static ComplexVector ComplexVector.k()
          Creates a unit-ComplexVector "k".
 

Methods in marf.math with parameters of type ComplexVector
 ComplexVector ComplexVector.add(ComplexVector poComplexVector)
          V1 = this + V.
static ComplexVector ComplexVector.add(ComplexVector poLHSComplexVector, ComplexVector poRHSComplexVector)
          V3 = V1 + V2.
static ComplexVector ComplexVector.getCrossProduct(ComplexVector poLHSComplexVector, ComplexVector poRHSComplexVector)
          Calculates the cross product of two ComplexVectors, V3 = V1 x V2.
static double ComplexVector.getDotProduct(ComplexVector poLHSComplexVector, ComplexVector poRHSComplexVector)
          Calculates the dot product of two ComplexVectors, d = V1 * V2.
static ComplexVector ComplexVector.getInnerProduct(ComplexVector poLHSComplexVector, ComplexVector poRHSComplexVector)
          Calculates an inner product of two ComplexVectors, V3 = V1 * V2.
 boolean ComplexVector.isOrthogonal(ComplexVector poComplexVector)
          Tells whether this and the parameter ComplexVectors are orthogonal or not.
 void ComplexMatrix.loadColumn(int piColNum, ComplexVector poVector)
           
 void ComplexMatrix.loadRow(int piRowNum, ComplexVector poVector)
           
 

Constructors in marf.math with parameters of type ComplexVector
ComplexVector(ComplexVector poComplexVector)
          Constructs a ComplexVector from another ComplexVector; a-la copy conctructor.
 



SourceForge Logo