.DESLib.RandomLib.CMRG.Src.MatVecModM

Information

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-01-21T19:25:52Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos