Interface DenseBigDecimalMatrixFactory<T extends DenseBigDecimalMatrix>

All Superinterfaces:
BaseBigDecimalMatrixFactory<T>, BaseGenericMatrixFactory<T>, BaseMatrixFactory<T>, BaseNumberMatrixFactory<T>, DenseGenericMatrixFactory<T>, DenseMatrixFactory<T>, DenseNumberMatrixFactory<T>

public interface DenseBigDecimalMatrixFactory<T extends DenseBigDecimalMatrix> extends DenseNumberMatrixFactory<T>, BaseBigDecimalMatrixFactory<T>