Class GenericStore.Factory<N extends Scalar<N>>
java.lang.Object
org.ojalgo.matrix.store.GenericStore.Factory<N>
- All Implemented Interfaces:
PhysicalStore.Factory<N, GenericStore<N>>, Factory2D<GenericStore<N>>, Factory2D.TwoStep<GenericStore<N>, GenericStore<N>>
- Enclosing class:
GenericStore<N extends Scalar<N>>
public static final class GenericStore.Factory<N extends Scalar<N>>
extends Object
implements PhysicalStore.Factory<N, GenericStore<N>>
- 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
Modifier and TypeMethodDescriptionarray()function()make(int nbRows, int nbCols) makeHouseholder(int length) makeRotation(int low, int high, double cos, double sin) makeRotation(int low, int high, N cos, N sin) scalar()Methods 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.TwoStep
column, column, column, column, columns, make, make, row, row, row, row, rowsMethods inherited from interface PhysicalStore.Factory
makeColumnsSupplier, makeDiagonal, makeEye, makeEye, makeFilled, makeIdentity, makeRowsSupplier, makeSingle, makeSingle, makeSparse, makeSparse, makeSPD, makeWrapper, makeWrapperColumn, makeZero, makeZero, newBuilder, tensor1D, tensor2D
-
Method Details
-
aggregator
- Specified by:
aggregatorin interfacePhysicalStore.Factory<N extends Scalar<N>, GenericStore<N extends Scalar<N>>>
-
array
- Specified by:
arrayin interfacePhysicalStore.Factory<N extends Scalar<N>, GenericStore<N extends Scalar<N>>>
-
conjugate
- Specified by:
conjugatein interfacePhysicalStore.Factory<N extends Scalar<N>, GenericStore<N extends Scalar<N>>>
-
copy
- Specified by:
copyin interfaceFactory2D.TwoStep<GenericStore<N extends Scalar<N>>, GenericStore<N extends Scalar<N>>>
-
function
- Specified by:
functionin interfacePhysicalStore.Factory<N extends Scalar<N>, GenericStore<N extends Scalar<N>>>
-
getMathType
-
make
- Specified by:
makein interfaceFactory2D<N extends Scalar<N>>- Specified by:
makein interfaceFactory2D.TwoStep<GenericStore<N extends Scalar<N>>, GenericStore<N extends Scalar<N>>>
-
makeHouseholder
- Specified by:
makeHouseholderin interfacePhysicalStore.Factory<N extends Scalar<N>, GenericStore<N extends Scalar<N>>>
-
makeRotation
- Specified by:
makeRotationin interfacePhysicalStore.Factory<N extends Scalar<N>, GenericStore<N extends Scalar<N>>>
-
makeRotation
- Specified by:
makeRotationin interfacePhysicalStore.Factory<N extends Scalar<N>, GenericStore<N extends Scalar<N>>>
-
scalar
- Specified by:
scalarin interfacePhysicalStore.Factory<N extends Scalar<N>, GenericStore<N extends Scalar<N>>>
-
transpose
- Specified by:
transposein interfacePhysicalStore.Factory<N extends Scalar<N>, GenericStore<N extends Scalar<N>>>
-