Modifier and Type | Method and Description |
---|---|
default void |
Mutate1D.Fillable.fillMatching(UnaryFunction<N> function,
Access1D<N> arguments) |
default void |
Mutate1D.Modifiable.modifyAll(UnaryFunction<N> modifier) |
default void |
Mutate2D.Modifiable.modifyColumn(long row,
long col,
UnaryFunction<N> modifier) |
default void |
Mutate2D.Modifiable.modifyColumn(long col,
UnaryFunction<N> modifier) |
default void |
Mutate2D.Modifiable.modifyDiagonal(long row,
long col,
UnaryFunction<N> modifier) |
default void |
Mutate2D.Modifiable.modifyDiagonal(UnaryFunction<N> modifier) |
void |
MutateAnyD.Modifiable.modifyOne(long[] reference,
UnaryFunction<N> modifier) |
void |
Mutate2D.Modifiable.modifyOne(long row,
long col,
UnaryFunction<N> modifier) |
default void |
Mutate2D.Modifiable.modifyOne(long index,
UnaryFunction<N> modifier) |
void |
Mutate1D.Modifiable.modifyOne(long index,
UnaryFunction<N> modifier) |
default void |
Mutate1D.Modifiable.modifyRange(long first,
long limit,
UnaryFunction<N> modifier) |
default void |
Mutate2D.Modifiable.modifyRow(long row,
long col,
UnaryFunction<N> modifier) |
default void |
Mutate2D.Modifiable.modifyRow(long row,
UnaryFunction<N> modifier) |
void |
MutateAnyD.Modifiable.modifySet(int dimension,
long dimensionalIndex,
UnaryFunction<N> modifier) |
void |
MutateAnyD.Modifiable.modifySet(long[] initial,
int dimension,
UnaryFunction<N> modifier) |
P |
Stream2D.operateOnAll(UnaryFunction<N> operator) |
P |
Stream1D.operateOnAll(UnaryFunction<N> operator) |
P |
StreamAnyD.operateOnAll(UnaryFunction<N> operator) |
Modifier and Type | Method and Description |
---|---|
void |
Primitive32Array.fillMatching(UnaryFunction<Double> function,
Access1D<Double> arguments) |
void |
Primitive64Array.fillMatching(UnaryFunction<Double> function,
Access1D<Double> arguments) |
void |
ReferenceTypeArray.fillMatching(UnaryFunction<N> function,
Access1D<N> arguments) |
protected static void |
BufferArray.invoke(BufferArray data,
int first,
int limit,
int step,
Access1D<Double> value,
UnaryFunction<Double> function) |
protected static void |
Primitive64Array.invoke(double[] data,
int first,
int limit,
int step,
Access1D<Double> values,
UnaryFunction<Double> function) |
protected static void |
Primitive32Array.invoke(float[] data,
int first,
int limit,
int step,
Access1D<Double> values,
UnaryFunction<Double> function) |
protected static <N extends Number> |
ReferenceTypeArray.invoke(N[] data,
int first,
int limit,
int step,
Access1D<N> value,
UnaryFunction<N> function) |
protected void |
Primitive32Array.modify(int first,
int limit,
int step,
UnaryFunction<Double> function) |
protected void |
Primitive64Array.modify(int first,
int limit,
int step,
UnaryFunction<Double> function) |
protected void |
BufferArray.modify(int first,
int limit,
int step,
UnaryFunction<Double> function) |
protected void |
ReferenceTypeArray.modify(int first,
int limit,
int step,
UnaryFunction<N> function) |
protected abstract void |
BasicArray.modify(long first,
long limit,
long step,
UnaryFunction<N> function) |
protected void |
SparseArray.modify(long first,
long limit,
long step,
UnaryFunction<N> function) |
void |
BasicArray.modifyAll(UnaryFunction<N> modifier) |
void |
ArrayAnyD.modifyAll(UnaryFunction<N> modifier) |
void |
SparseArray.modifyAll(UnaryFunction<N> modifier) |
void |
Array2D.modifyAll(UnaryFunction<N> modifier) |
void |
Array1D.modifyAll(UnaryFunction<N> modifier) |
void |
Array2D.modifyColumn(long row,
long col,
UnaryFunction<N> modifier) |
void |
Array2D.modifyDiagonal(long row,
long col,
UnaryFunction<N> modifier) |
protected void |
Primitive32Array.modifyOne(int index,
UnaryFunction<Double> modifier) |
protected void |
Primitive64Array.modifyOne(int index,
UnaryFunction<Double> modifier) |
protected void |
BufferArray.modifyOne(int index,
UnaryFunction<Double> modifier) |
protected void |
ReferenceTypeArray.modifyOne(int index,
UnaryFunction<N> modifier) |
void |
ArrayAnyD.modifyOne(long[] reference,
UnaryFunction<N> modifier) |
void |
Array2D.modifyOne(long row,
long col,
UnaryFunction<N> modifier) |
void |
ArrayAnyD.modifyOne(long index,
UnaryFunction<N> modifier) |
void |
SparseArray.modifyOne(long index,
UnaryFunction<N> modifier) |
void |
Array2D.modifyOne(long index,
UnaryFunction<N> modifier) |
void |
Array1D.modifyOne(long index,
UnaryFunction<N> modifier) |
void |
BasicArray.modifyRange(long first,
long limit,
UnaryFunction<N> modifier) |
void |
ArrayAnyD.modifyRange(long first,
long limit,
UnaryFunction<N> modifier) |
void |
Array2D.modifyRange(long first,
long limit,
UnaryFunction<N> modifier) |
void |
Array1D.modifyRange(long first,
long limit,
UnaryFunction<N> modifier) |
void |
Array2D.modifyRow(long row,
long col,
UnaryFunction<N> modifier) |
void |
ArrayAnyD.modifySet(int dimension,
long dimensionalIndex,
UnaryFunction<N> modifier) |
void |
ArrayAnyD.modifySet(long[] initial,
int dimension,
UnaryFunction<N> modifier) |
Modifier and Type | Interface and Description |
---|---|
static interface |
BigFunction.Unary |
static interface |
ComplexFunction.Unary |
static interface |
PrimitiveFunction.Unary |
static interface |
QuaternionFunction.Unary |
static interface |
RationalFunction.Unary |
Modifier and Type | Class and Description |
---|---|
static class |
BinaryFunction.FixedFirst<N extends Number>
A BinaryFunction with a set/fixed first argument.
|
static class |
BinaryFunction.FixedSecond<N extends Number>
A BinaryFunction with a set/fixed second argument.
|
static class |
ParameterFunction.FixedParameter<N extends Number>
A ParameterFunction with a set/fixed parameter.
|
Modifier and Type | Method and Description |
---|---|
default NullaryFunction<N> |
NullaryFunction.andThen(UnaryFunction<N> after) |
default ParameterFunction<N> |
ParameterFunction.andThen(UnaryFunction<N> after) |
default UnaryFunction<N> |
UnaryFunction.andThen(UnaryFunction<N> after) |
default BinaryFunction<N> |
BinaryFunction.andThen(UnaryFunction<N> after) |
default VoidFunction<N> |
VoidFunction.compose(UnaryFunction<N> before) |
default ParameterFunction<N> |
ParameterFunction.compose(UnaryFunction<N> before) |
default UnaryFunction<N> |
UnaryFunction.compose(UnaryFunction<N> before) |
static <N extends Number> |
FunctionUtils.isZeroModified(UnaryFunction<N> function) |
Modifier and Type | Method and Description |
---|---|
default MultiaryFunction<N> |
MultiaryFunction.andThen(UnaryFunction<N> after) |
Modifier and Type | Interface and Description |
---|---|
interface |
PolynomialFunction<N extends Number> |
Modifier and Type | Class and Description |
---|---|
class |
BigPolynomial
BigPolynomial
|
class |
ComplexPolynomial |
class |
PrimitivePolynomial |
class |
RationalPolynomial |
Modifier and Type | Method and Description |
---|---|
BasicMatrix |
BasicMatrix.modify(UnaryFunction<? extends Number> aFunc)
Deprecated.
v42
|
Modifier and Type | Method and Description |
---|---|
void |
Primitive64Vector3.modifyOne(int row,
UnaryFunction<Double> modifier) |
void |
Primitive64Vector2.modifyOne(int row,
UnaryFunction<Double> modifier) |
void |
Primitive64Vector4.modifyOne(int row,
UnaryFunction<Double> modifier) |
void |
Primitive32Vector2.modifyOne(int row,
UnaryFunction<Double> modifier) |
void |
Primitive32Vector3.modifyOne(int row,
UnaryFunction<Double> modifier) |
void |
Primitive32Vector4.modifyOne(int row,
UnaryFunction<Double> modifier) |
Modifier and Type | Method and Description |
---|---|
void |
PrimitiveDenseStore.fillMatching(UnaryFunction<Double> function,
Access1D<Double> arguments) |
void |
GenericDenseStore.fillMatching(UnaryFunction<N> function,
Access1D<N> arguments) |
void |
BigDenseStore.modifyAll(UnaryFunction<BigDecimal> aFunc)
Deprecated.
|
void |
ComplexDenseStore.modifyAll(UnaryFunction<ComplexNumber> aFunc)
Deprecated.
|
void |
RawStore.modifyAll(UnaryFunction<Double> modifier) |
void |
PrimitiveDenseStore.modifyAll(UnaryFunction<Double> modifier) |
void |
GenericDenseStore.modifyAll(UnaryFunction<N> aFunc) |
void |
ElementsConsumer.OffsetRegion.modifyAll(UnaryFunction<N> modifier) |
void |
SparseStore.modifyAll(UnaryFunction<N> modifier) |
void |
BigDenseStore.modifyColumn(long row,
long col,
UnaryFunction<BigDecimal> modifier)
Deprecated.
|
void |
ComplexDenseStore.modifyColumn(long row,
long col,
UnaryFunction<ComplexNumber> modifier)
Deprecated.
|
void |
RawStore.modifyColumn(long row,
long col,
UnaryFunction<Double> modifier) |
void |
PrimitiveDenseStore.modifyColumn(long row,
long col,
UnaryFunction<Double> modifier) |
void |
GenericDenseStore.modifyColumn(long row,
long col,
UnaryFunction<N> modifier) |
void |
ElementsConsumer.ColumnsRegion.modifyColumn(long row,
long col,
UnaryFunction<N> modifier) |
void |
ElementsConsumer.OffsetRegion.modifyColumn(long row,
long col,
UnaryFunction<N> modifier) |
void |
ElementsConsumer.TransposedRegion.modifyColumn(long row,
long col,
UnaryFunction<N> modifier) |
void |
BigDenseStore.modifyDiagonal(long row,
long col,
UnaryFunction<BigDecimal> modifier)
Deprecated.
|
void |
ComplexDenseStore.modifyDiagonal(long row,
long col,
UnaryFunction<ComplexNumber> modifier)
Deprecated.
|
void |
RawStore.modifyDiagonal(long row,
long col,
UnaryFunction<Double> modifier) |
void |
PrimitiveDenseStore.modifyDiagonal(long row,
long col,
UnaryFunction<Double> modifier) |
void |
GenericDenseStore.modifyDiagonal(long row,
long col,
UnaryFunction<N> modifier) |
void |
ElementsConsumer.OffsetRegion.modifyDiagonal(long row,
long col,
UnaryFunction<N> modifier) |
void |
ElementsConsumer.TransposedRegion.modifyDiagonal(long row,
long col,
UnaryFunction<N> modifier) |
void |
BigDenseStore.modifyOne(long row,
long col,
UnaryFunction<BigDecimal> modifier)
Deprecated.
|
void |
ComplexDenseStore.modifyOne(long row,
long col,
UnaryFunction<ComplexNumber> modifier)
Deprecated.
|
void |
RawStore.modifyOne(long row,
long col,
UnaryFunction<Double> modifier) |
void |
PrimitiveDenseStore.modifyOne(long row,
long col,
UnaryFunction<Double> modifier) |
void |
GenericDenseStore.modifyOne(long row,
long col,
UnaryFunction<N> modifier) |
void |
ElementsConsumer.ColumnsRegion.modifyOne(long row,
long col,
UnaryFunction<N> modifier) |
void |
ElementsConsumer.LimitRegion.modifyOne(long row,
long col,
UnaryFunction<N> modifier) |
void |
ElementsConsumer.OffsetRegion.modifyOne(long row,
long col,
UnaryFunction<N> modifier) |
void |
ElementsConsumer.RowsRegion.modifyOne(long row,
long col,
UnaryFunction<N> modifier) |
void |
ElementsConsumer.TransposedRegion.modifyOne(long row,
long col,
UnaryFunction<N> modifier) |
void |
SparseStore.modifyOne(long row,
long col,
UnaryFunction<N> modifier) |
void |
RawStore.modifyRange(long first,
long limit,
UnaryFunction<Double> modifier) |
void |
BigDenseStore.modifyRow(long row,
long col,
UnaryFunction<BigDecimal> modifier)
Deprecated.
|
void |
ComplexDenseStore.modifyRow(long row,
long col,
UnaryFunction<ComplexNumber> modifier)
Deprecated.
|
void |
RawStore.modifyRow(long row,
long col,
UnaryFunction<Double> modifier) |
void |
PrimitiveDenseStore.modifyRow(long row,
long col,
UnaryFunction<Double> modifier) |
void |
GenericDenseStore.modifyRow(long row,
long col,
UnaryFunction<N> modifier) |
void |
ElementsConsumer.OffsetRegion.modifyRow(long row,
long col,
UnaryFunction<N> modifier) |
void |
ElementsConsumer.RowsRegion.modifyRow(long row,
long col,
UnaryFunction<N> modifier) |
void |
ElementsConsumer.TransposedRegion.modifyRow(long row,
long col,
UnaryFunction<N> modifier) |
default ElementsSupplier<N> |
ElementsSupplier.operateOnAll(UnaryFunction<N> operator) |
Modifier and Type | Method and Description |
---|---|
void |
DataSeries.modify(UnaryFunction<Double> func) |
Modifier and Type | Method and Description |
---|---|
<N extends Number> |
NumberContext.getFunction(FunctionSet<N> functions) |
Constructor and Description |
---|
TransformationFormat(UnaryFunction<N> transformer,
NumberFormat format,
UnaryFunction<N> inverse) |
TransformationFormat(UnaryFunction<N> transformer,
NumberFormat format,
UnaryFunction<N> inverse) |
Copyright © 2018 Optimatika. All rights reserved.