public abstract static class InverterTask.Factory<N extends Number> extends Object
Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
InverterTask<N> |
make(int dim,
boolean spd) |
InverterTask<N> |
make(MatrixStore<N> template) |
abstract InverterTask<N> |
make(Structure2D template,
boolean symmetric,
boolean positiveDefinite) |
public final InverterTask<N> make(int dim, boolean spd)
public final InverterTask<N> make(MatrixStore<N> template)
public abstract InverterTask<N> make(Structure2D template, boolean symmetric, boolean positiveDefinite)
Copyright © 2019 Optimatika. All rights reserved.