Method of TTTensor.
Evaluate mdss equations represented in Tensor-Train (TT)
format.
Source:
src/tensor/@TTTensor/computeFunctionValueMdss.m
functionValues = computeFunctionValueMdss(obj, sys, stateDeltaVector, stateVector, inputVector, algebraicVector, binaryVector)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.
| 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 | Description |
|---|---|
functionValues |
Evaluated mdss
equation vector. |
TTTensor · computeFunctionValueMss
· computeJacobianMatrixMdss
· mdss
MyToolbox Documentation | Generated automatically by CI/CD pipeline