Uses of Interface
org.ojalgo.function.UnaryFunction
Packages that use UnaryFunction
Package
Description
Everythinng in this package should be considered library-private – it should only be used by other parts of
ojAlgo! Code in this package is often refactored (api-breaking) without even a notice in the changelog.
-
Uses of UnaryFunction in org.ojalgo.ann
Classes in org.ojalgo.ann that implement UnaryFunction -
Uses of UnaryFunction in org.ojalgo.array
Methods in org.ojalgo.array with parameters of type UnaryFunctionModifier and TypeMethodDescriptionvoid
ArrayR032.fillMatching
(UnaryFunction<Double> function, Access1D<Double> arguments) void
ArrayR064.fillMatching
(UnaryFunction<Double> function, Access1D<Double> arguments) void
ReferenceTypeArray.fillMatching
(UnaryFunction<N> function, Access1D<N> arguments) protected final void
ArrayR032.modify
(int first, int limit, int step, UnaryFunction<Double> function) (package private) void
ArrayR032.modify
(long extIndex, int intIndex, UnaryFunction<Double> function) protected final void
ArrayR064.modify
(int first, int limit, int step, UnaryFunction<Double> function) (package private) void
ArrayR064.modify
(long extIndex, int intIndex, UnaryFunction<Double> function) protected void
ArrayZ008.modify
(int first, int limit, int step, UnaryFunction<Double> function) (package private) void
ArrayZ008.modify
(long extIndex, int intIndex, UnaryFunction<Double> function) protected void
ArrayZ016.modify
(int first, int limit, int step, UnaryFunction<Double> function) (package private) void
ArrayZ016.modify
(long extIndex, int intIndex, UnaryFunction<Double> function) protected void
ArrayZ032.modify
(int first, int limit, int step, UnaryFunction<Double> function) (package private) void
ArrayZ032.modify
(long extIndex, int intIndex, UnaryFunction<Double> function) protected void
ArrayZ064.modify
(int first, int limit, int step, UnaryFunction<Double> function) (package private) void
ArrayZ064.modify
(long extIndex, int intIndex, UnaryFunction<Double> function) protected void
BasicArray.modify
(long first, long limit, long step, UnaryFunction<N> function) protected void
BufferArray.modify
(int first, int limit, int step, UnaryFunction<Double> function) (package private) void
BufferArray.modify
(long extIndex, int intIndex, UnaryFunction<Double> function) (package private) abstract void
DenseArray.modify
(long extIndex, int intIndex, UnaryFunction<N> function) (package private) void
OffHeapArray.modify
(long extIndex, int intIndex, UnaryFunction<Double> function) protected abstract void
PlainArray.modify
(int first, int limit, int step, UnaryFunction<N> function) protected final void
PlainArray.modify
(long first, long limit, long step, UnaryFunction<N> function) protected final void
ReferenceTypeArray.modify
(int first, int limit, int step, UnaryFunction<N> function) (package private) final void
ReferenceTypeArray.modify
(long extIndex, int intIndex, UnaryFunction<N> function) protected void
SegmentedArray.modify
(long first, long limit, long step, UnaryFunction<N> function) protected void
SparseArray.modify
(long first, long limit, long step, UnaryFunction<N> function) void
Array1D.modifyAll
(UnaryFunction<N> modifier) void
Array2D.modifyAll
(UnaryFunction<N> modifier) void
ArrayAnyD.modifyAll
(UnaryFunction<N> modifier) void
BasicArray.modifyAll
(UnaryFunction<N> modifier) void
SparseArray.modifyAll
(UnaryFunction<N> modifier) void
Array2D.modifyColumn
(long row, long col, UnaryFunction<N> modifier) void
Array2D.modifyDiagonal
(long row, long col, UnaryFunction<N> modifier) void
Array1D.modifyOne
(long index, UnaryFunction<N> modifier) void
Array2D.modifyOne
(long row, long col, UnaryFunction<N> modifier) void
Array2D.modifyOne
(long index, UnaryFunction<N> modifier) void
ArrayAnyD.modifyOne
(long[] reference, UnaryFunction<N> modifier) void
ArrayAnyD.modifyOne
(long index, UnaryFunction<N> modifier) protected final void
ArrayR032.modifyOne
(int index, UnaryFunction<Double> modifier) protected final void
ArrayR064.modifyOne
(int index, UnaryFunction<Double> modifier) protected void
ArrayZ008.modifyOne
(int index, UnaryFunction<Double> modifier) protected void
ArrayZ016.modifyOne
(int index, UnaryFunction<Double> modifier) protected void
ArrayZ032.modifyOne
(int index, UnaryFunction<Double> modifier) protected void
ArrayZ064.modifyOne
(int index, UnaryFunction<Double> modifier) protected void
BufferArray.modifyOne
(int index, UnaryFunction<Double> modifier) void
OffHeapArray.modifyOne
(long index, UnaryFunction<Double> modifier) protected abstract void
PlainArray.modifyOne
(int index, UnaryFunction<N> modifier) final void
PlainArray.modifyOne
(long index, UnaryFunction<N> modifier) protected final void
ReferenceTypeArray.modifyOne
(int index, UnaryFunction<N> modifier) void
SegmentedArray.modifyOne
(long index, UnaryFunction<N> modifier) void
SparseArray.modifyOne
(long index, UnaryFunction<N> modifier) void
Array1D.modifyRange
(long first, long limit, UnaryFunction<N> modifier) void
Array2D.modifyRange
(long first, long limit, UnaryFunction<N> modifier) void
ArrayAnyD.modifyRange
(long first, long limit, UnaryFunction<N> modifier) void
BasicArray.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) -
Uses of UnaryFunction in org.ojalgo.array.operation
Methods in org.ojalgo.array.operation with parameters of type UnaryFunctionModifier and TypeMethodDescriptionstatic void
OperationUnary.invoke
(byte[] data, int first, int limit, int step, byte[] values, UnaryFunction<Double> function) static void
OperationUnary.invoke
(byte[] data, int first, int limit, int step, Access1D<Double> values, UnaryFunction<Double> function) static void
OperationUnary.invoke
(double[] data, int first, int limit, int step, double[] values, UnaryFunction<Double> function) static void
OperationUnary.invoke
(double[] data, int first, int limit, int step, Access1D<Double> values, UnaryFunction<Double> function) static void
OperationUnary.invoke
(float[] data, int first, int limit, int step, float[] values, UnaryFunction<Double> function) static void
OperationUnary.invoke
(float[] data, int first, int limit, int step, Access1D<Double> values, UnaryFunction<Double> function) static void
OperationUnary.invoke
(int[] data, int first, int limit, int step, int[] values, UnaryFunction<Double> function) static void
OperationUnary.invoke
(int[] data, int first, int limit, int step, Access1D<Double> values, UnaryFunction<Double> function) static void
OperationUnary.invoke
(long[] data, int first, int limit, int step, long[] values, UnaryFunction<Double> function) static void
OperationUnary.invoke
(long[] data, int first, int limit, int step, Access1D<Double> values, UnaryFunction<Double> function) static void
OperationUnary.invoke
(short[] data, int first, int limit, int step, short[] values, UnaryFunction<Double> function) static void
OperationUnary.invoke
(short[] data, int first, int limit, int step, Access1D<Double> values, UnaryFunction<Double> function) static <N extends Comparable<N>>
voidOperationUnary.invoke
(N[] data, int first, int limit, int step, Access1D<N> value, UnaryFunction<N> function) static <N extends Comparable<N>>
voidOperationUnary.invoke
(BasicArray<N> data, long first, long limit, long step, Access1D<N> values, UnaryFunction<N> function) -
Uses of UnaryFunction in org.ojalgo.data
Method parameters in org.ojalgo.data with type arguments of type UnaryFunctionModifier and TypeMethodDescriptionstatic Transformation2D
<Double> DataProcessors.newColumnsTransformer
(Function<SampleSet, UnaryFunction<Double>> definition) Creates aTransformation2D
that will apply aUnaryFunction
to each column. -
Uses of UnaryFunction in org.ojalgo.equation
Methods in org.ojalgo.equation with parameters of type UnaryFunctionModifier and TypeMethodDescriptionvoid
Equation.modifyOne
(long ind, UnaryFunction<Double> modifier) -
Uses of UnaryFunction in org.ojalgo.function
Subinterfaces of UnaryFunction in org.ojalgo.functionModifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
static interface
static interface
Classes in org.ojalgo.function that implement UnaryFunctionModifier and TypeClassDescriptionstatic final class
BinaryFunction.FixedFirst<N extends Comparable<N>>
A BinaryFunction with a set/fixed first argument.static final class
BinaryFunction.FixedSecond<N extends Comparable<N>>
A BinaryFunction with a set/fixed second argument.static final class
ParameterFunction.FixedParameter<N extends Comparable<N>>
A ParameterFunction with a set/fixed parameter.Methods in org.ojalgo.function that return UnaryFunctionModifier and TypeMethodDescriptionBigFunction.abs()
ComplexFunction.abs()
abstract UnaryFunction
<N> FunctionSet.abs()
PrimitiveFunction.abs()
QuadrupleFunction.abs()
QuaternionFunction.abs()
RationalFunction.abs()
BigFunction.acos()
ComplexFunction.acos()
abstract UnaryFunction
<N> FunctionSet.acos()
PrimitiveFunction.acos()
QuadrupleFunction.acos()
QuaternionFunction.acos()
RationalFunction.acos()
BigFunction.acosh()
ComplexFunction.acosh()
abstract UnaryFunction
<N> FunctionSet.acosh()
PrimitiveFunction.acosh()
QuadrupleFunction.acosh()
QuaternionFunction.acosh()
RationalFunction.acosh()
default UnaryFunction
<N> UnaryFunction.andThen
(UnaryFunction<N> after) BigFunction.asin()
ComplexFunction.asin()
abstract UnaryFunction
<N> FunctionSet.asin()
PrimitiveFunction.asin()
QuadrupleFunction.asin()
QuaternionFunction.asin()
RationalFunction.asin()
BigFunction.asinh()
ComplexFunction.asinh()
abstract UnaryFunction
<N> FunctionSet.asinh()
PrimitiveFunction.asinh()
QuadrupleFunction.asinh()
QuaternionFunction.asinh()
RationalFunction.asinh()
BigFunction.atan()
ComplexFunction.atan()
abstract UnaryFunction
<N> FunctionSet.atan()
PrimitiveFunction.atan()
QuadrupleFunction.atan()
QuaternionFunction.atan()
RationalFunction.atan()
BigFunction.atanh()
ComplexFunction.atanh()
abstract UnaryFunction
<N> FunctionSet.atanh()
PrimitiveFunction.atanh()
QuadrupleFunction.atanh()
QuaternionFunction.atanh()
RationalFunction.atanh()
default UnaryFunction
<N> BinaryFunction.by
(double arg2) To allow syntax likearray.modifyAll(DIVIDE.by(3.0));
default UnaryFunction
<N> To allow syntax likearray.modifyAll(DIVIDE.by(3.0));
BigFunction.cardinality()
ComplexFunction.cardinality()
abstract UnaryFunction
<N> FunctionSet.cardinality()
PrimitiveFunction.cardinality()
QuadrupleFunction.cardinality()
QuaternionFunction.cardinality()
RationalFunction.cardinality()
BigFunction.cbrt()
ComplexFunction.cbrt()
abstract UnaryFunction
<N> FunctionSet.cbrt()
PrimitiveFunction.cbrt()
QuadrupleFunction.cbrt()
QuaternionFunction.cbrt()
RationalFunction.cbrt()
BigFunction.ceil()
ComplexFunction.ceil()
abstract UnaryFunction
<N> FunctionSet.ceil()
PrimitiveFunction.ceil()
QuadrupleFunction.ceil()
QuaternionFunction.ceil()
RationalFunction.ceil()
default UnaryFunction
<N> UnaryFunction.compose
(UnaryFunction<N> before) BigFunction.conjugate()
ComplexFunction.conjugate()
abstract UnaryFunction
<N> FunctionSet.conjugate()
PrimitiveFunction.conjugate()
QuadrupleFunction.conjugate()
QuaternionFunction.conjugate()
RationalFunction.conjugate()
BigFunction.cos()
ComplexFunction.cos()
abstract UnaryFunction
<N> FunctionSet.cos()
PrimitiveFunction.cos()
QuadrupleFunction.cos()
QuaternionFunction.cos()
RationalFunction.cos()
BigFunction.cosh()
ComplexFunction.cosh()
abstract UnaryFunction
<N> FunctionSet.cosh()
PrimitiveFunction.cosh()
QuadrupleFunction.cosh()
QuaternionFunction.cosh()
RationalFunction.cosh()
abstract UnaryFunction
<N> FunctionSet.enforce
(NumberContext context) BigFunction.exp()
ComplexFunction.exp()
abstract UnaryFunction
<N> FunctionSet.exp()
PrimitiveFunction.exp()
QuadrupleFunction.exp()
QuaternionFunction.exp()
RationalFunction.exp()
BigFunction.expm1()
ComplexFunction.expm1()
abstract UnaryFunction
<N> FunctionSet.expm1()
PrimitiveFunction.expm1()
QuadrupleFunction.expm1()
QuaternionFunction.expm1()
RationalFunction.expm1()
default UnaryFunction
<N> BinaryFunction.first
(double arg1) default UnaryFunction
<N> Turns this binary function into a unary function with the first argument fixed/locked to the specified value.BigFunction.floor()
ComplexFunction.floor()
abstract UnaryFunction
<N> FunctionSet.floor()
PrimitiveFunction.floor()
QuadrupleFunction.floor()
QuaternionFunction.floor()
RationalFunction.floor()
BigFunction.invert()
ComplexFunction.invert()
abstract UnaryFunction
<N> FunctionSet.invert()
PrimitiveFunction.invert()
QuadrupleFunction.invert()
QuaternionFunction.invert()
RationalFunction.invert()
BigFunction.log()
ComplexFunction.log()
abstract UnaryFunction
<N> FunctionSet.log()
PrimitiveFunction.log()
QuadrupleFunction.log()
QuaternionFunction.log()
RationalFunction.log()
BigFunction.log10()
ComplexFunction.log10()
abstract UnaryFunction
<N> FunctionSet.log10()
PrimitiveFunction.log10()
QuadrupleFunction.log10()
QuaternionFunction.log10()
RationalFunction.log10()
BigFunction.log1p()
ComplexFunction.log1p()
abstract UnaryFunction
<N> FunctionSet.log1p()
PrimitiveFunction.log1p()
QuadrupleFunction.log1p()
QuaternionFunction.log1p()
RationalFunction.log1p()
BigFunction.logistic()
ComplexFunction.logistic()
abstract UnaryFunction
<N> FunctionSet.logistic()
Standard logistic sigmoid functionPrimitiveFunction.logistic()
QuadrupleFunction.logistic()
QuaternionFunction.logistic()
RationalFunction.logistic()
BigFunction.logit()
ComplexFunction.logit()
abstract UnaryFunction
<N> FunctionSet.logit()
PrimitiveFunction.logit()
QuadrupleFunction.logit()
QuaternionFunction.logit()
RationalFunction.logit()
BigFunction.negate()
ComplexFunction.negate()
abstract UnaryFunction
<N> FunctionSet.negate()
PrimitiveFunction.negate()
QuadrupleFunction.negate()
QuaternionFunction.negate()
RationalFunction.negate()
default UnaryFunction
<N> ParameterFunction.parameter
(int param) Turns this parameter function into a unary function with the parameter fixed/locked to the specified value.BigFunction.rint()
ComplexFunction.rint()
abstract UnaryFunction
<N> FunctionSet.rint()
PrimitiveFunction.rint()
QuadrupleFunction.rint()
QuaternionFunction.rint()
RationalFunction.rint()
default UnaryFunction
<N> BinaryFunction.second
(double arg2) default UnaryFunction
<N> Turns this binary function into a unary function with the second argument fixed/locked to the specified value.BigFunction.signum()
ComplexFunction.signum()
abstract UnaryFunction
<N> FunctionSet.signum()
PrimitiveFunction.signum()
QuadrupleFunction.signum()
QuaternionFunction.signum()
RationalFunction.signum()
BigFunction.sin()
ComplexFunction.sin()
abstract UnaryFunction
<N> FunctionSet.sin()
PrimitiveFunction.sin()
QuadrupleFunction.sin()
QuaternionFunction.sin()
RationalFunction.sin()
BigFunction.sinh()
ComplexFunction.sinh()
abstract UnaryFunction
<N> FunctionSet.sinh()
PrimitiveFunction.sinh()
QuadrupleFunction.sinh()
QuaternionFunction.sinh()
RationalFunction.sinh()
BigFunction.sqrt()
ComplexFunction.sqrt()
abstract UnaryFunction
<N> FunctionSet.sqrt()
PrimitiveFunction.sqrt()
QuadrupleFunction.sqrt()
QuaternionFunction.sqrt()
RationalFunction.sqrt()
BigFunction.sqrt1px2()
ComplexFunction.sqrt1px2()
abstract UnaryFunction
<N> FunctionSet.sqrt1px2()
PrimitiveFunction.sqrt1px2()
QuadrupleFunction.sqrt1px2()
QuaternionFunction.sqrt1px2()
RationalFunction.sqrt1px2()
BigFunction.tan()
ComplexFunction.tan()
abstract UnaryFunction
<N> FunctionSet.tan()
PrimitiveFunction.tan()
QuadrupleFunction.tan()
QuaternionFunction.tan()
RationalFunction.tan()
BigFunction.tanh()
ComplexFunction.tanh()
abstract UnaryFunction
<N> FunctionSet.tanh()
PrimitiveFunction.tanh()
QuadrupleFunction.tanh()
QuaternionFunction.tanh()
RationalFunction.tanh()
BigFunction.value()
ComplexFunction.value()
abstract UnaryFunction
<N> FunctionSet.value()
PrimitiveFunction.value()
QuadrupleFunction.value()
QuaternionFunction.value()
RationalFunction.value()
Methods in org.ojalgo.function with parameters of type UnaryFunctionModifier and TypeMethodDescriptiondefault BinaryFunction
<N> BinaryFunction.andThen
(UnaryFunction<N> after) 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 ParameterFunction
<N> ParameterFunction.compose
(UnaryFunction<N> before) default UnaryFunction
<N> UnaryFunction.compose
(UnaryFunction<N> before) default VoidFunction
<N> VoidFunction.compose
(UnaryFunction<N> before) static <N extends Comparable<N>>
booleanUnaryFunction.isZeroModified
(UnaryFunction<N> function) -
Uses of UnaryFunction in org.ojalgo.function.multiary
Methods in org.ojalgo.function.multiary with parameters of type UnaryFunctionModifier and TypeMethodDescriptiondefault MultiaryFunction
<N> MultiaryFunction.andThen
(UnaryFunction<N> after) -
Uses of UnaryFunction in org.ojalgo.function.polynomial
Subinterfaces of UnaryFunction in org.ojalgo.function.polynomialClasses in org.ojalgo.function.polynomial that implement UnaryFunctionModifier and TypeClassDescription(package private) class
AbstractPolynomial<N extends Comparable<N>,
P extends AbstractPolynomial<N, P>> final class
final class
final class
final class
final class
final class
BigPolynomial(package private) class
ScalarPolynomial<N extends Scalar<N>,
P extends ScalarPolynomial<N, P>> -
Uses of UnaryFunction in org.ojalgo.function.series
Classes in org.ojalgo.function.series that implement UnaryFunctionModifier and TypeClassDescriptionclass
This is the real coefficient trigonometric form of the Fourier series.final class
A periodic function is a function that repeats its values in regular intervals or periods. -
Uses of UnaryFunction in org.ojalgo.matrix
Methods in org.ojalgo.matrix with parameters of type UnaryFunctionModifier and TypeMethodDescriptionvoid
DenseMutator2D.fillMatching
(UnaryFunction<N> function, Access1D<N> arguments) void
DenseMutator2D.modifyAll
(UnaryFunction<N> modifier) void
DenseMutator2D.modifyColumn
(long row, long col, UnaryFunction<N> modifier) void
DenseMutator2D.modifyColumn
(long col, UnaryFunction<N> modifier) void
DenseMutator2D.modifyDiagonal
(long row, long col, UnaryFunction<N> modifier) void
DenseMutator2D.modifyDiagonal
(UnaryFunction<N> modifier) void
DenseMutator2D.modifyOne
(long row, long col, UnaryFunction<N> modifier) void
DenseMutator2D.modifyOne
(long index, UnaryFunction<N> modifier) void
DenseMutator2D.modifyRange
(long first, long limit, UnaryFunction<N> modifier) void
DenseMutator2D.modifyRow
(long row, long col, UnaryFunction<N> modifier) void
DenseMutator2D.modifyRow
(long row, UnaryFunction<N> modifier) BasicMatrix.onAll
(UnaryFunction<N> operator) -
Uses of UnaryFunction in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store declared as UnaryFunctionModifier and TypeFieldDescriptionprivate final UnaryFunction
<N> MatrixPipeline.UnaryOperator.myOperator
private final UnaryFunction
<N> UnaryOperatoStore.myOperator
Methods in org.ojalgo.matrix.store with parameters of type UnaryFunctionModifier and TypeMethodDescriptionvoid
GenericStore.fillMatching
(UnaryFunction<N> function, Access1D<N> arguments) void
R032Store.fillMatching
(UnaryFunction<Double> function, Access1D<Double> arguments) void
R064Store.fillMatching
(UnaryFunction<Double> function, Access1D<Double> arguments) void
Subregion2D.SynchronizedRegion.fillMatching
(UnaryFunction<N> function, Access1D<N> arguments) void
GenericStore.modifyAll
(UnaryFunction<N> modifier) void
R032Store.modifyAll
(UnaryFunction<Double> modifier) void
R064Store.modifyAll
(UnaryFunction<Double> modifier) void
RawStore.modifyAll
(UnaryFunction<Double> modifier) void
SparseStore.modifyAll
(UnaryFunction<N> modifier) void
Subregion2D.OffsetRegion.modifyAll
(UnaryFunction<N> modifier) void
Subregion2D.SynchronizedRegion.modifyAll
(UnaryFunction<N> modifier) void
GenericStore.modifyColumn
(long row, long col, UnaryFunction<N> modifier) void
R032Store.modifyColumn
(long row, long col, UnaryFunction<Double> modifier) void
R032Store.modifyColumn
(long col, UnaryFunction<Double> modifier) void
R064Store.modifyColumn
(long row, long col, UnaryFunction<Double> modifier) void
RawStore.modifyColumn
(long row, long col, UnaryFunction<Double> modifier) void
Subregion2D.ColumnsRegion.modifyColumn
(long row, long col, UnaryFunction<N> modifier) void
Subregion2D.OffsetRegion.modifyColumn
(long row, long col, UnaryFunction<N> modifier) void
Subregion2D.SynchronizedRegion.modifyColumn
(long row, long col, UnaryFunction<N> modifier) void
Subregion2D.SynchronizedRegion.modifyColumn
(long col, UnaryFunction<N> modifier) void
Subregion2D.TransposedRegion.modifyColumn
(long row, long col, UnaryFunction<N> modifier) void
GenericStore.modifyDiagonal
(long row, long col, UnaryFunction<N> modifier) void
R032Store.modifyDiagonal
(long row, long col, UnaryFunction<Double> modifier) void
R032Store.modifyDiagonal
(UnaryFunction<Double> modifier) void
R064Store.modifyDiagonal
(long row, long col, UnaryFunction<Double> modifier) void
RawStore.modifyDiagonal
(long row, long col, UnaryFunction<Double> modifier) void
Subregion2D.OffsetRegion.modifyDiagonal
(long row, long col, UnaryFunction<N> modifier) void
Subregion2D.SynchronizedRegion.modifyDiagonal
(long row, long col, UnaryFunction<N> modifier) void
Subregion2D.SynchronizedRegion.modifyDiagonal
(UnaryFunction<N> modifier) void
Subregion2D.TransposedRegion.modifyDiagonal
(long row, long col, UnaryFunction<N> modifier) void
GenericStore.modifyOne
(long row, long col, UnaryFunction<N> modifier) void
R032Store.modifyOne
(long row, long col, UnaryFunction<Double> modifier) void
R064Store.modifyOne
(long row, long col, UnaryFunction<Double> modifier) void
RawStore.modifyOne
(long row, long col, UnaryFunction<Double> modifier) void
SparseStore.modifyOne
(long row, long col, UnaryFunction<N> modifier) void
Subregion2D.ColumnsRegion.modifyOne
(long row, long col, UnaryFunction<N> modifier) void
Subregion2D.LimitRegion.modifyOne
(long row, long col, UnaryFunction<N> modifier) void
Subregion2D.OffsetRegion.modifyOne
(long row, long col, UnaryFunction<N> modifier) void
Subregion2D.RowsRegion.modifyOne
(long row, long col, UnaryFunction<N> modifier) void
Subregion2D.SynchronizedRegion.modifyOne
(long row, long col, UnaryFunction<N> modifier) void
Subregion2D.SynchronizedRegion.modifyOne
(long index, UnaryFunction<N> modifier) void
Subregion2D.TransposedRegion.modifyOne
(long row, long col, UnaryFunction<N> modifier) void
Subregion2D.WrapperRegion.modifyOne
(long row, long col, UnaryFunction<N> modifier) void
RawStore.modifyRange
(long first, long limit, UnaryFunction<Double> modifier) void
Subregion2D.SynchronizedRegion.modifyRange
(long first, long limit, UnaryFunction<N> modifier) void
GenericStore.modifyRow
(long row, long col, UnaryFunction<N> modifier) void
R032Store.modifyRow
(long row, long col, UnaryFunction<Double> modifier) void
R032Store.modifyRow
(long row, UnaryFunction<Double> modifier) void
R064Store.modifyRow
(long row, long col, UnaryFunction<Double> modifier) void
RawStore.modifyRow
(long row, long col, UnaryFunction<Double> modifier) void
Subregion2D.OffsetRegion.modifyRow
(long row, long col, UnaryFunction<N> modifier) void
Subregion2D.RowsRegion.modifyRow
(long row, long col, UnaryFunction<N> modifier) void
Subregion2D.SynchronizedRegion.modifyRow
(long row, long col, UnaryFunction<N> modifier) void
Subregion2D.SynchronizedRegion.modifyRow
(long row, UnaryFunction<N> modifier) void
Subregion2D.TransposedRegion.modifyRow
(long row, long col, UnaryFunction<N> modifier) default ElementsSupplier
<N> ElementsSupplier.onAll
(UnaryFunction<N> operator) default MatrixStore
<N> MatrixStore.onAll
(UnaryFunction<N> operator) Constructors in org.ojalgo.matrix.store with parameters of type UnaryFunctionModifierConstructorDescription(package private)
UnaryOperator
(ElementsSupplier<N> context, UnaryFunction<N> operator) (package private)
UnaryOperatoStore
(MatrixStore<N> base, UnaryFunction<N> operator) -
Uses of UnaryFunction in org.ojalgo.series.primitive
Fields in org.ojalgo.series.primitive declared as UnaryFunctionModifier and TypeFieldDescriptionprivate final UnaryFunction
<Double> UnaryFunctionSeries.myFunction
Methods in org.ojalgo.series.primitive with parameters of type UnaryFunctionConstructors in org.ojalgo.series.primitive with parameters of type UnaryFunctionModifierConstructorDescriptionUnaryFunctionSeries
(PrimitiveSeries aSeries, UnaryFunction<Double> aFunction) -
Uses of UnaryFunction in org.ojalgo.structure
Methods in org.ojalgo.structure with parameters of type UnaryFunctionModifier and TypeMethodDescriptiondefault 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
Mutate1D.Modifiable.modifyOne
(long index, 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
MutateAnyD.Modifiable.modifyOne
(long[] reference, 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) Operate1D.onAll
(UnaryFunction<N> operator) Operate2D.onAll
(UnaryFunction<N> operator) OperateAnyD.onAll
(UnaryFunction<N> operator) -
Uses of UnaryFunction in org.ojalgo.type.context
Methods in org.ojalgo.type.context that return UnaryFunctionModifier and TypeMethodDescription<N extends Comparable<N>>
UnaryFunction<N> NumberContext.getFunction
(FunctionSet<N> functions) -
Uses of UnaryFunction in org.ojalgo.type.format
Fields in org.ojalgo.type.format declared as UnaryFunctionModifier and TypeFieldDescriptionprivate final UnaryFunction
<N> TransformationFormat.myInverseFunc
private final UnaryFunction
<N> TransformationFormat.myTransfoFunc
Constructors in org.ojalgo.type.format with parameters of type UnaryFunctionModifierConstructorDescriptionTransformationFormat
(UnaryFunction<N> transformer, NumberFormat format, UnaryFunction<N> inverse)