Package org.ojalgo.tensor
Class AnyTensor.Factory<N extends Comparable<N>>
java.lang.Object
org.ojalgo.tensor.ArrayBasedTensor.Factory<N>
org.ojalgo.tensor.AnyTensor.Factory<N>
- All Implemented Interfaces:
FactoryAnyD<AnyTensor<N>>
,FactorySupplement
- Enclosing class:
AnyTensor<N extends Comparable<N>>
static final class AnyTensor.Factory<N extends Comparable<N>>
extends ArrayBasedTensor.Factory<N>
implements FactoryAnyD<AnyTensor<N>>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ojalgo.structure.FactoryAnyD
FactoryAnyD.Builder<I extends StructureAnyD>, FactoryAnyD.MayBeSparse<I extends StructureAnyD,
DENSE extends FactoryAnyD.Builder<I>, SPARSE extends FactoryAnyD.Builder<I>>, FactoryAnyD.TwoStep<I extends StructureAnyD, B extends FactoryAnyD.Builder<I>> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ojalgo.tensor.ArrayBasedTensor.Factory
function, getArrayFactory, scalar
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ojalgo.structure.FactoryAnyD
asFactory1D, make, make
Methods inherited from interface org.ojalgo.structure.FactorySupplement
function, scalar
-
Field Details
-
myFactory
-
-
Constructor Details
-
Factory
Factory(DenseArray.Factory<N> arrayFactory)
-
-
Method Details
-
equals
- Overrides:
equals
in classArrayBasedTensor.Factory<N extends Comparable<N>>
-
getMathType
- Specified by:
getMathType
in interfaceFactorySupplement
-
hashCode
public int hashCode()- Overrides:
hashCode
in classArrayBasedTensor.Factory<N extends Comparable<N>>
-
make
- Specified by:
make
in interfaceFactoryAnyD<N extends Comparable<N>>
-
make
- Specified by:
make
in interfaceFactoryAnyD<N extends Comparable<N>>
-