Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Examples  

Sundance::Gauss1D Class Reference

Get abscissas and weights for Gauss-Legendre quadrature.

#include <Gauss1D.h>

List of all members.

Public Methods

Static Public Methods

Private Methods

Private Attributes


Constructor & Destructor Documentation

Sundance::Gauss1D::Gauss1D int    n
 

Sundance::Gauss1D::Gauss1D int    n,
double    a,
double    b
 


Member Function Documentation

int Sundance::Gauss1D::nPoints   const [inline]
 

Definition at line 23 of file Gauss1D.h.

References nodes_.

const TSFArray<double>& Sundance::Gauss1D::nodes   const [inline]
 

Definition at line 25 of file Gauss1D.h.

References nodes_.

const TSFArray<double>& Sundance::Gauss1D::weights   const [inline]
 

Definition at line 27 of file Gauss1D.h.

References weights_.

bool Sundance::Gauss1D::unitTest   [static]
 

void Sundance::Gauss1D::computeWeights int    n,
double    a,
double    b
[private]
 


Member Data Documentation

TSFArray<double> Sundance::Gauss1D::nodes_ [private]
 

Definition at line 33 of file Gauss1D.h.

Referenced by nodes(), and nPoints().

TSFArray<double> Sundance::Gauss1D::weights_ [private]
 

Definition at line 34 of file Gauss1D.h.

Referenced by weights().


The documentation for this class was generated from the following file:
Contact:
Kevin Long (krlong@ca.sandia.gov)


Documentation generated by