void Collection of matrix operation functions.::mxVecAddRealMulVecMulMat

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

Vector-matrix multiply and add -- may not be in situ -- returns out' == v1' + alpha * v2'*A

Documentation

Vector-matrix multiply and add -- may not be in situ -- returns out' == v1' + alpha * v2'*A

Alphabetic index HTML hierarchy of classes or Java



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