.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 2024-11-21T19:25:40Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos