Interface DenseGenericMatrixFactory<T extends DenseGenericMatrix<?>>
-
- All Superinterfaces:
BaseGenericMatrixFactory<T>
,BaseMatrixFactory<T>
,DenseMatrixFactory<T>
- All Known Subinterfaces:
BooleanMatrix2DFactory<T>
,BooleanMatrixFactory<T>
,ByteArrayMatrix2DFactory<T>
,ByteArrayMatrixFactory<T>
,ByteMatrix2DFactory<T>
,ByteMatrixFactory<T>
,CharMatrix2DFactory<T>
,CharMatrixFactory<T>
,DenseBigDecimalMatrixFactory<T>
,DenseBigIntegerMatrixFactory<T>
,DenseBooleanMatrixFactory<T>
,DenseByteArrayMatrixFactory<T>
,DenseByteMatrixFactory<T>
,DenseCharMatrixFactory<T>
,DenseDoubleMatrix2DFactory<T>
,DenseDoubleMatrixFactory<T>
,DenseDoubleMatrixMultiDFactory<T>
,DenseFloatMatrixFactory<T>
,DenseGenericMatrix2DFactory<T>
,DenseGenericMatrixMultiDFactory<T>
,DenseIntMatrixFactory<T>
,DenseLongMatrix2DFactory<T>
,DenseLongMatrixFactory<T>
,DenseNumberMatrix2DFactory<T>
,DenseNumberMatrixFactory<T>
,DenseNumberMatrixMultiDFactory<T>
,DenseObjectMatrix2DFactory<T>
,DenseObjectMatrixFactory<T>
,DenseObjectMatrixMultiDFactory<T>
,DenseShortMatrixFactory<T>
,DenseStringMatrix2DFactory<T>
,DenseStringMatrixFactory<T>
,DoubleMatrixFactory<T>
,FloatMatrix2DFactory<T>
,FloatMatrixFactory<T>
,GenericMatrixFactory<T>
,IntMatrix2DFactory<T>
,IntMatrixFactory<T>
,LongMatrix2DFactory<T>
,LongMatrixFactory<T>
,NumberMatrixFactory<T>
,ObjectMatrixFactory<T>
,ShortMatrix2DFactory<T>
,ShortMatrixFactory<T>
,SparseByteArrayMatrixFactory<T>
,SparseByteMatrixFactory<T>
,SparseCharMatrixFactory<T>
,SparseFloatMatrixFactory<T>
,SparseIntMatrixFactory<T>
,SparseLongMatrix2DFactory<T>
,SparseLongMatrixFactory<T>
,SparseShortMatrixFactory<T>
,SparseStringMatrixFactory<T>
,StringMatrix2DFactory<T>
,StringMatrixFactory<T>
- All Known Implementing Classes:
AbstractBooleanMatrix2DFactory
,AbstractByteMatrix2DFactory
,AbstractCharMatrix2DFactory
,AbstractDenseDoubleMatrix2DFactory
,AbstractDenseDoubleMatrixMultiDFactory
,AbstractDenseLongMatrix2DFactory
,AbstractDenseLongMatrixFactory
,AbstractDenseStringMatrix2DFactory
,AbstractFloatMatrix2DFactory
,AbstractIntMatrix2DFactory
,AbstractLongMatrix2DFactory
,AbstractLongMatrixFactory
,AbstractShortMatrix2DFactory
,AbstractSparseLongMatrix2DFactory
,AbstractSparseLongMatrixFactory
,AbstractStringMatrix2DFactory
,ColtDenseDoubleMatrix2DFactory
,CommonsMathArrayDenseDoubleMatrix2DFactory
,CommonsMathBlockDenseDoubleMatrix2DFactory
,CommonsMathDenseDoubleMatrix2DFactory
,DefaultBooleanMatrix2DFactory
,DefaultByteMatrix2DFactory
,DefaultCharMatrix2DFactory
,DefaultDenseDoubleMatrix2DFactory
,DefaultDenseDoubleMatrixMultiDFactory
,DefaultDenseLongMatrix2DFactory
,DefaultDenseLongMatrixFactory
,DefaultDenseObjectMatrix2DFactory
,DefaultDenseObjectMatrixFactory
,DefaultDenseStringMatrix2DFactory
,DefaultFloatMatrix2DFactory
,DefaultIntMatrix2DFactory
,DefaultLongMatrix2DFactory
,DefaultLongMatrixFactory
,DefaultShortMatrix2DFactory
,DefaultSparseLongMatrix2DFactory
,DefaultSparseLongMatrixFactory
,DefaultStringMatrix2DFactory
,JamaDenseDoubleMatrix2DFactory
,JBlasDenseDoubleMatrix2DFactory
,La4JDenseDoubleMatrix2DFactory
,VecMathDenseDoubleMatrix2DFactory
public interface DenseGenericMatrixFactory<T extends DenseGenericMatrix<?>> extends DenseMatrixFactory<T>, BaseGenericMatrixFactory<T>