.DESLib.RandomLib.CMRG.Src.MatVecModM

MatVecModM returns v = A*s % m. Assumes that -m < s[i] < m. Works even if v = s.

Interface

function MatVecModM
  input Real[3, 3] A;
  input Real[3] s;
  output Real[3] v;
  input Real m;
end MatVecModM;

Generated at 2025-07-12T18:21:06Z by OpenModelicaOpenModelica 1.25.1 using GenerateDoc.mos