|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ru.sscc.spline.polynomial.MatrixPreparator | +--ru.sscc.spline.polynomial.NonuniformPreparator
The implementation of MatrixPreparator
for nonuniform mesh.
Fields inherited from class ru.sscc.spline.polynomial.MatrixPreparator |
h |
Constructor Summary | |
protected |
NonuniformPreparator(SimpleMesh mesh,
int order)
Constructs preparator of the required order. |
Method Summary | |
void |
calculateA(SymBandedMatrix a)
Calculates the symmetric banded Laurent matrix for nonuniform mesh. |
Methods inherited from class ru.sscc.spline.polynomial.MatrixPreparator |
by,
ensureValidMatrix,
getH |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
protected NonuniformPreparator(SimpleMesh mesh, int order)
mesh
- a meshorder
- a difference orderMethod Detail |
public void calculateA(SymBandedMatrix a)
a
- a matrix to store the result.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |