public abstract static class InverterTask.Factory<N extends Number> extends Object
Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
InverterTask<N> |
make(MatrixStore<N> template) |
abstract InverterTask<N> |
make(MatrixStore<N> template,
boolean symmetric) |
public final InverterTask<N> make(MatrixStore<N> template)
public abstract InverterTask<N> make(MatrixStore<N> template, boolean symmetric)