10.1 Collocation Weights
- : CollocWt (void)¶
- : CollocWt (int n, int inc_l, int inc_r)¶
- : CollocWt (int n, int inc_l, int inc_r, double l, double r)¶
- : CollocWt (int n, double a, double b, int inc_l, int inc_r)¶
- : CollocWt (int n, int inc_l, int inc_r, double l, double r)¶
- : CollocWt (const CollocWt&)¶
- : CollocWt&operator =(const CollocWt&)¶
- : CollocWt&resize(int ncol)¶
- : CollocWt&add_left(void)¶
- : CollocWt&add_right(void)¶
- : CollocWt&delete_left(void)¶
- : CollocWt&delete_right(void)¶
- : CollocWt&set_left(double val)¶
- : CollocWt&set_right(double val)¶
- : CollocWt&set_alpha(double val)¶
- : CollocWt&set_beta(double val)¶
- : intncol(void) const¶
- : intleft_included(void) const¶
- : intright_included(void) const¶
- : doubleleft(void) const¶
- : doubleright(void) const¶
- : doublewidth(void) const¶
- : doublealpha(void) const¶
- : doublebeta(void) const¶
- : ColumnVectorroots(void)¶
- : ColumnVectorquad(void)¶
- : ColumnVectorquad_weights(void)¶
- : Matrixfirst(void)¶
- : Matrixsecond(void)¶
- : ostream&operator <<(ostream &os, const CollocWt &c)¶