The Language-Integrated Quantum Operations (LIQUi|>) Simulator
CMatPower Method |
Computes an integer power of this matrix.
NOTE: This destroys the contents of the current matrix.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
member Power : n : int -> CMat
Parameters
- n
- Type: SystemInt32
The power to raise this matrix to; must be greater than 0.
Return Value
Type: CMatThe resulting matrix
