Package samer.maths

Class ComplexVector

  • java.lang.Object
    • samer.maths.ComplexVector


  • public class ComplexVector
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      double[] imag 
      int length 
      double[] real 
    • Constructor Summary

      Constructors 
      Constructor and Description
      ComplexVector(int n) 
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • imag

        public double[] imag
      • length

        public int length
      • real

        public double[] real
    • Constructor Detail

      • ComplexVector

        public ComplexVector(int n)