tensoreigenvector#
- ens_calculator.tensoreigenvector(source_parts: List[ENS_PART] | List[int] | List[str] | ENS_PART | int | str, tensor: ENS_VAR | str | int, num1_3: int = 1, output_varname: str | None = None) ENS_VAR #
Computes a vector variable defined as the first, second, or third eigenvector of the specified tensor
- Args:
- source_parts:
Any part(s) or a part number.
- tensor:
A tensor variable.
- num1_3:
Enter which eigenvector number(ie. 1-3).
- output_varname:
The name of the newly created variable
- Returns:
New ENS_VAR instance or None
- Note:
See TensorEigenvector() for function details.