org.ojalgo.array
Class ComplexArray

java.lang.Object
  extended by org.ojalgo.array.ComplexArray
All Implemented Interfaces:
Serializable, Access1D<ComplexNumber>
Direct Known Subclasses:
ComplexDenseStore

public class ComplexArray
extends Object

A one- and/or arbitrary-dimensional array of ComplexNumber.

Author:
apete
See Also:
PrimitiveArray, Serialized Form

Field Summary
 int length
           
 
Method Summary
 double doubleValue(int anInd)
           
 boolean equals(Object anObj)
           
 ComplexNumber get(int anInd)
           
 int hashCode()
           
 Iterator<N> iterator()
           
 int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

length

public final int length
Method Detail

doubleValue

public final double doubleValue(int anInd)

equals

public boolean equals(Object anObj)
Overrides:
equals in class Object

get

public final ComplexNumber get(int anInd)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

iterator

public final Iterator<N> iterator()

size

public final int size()
Returns:
The total number of elements contained in this structure

toString

public String toString()
Overrides:
toString in class Object