public interface FactoryAnyD<I extends StructureAnyD>
Modifier and Type | Method and Description |
---|---|
I |
copy(AccessAnyD<?> source) |
FunctionSet<?> |
function() |
I |
makeFilled(long[] structure,
NullaryFunction<?> supplier) |
default I |
makeFilled(StructureAnyD shape,
NullaryFunction<?> supplier) |
I |
makeZero(long... structure) |
default I |
makeZero(StructureAnyD shape) |
Scalar.Factory<?> |
scalar() |
I copy(AccessAnyD<?> source)
I makeFilled(long[] structure, NullaryFunction<?> supplier)
default I makeFilled(StructureAnyD shape, NullaryFunction<?> supplier)
I makeZero(long... structure)
default I makeZero(StructureAnyD shape)
FunctionSet<?> function()
Scalar.Factory<?> scalar()
Copyright © 2018 Optimatika. All rights reserved.