Click or drag to resize
CSMat Operators

The CSMat type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberMultiply(CSMat, CSMat)
Computes the product of two matrices. Highly efficient.
Public operatorStatic memberMultiply(CSMat, CVec)
Computes the product of a matrix and a vector.
Public operatorStatic memberMultiplyBang
Computes the Kronecker product of two matrices
Top
See Also