encapsulated function constructor import Modelica; import Modelica_DeviceDrivers.Incubate.OperatingSystem.DynamicArray; input Integer m "row dim of matrix size"; input Integer n "column dim of matrix"; output DynamicArray ArrayID "ID to access internal memory that holds animation data"; end constructor;