public class ComplexArray extends ScalarArray<ComplexNumber>
DenseArray.Factory<N extends Comparable<N>>
Structure1D.BasicMapper<T>, Structure1D.IndexCallback, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.Logical<S extends Structure1D,B extends Structure1D.Logical<S,B>>, Structure1D.LongIndex, Structure1D.LoopCallback
Access1D.Aggregatable<N extends Comparable<N>>, Access1D.Collectable<N extends Comparable<N>,R extends Mutate1D>, Access1D.ElementView<N extends Comparable<N>>, Access1D.Sliceable<N extends Comparable<N>>, Access1D.Visitable<N extends Comparable<N>>
Mutate1D.Fillable<N extends Comparable<N>>, Mutate1D.Mixable<N extends Comparable<N>>, Mutate1D.Modifiable<N extends Comparable<N>>, Mutate1D.ModifiableReceiver<N extends Comparable<N>>, Mutate1D.Receiver<N extends Comparable<N>>, Mutate1D.Sortable
Modifier and Type | Field and Description |
---|---|
static DenseArray.Factory<ComplexNumber> |
FACTORY |
data
MAX_ARRAY_SIZE
Modifier | Constructor and Description |
---|---|
protected |
ComplexArray(ComplexNumber[] data) |
protected |
ComplexArray(int size) |
Modifier and Type | Method and Description |
---|---|
static ComplexArray |
make(int size) |
static ComplexArray |
wrap(ComplexNumber... data) |
add, add, add, axpy, doubleValue, fillOne, floatValue, indexOfLargest, isAbsolute, isSmall, sortAscending, sortDescending
copyOfData, equals, exchange, fill, fill, fill, fill, fill, fillMatching, fillMatching, fillMatching, fillOne, fillOne, get, hashCode, modify, modify, modify, modify, modify, modify, modifyOne, reset, searchAscending, set, set, set, size, spliterator, visit, visitOne
add, add, add, count, doubleValue, exchange, fill, fill, fillAll, fillAll, fillOne, fillOne, fillOne, fillRange, fillRange, floatValue, get, indexOfLargest, modify, modify, modify, modifyOne, set, set, set, visit, visitOne
aggregateRange, indexOfLargest, makeDecreasingRange, makeDecreasingRange, makeIncreasingRange, makeIncreasingRange, modifyAll, modifyMatching, modifyMatching, modifyRange, supplyTo, toString, visitAll, visitRange, wrapInArray1D, wrapInArray2D, wrapInArrayAnyD
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
count, index, loopAll, loopMatching, loopRange, mapper, toIntIndexes
asCollectable1D, asPrimitive1D, byteValue, dot, elements, equals, hashCode, intValue, longValue, nonzeros, shortValue, supplyTo, toRawCopy1D, toString, wrap, wrap, wrap
aggregateAll
copyComplexArgument, copyComplexImaginary, copyComplexModulus, copyComplexModulusAndArgument, copyComplexReal, copyComplexRealAndImaginary
collect
public static final DenseArray.Factory<ComplexNumber> FACTORY
protected ComplexArray(ComplexNumber[] data)
protected ComplexArray(int size)
public static final ComplexArray make(int size)
public static final ComplexArray wrap(ComplexNumber... data)
Copyright © 2022 Optimatika. All rights reserved.