void Collection of matrix operation functions.::mxVecAddRealMulMatMulVec

(Vec* v1,
  real alpha,
  Mat* mat,
  Vec* v2,
  Vec* out)

Matrix-vector multiply and add.

Documentation

Matrix-vector multiply and add. -- may not be in situ -- returns out == v1 + alpha*A*v2

Alphabetic index HTML hierarchy of classes or Java



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