MatrixTPower(Int32, MatrixT) Method | 
            Raises this square matrix to a positive integer exponent and places the results into the result matrix.
            
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic void Power(
	int exponent,
	Matrix<T> result
)
Parameters
- exponent  Int32
 - The positive integer exponent to raise the matrix to.
 - result  MatrixT
 - The result of the power.
 
See Also