void Collection of matrix operation functions.::mxMatAddRealMulMat

(Mat* mat1,
  Mat* mat2,
  real s,
  Mat* out)

Matrix-scalar multiply and add.

Documentation

Matrix-scalar multiply and add. -- may be in situ. -- returns out == A1 + s*A2

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.