Interface FloatMatrix2DFactory<T extends FloatMatrix2D>

All Superinterfaces:
BaseGenericMatrixFactory<T>, BaseMatrixFactory<T>, DenseGenericMatrix2DFactory<T>, DenseGenericMatrixFactory<T>, DenseGenericMatrixMultiDFactory<T>, DenseMatrix2DFactory<T>, DenseMatrixFactory<T>, DenseMatrixMultiDFactory<T>, FloatMatrixFactory<T>, GenericMatrix2DFactory<T>, GenericMatrixFactory<T>, GenericMatrixMultiDFactory<T>, Matrix2DFactory<T>, MatrixMultiDFactory<T>, SparseGenericMatrix2DFactory<T>, SparseGenericMatrixFactory<T>, SparseGenericMatrixMultiDFactory<T>, SparseMatrix2DFactory<T>, SparseMatrixFactory<T>, SparseMatrixMultiDFactory<T>
All Known Implementing Classes:
AbstractFloatMatrix2DFactory, DefaultFloatMatrix2DFactory

public interface FloatMatrix2DFactory<T extends FloatMatrix2D> extends GenericMatrix2DFactory<T>, FloatMatrixFactory<T>