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 Factory1D
Factory1D.Builder<I>, Factory1D.MayBeSparse<I,DENSE, SPARSE>, Factory1D.TwoStep<I, B> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ArrayBasedTensor.Factory
function, getArrayFactory, scalarMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FactorySupplement
function, scalar
-
Field Details
-
myFactory
-
-
Constructor Details
-
Factory
Factory(DenseArray.Factory<N, ?> arrayFactory)
-
-
Method Details
-
equals
- Overrides:
equalsin classArrayBasedTensor.Factory<N extends Comparable<N>>
-
getMathType
- Specified by:
getMathTypein interfaceFactorySupplement
-
hashCode
public int hashCode()- Overrides:
hashCodein classArrayBasedTensor.Factory<N extends Comparable<N>>
-
make
- Specified by:
makein interfaceFactory1D<N extends Comparable<N>>
-