| CSMat Operators |
The CSMat type exposes the following members.
| Name | Description | |
|---|---|---|
| Multiply(CSMat, CSMat) |
Computes the product of two matrices.
Highly efficient.
| |
| Multiply(CSMat, CVec) |
Computes the product of a matrix and a vector.
| |
| MultiplyBang |
Computes the Kronecker product of two matrices
|