CMat.Multiply Operator

Liquid Quantum Simulator

CMatMultiply Operator
Overload List
  Name Description
Public operator Static member 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.
Public operator Static member 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.
Top
See Also