case classComplexArray(re: Array[Double], im: Array[Double], units: Option[String] = None) extends Product with Serializable
A utility class that encapsulates an array of complex numbers.
This class is much more efficient than having an array of Complex objects
because only two arrays need to be allocated, not one object per element
in the array. In addition, this class has convenience methods for converting
to and from LabRAD data.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
A utility class that encapsulates an array of complex numbers.
This class is much more efficient than having an array of Complex objects because only two arrays need to be allocated, not one object per element in the array. In addition, this class has convenience methods for converting to and from LabRAD data.