.Spot.Base.Transforms.jj_abc

Information

The function jj_abc(u) corresponds to j_abc but has a matrix argument u.
It acts on the first index in the same way as j_abc for all values of the second index.

Interface

function jj_abc
  extends Icons.Function;
  input Real[3, :] u "array of 3-vectors (voltage, current)";
  output Real[3, size(u, 2)] y "array of rotated vectors (voltage, current)";
end jj_abc;

Generated at 2024-03-28T19:15:55Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos