Go to the first, previous, next, last section, table of contents.

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)

: int ncol (void) const

: int left_included (void) const
: int right_included (void) const

: double left (void) const
: double right (void) const
: double width (void) const

: double alpha (void) const
: double beta (void) const

: ColumnVector roots (void)
: ColumnVector quad (void)
: ColumnVector quad_weights (void)

: Matrix first (void)
: Matrix second (void)

: friend ostream& operator << (ostream &os, const CollocWt &c)


Go to the first, previous, next, last section, table of contents.