Click or drag to resize

MatrixTDotHat(MatrixT, MatrixT) Operator

Raises each matrix element to the corresponding matrix exponent.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
C# does not support this operator.

Parameters

matrix  MatrixT
The base matrix.
exponent  MatrixT
The matrix containing the exponents.

Return Value

MatrixT
A matrix containing the pointwise power results.
See Also