Class MatrixH256.Factory
java.lang.Object
org.ojalgo.matrix.MatrixFactory<Quaternion, MatrixH256, MatrixH256.DenseReceiver, MatrixH256.SparseReceiver>
org.ojalgo.matrix.MatrixH256.Factory
- All Implemented Interfaces:
Factory2D<MatrixH256>, Factory2D.MayBeSparse<MatrixH256, MatrixH256.DenseReceiver, MatrixH256.SparseReceiver>, Factory2D.TwoStep<MatrixH256, MatrixH256.DenseReceiver>
- Enclosing class:
MatrixH256
public static final class MatrixH256.Factory
extends MatrixFactory<Quaternion, MatrixH256, MatrixH256.DenseReceiver, MatrixH256.SparseReceiver>
- Author:
- apete
-
Nested Class Summary
Nested classes/interfaces inherited from interface Factory2D
Factory2D.Builder<I>, Factory2D.MayBeSparse<I,DENSE, SPARSE>, Factory2D.TwoStep<I, B> -
Method Summary
Methods inherited from class MatrixFactory
copy, function, getMathType, make, make, makeDense, makeDiagonal, makeDiagonal, makeEye, makeEye, makeFilled, makeIdentity, makeSingle, makeWrapper, newDenseBuilder, newSparseBuilder, scalar, tensor1D, tensor2DMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Factory2D
asFactory1D, makeMethods inherited from interface Factory2D.MayBeSparse
newBuilder