Method of TTTensor.
Evaluate the mss output
equations in Tensor-Train (TT) format.
Source: src/tensor/@TTTensor/computeOutputValueMss.m
outputValues = computeOutputValueMss(obj, sys, x, u)computeOutputValueMss evaluates the multilinear output
equations of an mss model
stored in Tensor-Train (TT) format at the operating point defined by the
state vector x and input vector u.
The TT representation is evaluated through sequential contractions of the TT cores without constructing the full multilinear parameter tensor.
| Argument | Description |
|---|---|
obj |
TTTensor
object. |
sys |
mss model object. |
x |
State vector. |
u |
Input vector. |
| Output | Description |
|---|---|
outputValues |
Evaluated output equation vector. |
TTTensor · computeFunctionValueMss
· computeOutputJacobianMatrixMss
· mss
MyToolbox Documentation | Generated automatically by CI/CD pipeline