java.lang.Object
org.ojalgo.tensor.ArrayBasedTensor.Factory<N>
org.ojalgo.tensor.MatrixTensor.Factory<N>
- All Implemented Interfaces:
Factory2D<MatrixTensor<N>>,FactorySupplement
- Enclosing class:
MatrixTensor<N extends Comparable<N>>
static final class MatrixTensor.Factory<N extends Comparable<N>>
extends ArrayBasedTensor.Factory<N>
implements Factory2D<MatrixTensor<N>>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ojalgo.structure.Factory2D
Factory2D.Builder<I extends Structure2D>, Factory2D.MayBeSparse<I extends Structure2D,DENSE extends Factory2D.Builder<I>, SPARSE extends Factory2D.Builder<I>>, Factory2D.TwoStep<I extends Structure2D, B extends Factory2D.Builder<I>> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ojalgo.tensor.ArrayBasedTensor.Factory
function, getArrayFactory, scalarMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ojalgo.structure.Factory2D
asFactory1D, make, makeMethods inherited from interface org.ojalgo.structure.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 interfaceFactory2D<N extends Comparable<N>>
-
make
- Specified by:
makein interfaceFactory2D<N extends Comparable<N>>
-