.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-04-03T18:24:42Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos