SG++-Doxygen-Documentation
sgpp::base::QuadRule1D Class Reference

#include <QuadRule1D.hpp>

Inheritance diagram for sgpp::base::QuadRule1D:
sgpp::base::GaussHermiteQuadRule1D sgpp::base::GaussLegendreQuadRule1D

Public Member Functions

void getLevelPointsAndWeights (size_t level, base::DataVector &coordinates, base::DataVector &weights)
 
size_t getMaxSupportedLevel () const
 
 QuadRule1D ()
 
virtual ~QuadRule1D ()
 

Public Attributes

std::vector< double > coordinatesWeights
 

Constructor & Destructor Documentation

◆ QuadRule1D()

sgpp::base::QuadRule1D::QuadRule1D ( )

◆ ~QuadRule1D()

sgpp::base::QuadRule1D::~QuadRule1D ( )
virtual

Member Function Documentation

◆ getLevelPointsAndWeights()

◆ getMaxSupportedLevel()

size_t sgpp::base::QuadRule1D::getMaxSupportedLevel ( ) const

References coordinatesWeights.

Referenced by getLevelPointsAndWeights().

Member Data Documentation

◆ coordinatesWeights


The documentation for this class was generated from the following files: