MatrixTDotHat(MatrixT, T) Operator |
Raises each matrix element to the same exponent.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxC# does not support this operator.
Parameters
- matrix MatrixT
- The base matrix.
- exponent T
- The exponent applied to each element.
Return Value
MatrixTA matrix containing the pointwise power results.
See Also