(liboctave.info)Collocation Weights


Prev: Quadrature Up: Quadrature
Enter node , (file) or (file)node

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)

 -- : 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)

 -- : ostream& operator << (ostream &OS, const CollocWt &C)


automatically generated by info2www version 1.2.2.9