Click or drag to resize
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.*)
Syntax
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: CMat
The resulting matrix
See Also