Click or drag to resize

MatrixTPower(Int32) Method

Multiplies this square matrix with another matrix and returns the result.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Matrix<T> Power(
	int exponent
)

Parameters

exponent  Int32
The positive integer exponent to raise the matrix to.

Return Value

MatrixT

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.Matrix`1.Power(System.Int32)"]

See Also