public static interface FactoryAnyD.MayBeSparse<I extends StructureAnyD,DR extends MutateAnyD.ModifiableReceiver<?>,SR extends MutateAnyD.ModifiableReceiver<?>> extends FactoryAnyD<I>
FactoryAnyD.Dense<I extends StructureAnyD>, FactoryAnyD.MayBeSparse<I extends StructureAnyD,DR extends MutateAnyD.ModifiableReceiver<?>,SR extends MutateAnyD.ModifiableReceiver<?>>
Modifier and Type | Method and Description |
---|---|
FunctionSet<?> |
function() |
I |
makeDense(long... structure) |
default I |
makeDense(StructureAnyD shape) |
I |
makeSparse(long... structure) |
default I |
makeSparse(StructureAnyD shape) |
Scalar.Factory<?> |
scalar() |
make, make, makeZero, makeZero
I makeDense(long... structure)
default I makeDense(StructureAnyD shape)
I makeSparse(long... structure)
default I makeSparse(StructureAnyD shape)
FunctionSet<?> function()
Scalar.Factory<?> scalar()
Copyright © 2019 Optimatika. All rights reserved.