.Modelica_LinearSystems2.Math.Matrices.LAPACK.drot

Information

Lapack documentation:

   Purpose
   =======

   applies a plane rotation.

   =====================================================================  

Interface

function drot
  input Real x[:];
  input Real y[size(x, 1)];
  input Real c;
  input Real s;
  input Integer incx = 1;
  input Integer incy = 1;
  output Real xr[size(x, 1)] = x;
  output Real yr[size(x, 1)] = y;
end drot;

Generated at 2024-05-18T18:16:21Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos