SOFUS ..
Public Attributes | List of all members
GLQuad1D< T > Struct Template Reference

GL (Gauss-Legendre) structure. More...

#include <fnm_types.hpp>

Public Attributes

T * xs
 abcissas More...
 
T * ws
 weights More...
 
size_t nx
 number of abcissas More...
 

Detailed Description

template<class T>
struct fnm::GLQuad1D< T >

GL (Gauss-Legendre) structure.

Weight and abcissas for 1D integration

Member Data Documentation

◆ nx

size_t nx

number of abcissas

◆ ws

T* ws

weights

◆ xs

T* xs

abcissas


The documentation for this struct was generated from the following file: