JavaScript is disabled on your browser.
Description
Nested Class Summary
Method Summary
Method Details
copyComplexArgument(Access1D, Mutate1D)
copyComplexImaginary(Access1D, Mutate1D)
copyComplexModulus(Access1D, Mutate1D)
copyComplexModulusAndArgument(Access1D, Mutate1D, Mutate1D)
copyComplexReal(Access1D, Mutate1D)
copyComplexRealAndImaginary(Access1D, Mutate1D, Mutate1D)
reset()
set(int, byte)
set(int, double)
set(int, float)
set(int, int)
set(int, long)
set(int, short)
set(long, byte)
set(long, Comparable)
set(long, double)
set(long, float)
set(long, int)
set(long, long)
set(long, short)
All Superinterfaces:
Structure1D
All Known Subinterfaces:
DecompositionStore <N>, Factory1D.Builder <I>, Factory2D.Builder <I>, FactoryAnyD.Builder <I>, Mutate1D.Fillable <N>, Mutate1D.ModifiableReceiver <N>, Mutate1D.Receiver <N>, Mutate2D , Mutate2D.Fillable <N>, Mutate2D.ModifiableReceiver <N>, Mutate2D.Receiver <N>, MutateAnyD , MutateAnyD.Fillable <N>, MutateAnyD.ModifiableReceiver <N>, MutateAnyD.Receiver <N>, PhysicalStore <N>, PolynomialFunction <N>, TransformableRegion <N>
All Known Implementing Classes:
Access2D.ColumnView , Access2D.RowView , AnyTensor , Array1D , Array2D , ArrayAnyD , ArrayC128 , ArrayH256 , ArrayQ128 , ArrayR032 , ArrayR064 , ArrayR128 , ArrayR256 , ArrayZ008 , ArrayZ016 , ArrayZ032 , ArrayZ064 , BasicArray , BufferArray , ColumnsSupplier , ColumnsSupplier.SingleView , DenseArray , GenericStore , ImageData , IndexedMap.MappedPrimitives , MatrixC128.DenseReceiver , MatrixC128.SparseReceiver , MatrixH256.DenseReceiver , MatrixH256.SparseReceiver , MatrixQ128.DenseReceiver , MatrixQ128.SparseReceiver , MatrixR032.DenseReceiver , MatrixR032.SparseReceiver , MatrixR064.DenseReceiver , MatrixR064.SparseReceiver , MatrixR128.DenseReceiver , MatrixR128.SparseReceiver , MatrixTensor , NumberList , OffHeapArray , PlainArray , PolynomialC128 , PolynomialQ128 , PolynomialR032 , PolynomialR064 , PolynomialR128 , PolynomialR256 , Primitive1D , Primitive2D , PrimitiveAnyD , PrimitiveArray , R032Store , R064CSC.Builder , R064CSR.Builder , R064Store , RawStore , ReferenceTypeArray , RowsSupplier , RowsSupplier.SingleView , ScalarArray , SparseArray , SparseStore , SparseStore.Builder , VectorTensor
Nested Class Summary
Nested Classes
static interface
static interface
Mix/combine the previously existing value, at index, with the supplied addend.
static interface
static interface
static interface
Anything/everything that does not require interaction with already existing elements.
static interface
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods
static void
Copies the argument of the ComplexNumber elements to the destination.
static void
Copies the imaginary part of the ComplexNumber elements to the destination.
static void
Copies the modulus of the ComplexNumber elements to the destination.
static void
Simultaneously copies the modulus and argument of the ComplexNumber elements to the destinations.
static void
Copies the real part of the ComplexNumber elements to the destination.
static void
Simultaneously copies the real and imaginary parts of the ComplexNumber elements to the destinations.
default void
Reset this mutable structure to some standard (all zeros) initial state.
default void
set (int index,
byte value)
void
set (int index,
double value)
default void
set (int index,
float value)
default void
set (int index,
int value)
default void
set (int index,
long value)
default void
set (int index,
short value)
default void
set (long index,
byte value)
default void
set (long index,
double value)
default void
set (long index,
float value)
default void
set (long index,
int value)
default void
set (long index,
long value)
default void
set (long index,
short value)
void
Method Details
copyComplexModulusAndArgument
copyComplexRealAndImaginary