java.lang.Object
org.ojalgo.matrix.MatrixFactory<RationalNumber,MatrixQ128,MatrixQ128.DenseReceiver,MatrixQ128.SparseReceiver>
org.ojalgo.matrix.MatrixQ128.Factory
- All Implemented Interfaces:
Factory2D<MatrixQ128>,Factory2D.MayBeSparse<MatrixQ128,,MatrixQ128.DenseReceiver, MatrixQ128.SparseReceiver> Factory2D.TwoStep<MatrixQ128,MatrixQ128.DenseReceiver>
- Enclosing class:
MatrixQ128
public static final class MatrixQ128.Factory
extends MatrixFactory<RationalNumber,MatrixQ128,MatrixQ128.DenseReceiver,MatrixQ128.SparseReceiver>
-
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>> -
Method Summary
Methods inherited from class org.ojalgo.matrix.MatrixFactory
copy, function, getMathType, make, make, makeDense, makeDiagonal, makeDiagonal, makeEye, makeEye, makeFilled, makeIdentity, makeSingle, makeWrapper, newDenseBuilder, newSparseBuilder, scalar, tensor1D, tensor2DMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ojalgo.structure.Factory2D
asFactory1D, makeMethods inherited from interface org.ojalgo.structure.Factory2D.MayBeSparse
newBuilder