Modifier and Type | Method and Description |
---|---|
Array1D<N> |
copy(Access1D<?> source) |
Array1D<N> |
copy(double... source) |
Array1D<N> |
copy(List<? extends Number> source) |
Array1D<N> |
copy(Number... source) |
FunctionSet<N> |
function() |
Array1D<N> |
makeFilled(long count,
NullaryFunction<?> supplier) |
Array1D<N> |
makeSparse(long count) |
Array1D<N> |
makeZero(long count) |
Scalar.Factory<N> |
scalar() |
Array1D<N> |
wrap(BasicArray<N> array) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
makeFilled, makeZero
public FunctionSet<N> function()
public Array1D<N> makeFilled(long count, NullaryFunction<?> supplier)
makeFilled
in interface Factory1D<Array1D<N extends Number>>
public Scalar.Factory<N> scalar()
public Array1D<N> wrap(BasicArray<N> array)
Copyright © 2019 Optimatika. All rights reserved.