Click or drag to resize
CMatMultiply Operator
Overload List
  NameDescription
Public operatorStatic memberMultiply(CMat, CMat)
Computes the product of two matrices. The first matrix must have the same number of columns as the second matrix has rows.
Public operatorStatic memberMultiply(CMat, CVec)
Computes the product of a matrix and a vector. The vector's length must match the numder of columns in the matrix.
Top
See Also