Click or drag to resize

MatrixTPower(Int32, MatrixT) Method

Raises this square matrix to a positive integer exponent and places the results into the result matrix.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public 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