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