Package org.ojalgo.tensor
Class VectorTensor.Factory<N extends Comparable<N>>
java.lang.Object
org.ojalgo.tensor.ArrayBasedTensor.Factory<N>
org.ojalgo.tensor.VectorTensor.Factory<N>
- All Implemented Interfaces:
Factory1D<VectorTensor<N>>
,FactorySupplement
- Enclosing class:
VectorTensor<N extends Comparable<N>>
static final class VectorTensor.Factory<N extends Comparable<N>>
extends ArrayBasedTensor.Factory<N>
implements Factory1D<VectorTensor<N>>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ojalgo.structure.Factory1D
Factory1D.Builder<I extends Structure1D>, Factory1D.MayBeSparse<I extends Structure1D,
DENSE extends Factory1D.Builder<I>, SPARSE extends Factory1D.Builder<I>>, Factory1D.TwoStep<I extends Structure1D, B extends Factory1D.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.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 interfaceFactory1D<N extends Comparable<N>>
-