public static final class BasicArray.Factory<N extends Number> extends Object
| Modifier and Type | Method and Description |
|---|---|
AggregatorSet<N> |
aggregator() |
I |
copy(Access1D<?> source) |
I |
copy(double... source) |
I |
copy(List<? extends Number> source) |
I |
copy(Number... source) |
FunctionSet<N> |
function() |
I |
makeFilled(long count,
NullaryFunction<?> supplier) |
I |
makeZero(long count) |
Scalar.Factory<N> |
scalar() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmakeFilled, makeZeropublic final AggregatorSet<N> aggregator()
public final FunctionSet<N> function()
public final Scalar.Factory<N> scalar()
public final I copy(Access1D<?> source)
copy in interface Factory1D<BasicArray<N extends Number>>public final I copy(double... source)
copy in interface Factory1D<BasicArray<N extends Number>>public final I copy(List<? extends Number> source)
copy in interface Factory1D<BasicArray<N extends Number>>public final I copy(Number... source)
copy in interface Factory1D<BasicArray<N extends Number>>public final I makeFilled(long count,
NullaryFunction<?> supplier)
makeFilled in interface Factory1D<BasicArray<N extends Number>>public final I makeZero(long count)
makeZero in interface Factory1D<BasicArray<N extends Number>>Copyright © 2018 Optimatika. All rights reserved.