computeFunctionValueMdss

Method of TTTensor.

Evaluate mdss equations represented in Tensor-Train (TT) format.

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

Syntax

functionValues = computeFunctionValueMdss(obj, sys, stateDeltaVector, stateVector, inputVector, algebraicVector, binaryVector)

Description

computeFunctionValueMdss evaluates the implicit mdss equations stored in Tensor-Train (TT) format by contracting the Tensor-Train cores at the operating point defined by the state derivatives, states, inputs, algebraic variables and binary variables.

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 mdss model object.
stateDeltaVector State derivative vector.
stateVector State vector.
inputVector Input vector.
algebraicVector Algebraic variable vector.
binaryVector Binary variable vector.

Output arguments

Output Description
functionValues Evaluated mdss equation vector.

See also

TTTensor · computeFunctionValueMss · computeJacobianMatrixMdss · mdss


MyToolbox Documentation | Generated automatically by CI/CD pipeline