| CMatMultiply Operator | 
| Name | Description | |
|---|---|---|
| Multiply(CMat, CMat) | 
 Computes the product of two matrices.
 The first matrix must have the same number of columns as the second matrix has rows.
   | |
| Multiply(CMat, CVec) | 
 Computes the product of a matrix and a vector.
 The vector's length must match the numder of columns in the matrix.
   |