Return a dictionary of Quad objects.
Parameters:
| Name |
Type |
Description |
Default |
n |
int, optional
|
Interval sampled at 2*n points, excluding the last endpoint.
Default is 16. |
16
|
p |
int, optional
|
Kress parameter.
Default is 7. |
7
|
Returns:
| Name | Type |
Description |
quad_dict |
dict
|
Dictionary of Quad objects. |