edu.jhu.bme.smile.commons.math.specialFunctions
Class ComplexVector

java.lang.Object
  extended by edu.jhu.bme.smile.commons.math.specialFunctions.ComplexVector
Direct Known Subclasses:
SphericalHarmonicRepresentation

public class ComplexVector
extends java.lang.Object


Constructor Summary
ComplexVector(ComplexMatrix r)
           
 
Method Summary
 double getImag(int i)
           
 double[] getImagResult()
           
 ComplexMatrix getMatrix()
           
 double getReal(int i)
           
 double[] getRealResult()
           
 int length()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComplexVector

public ComplexVector(ComplexMatrix r)
Method Detail

getMatrix

public ComplexMatrix getMatrix()

getReal

public double getReal(int i)

getImag

public double getImag(int i)

length

public int length()

getRealResult

public double[] getRealResult()

getImagResult

public double[] getImagResult()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object