Return vector rotated by 90 degrees
partial function j extends Modelica.Icons.Function; input Real x[n]; output Real y[n]; end j;