MatrixTPower(Int32) Method |
Multiplies this square matrix with another matrix and returns the result.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Matrix<T> Power(
int exponent
)
Parameters
- exponent Int32
- The positive integer exponent to raise the matrix to.
Return Value
MatrixTThe matrix raised to the specified power.
See Also