|
||||||||
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.UniformPreparator
The implementation of MatrixPreparator
for uniform mesh.
Fields inherited from class ru.sscc.spline.polynomial.MatrixPreparator |
h |
Constructor Summary | |
protected |
UniformPreparator(double step,
int size,
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 UniformPreparator(double step, int size, int order)
size
- a nodes numberorder
- 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 |