SO3FunComposition edit page

a class representing a function on the rotation group as sum of other SO3Funs. Therefore the summands possibly are different subclasses of SO3Fun (e.g. SO3FunRBF, SO3FunCBF, SO3FunBingham, ...), which are stored as components.

Syntax

SO3F = SO3FunComposition(F1,F2,F3)

Input

F1,F2,F3 SO3Fun

Output

SO3F SO3FunComposition

Example