SphericalT
Stores the spherical part of src into answer.
Inputs
- src
- A tensor value table.
Outputs
- answer
- A tensor value table.
Comments
- src and answer must be in tensor format.
- If src is a constant value table (created by the Constant operator), no records will be added to the answer table.
Syntax
sph(src)XML Example
<call name="SphericalT" src="src_tab" answer="ans_tab" />