PrincipalAxisVector
Stores one of the principal axes of the src tensor into answer.
Inputs
- src
- A real tensor value table.
- axis
- A string "major", "mid", or "minor" (default = "major").
Outputs
- answer
- A real tensor value table.
Comments
- src and answer must be bound to the same entity type.
- If src is a constant value table (created by the Constant operator), no records will be added to the answer table.
Syntax
PrincipalAxisVector(src, "minor")XML Example
<call name="PrincipalAxisVector" src="src_tab" axis="minor" answer="ans_tab" />