org.ojalgo.array
Class ComplexArray
java.lang.Object
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
length
public final int length
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