Implements the equation
y' = u * A
where A is an m x n matrix, u a vector of size m, and y a vector of size n.
A
m x n
u
m
y
n
The plot shows the reference result computed with simulatefmi3me.c.