computeOutputValueMss

Method of TTTensor.

Evaluate the mss output equations in Tensor-Train (TT) format.

Source: src/tensor/@TTTensor/computeOutputValueMss.m

Syntax

outputValues = computeOutputValueMss(obj, sys, x, u)

Description

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.

Input arguments

Argument Description
obj TTTensor object.
sys mss model object.
x State vector.
u Input vector.

Output arguments

Output Description
outputValues Evaluated output equation vector.

See also

TTTensor · computeFunctionValueMss · computeOutputJacobianMatrixMss · mss


MyToolbox Documentation | Generated automatically by CI/CD pipeline