Computes an integer power of this matrix.
NOTE: This destroys the contents of the current matrix.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax 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
See Also