Click or drag to resize

MatrixTDotHat(MatrixT, T) Operator

Raises each matrix element to the same 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  T
The exponent applied to each element.

Return Value

MatrixT
A matrix containing the pointwise power results.
See Also