public abstract static class SolverTask.Factory<N extends Number> extends Object
Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
SolverTask<N> |
make(int numberOfEquations,
int numberOfVariables,
int numberOfSolutions,
boolean symmetric,
boolean positiveDefinite) |
SolverTask<N> |
make(MatrixStore<N> templateBody,
MatrixStore<N> templateRHS) |
abstract SolverTask<N> |
make(Structure2D templateBody,
Structure2D templateRHS,
boolean symmetric,
boolean positiveDefinite) |
public final SolverTask<N> make(int numberOfEquations, int numberOfVariables, int numberOfSolutions, boolean symmetric, boolean positiveDefinite)
public final SolverTask<N> make(MatrixStore<N> templateBody, MatrixStore<N> templateRHS)
public abstract SolverTask<N> make(Structure2D templateBody, Structure2D templateRHS, boolean symmetric, boolean positiveDefinite)
Copyright © 2019 Optimatika. All rights reserved.