smolyak | R Documentation |
Generate delayed Smolyak cubatures using C routines modified from
smolyak.c
found in Knut Petras' SMOLPACK.
smolyak.quad(d, k)
smolyak.size(d, k)
d |
Dimension of unit cube. |
k |
Depth of algorithm. |
smolyak.quad
returns a list object with the following
elements.
pt |
Quadrature nodes in rows of matrix. |
wt |
Quadrature weights. |
smolyak.size
returns an integer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.