Syntax
SO3F = SO3FunHarmonic.quadratureV2(nodes,values,'weights',w)
SO3F = SO3FunHarmonic.quadratureV2(f)
SO3F = SO3FunHarmonic.quadratureV2(f, 'bandwidth', bandwidth)
Input
values | double (first dimension has to be the evaluations) |
nodes | rotation, orientation |
f | function handle in orientation (first dimension has to be the evaluations) |
Output
SO3F | SO3FunHarmonic |
Options
bandwidth | minimal harmonic degree (default: 64) |
ClenshawCurtis | use Clenshaw Curtis quadrature nodes and weights |