Module ojalgo

Class PlainArray.Factory<N extends Comparable<N>,A extends PlainArray<N>>

java.lang.Object
org.ojalgo.array.DenseArray.Factory<N,A>
org.ojalgo.array.PlainArray.Factory<N,A>
All Implemented Interfaces:
Factory1D<A>
Direct Known Subclasses:
BufferArray.Factory, PrimitiveArray.Factory, ReferenceTypeArray.Factory
Enclosing class:
PlainArray<N extends Comparable<N>>

public abstract static class PlainArray.Factory<N extends Comparable<N>,A extends PlainArray<N>> extends DenseArray.Factory<N,A>