CSMat Operators

Liquid Quantum Simulator

CSMat Operators

The CSMat type exposes the following members.

Operators
  Name Description
Public operator Static member Multiply(CSMat, CSMat)
Computes the product of two matrices. Highly efficient.
Public operator Static member Multiply(CSMat, CVec)
Computes the product of a matrix and a vector.
Public operator Static member MultiplyBang
Computes the Kronecker product of two matrices
Top
See Also