MatrixTPointwisePower(MatrixT) Method |
Pointwise raise this matrix to an exponent and store the result into the result matrix.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Matrix<T> PointwisePower(
Matrix<T> exponent
)
Parameters
- exponent MatrixT
- The exponent to raise this matrix values to.
Return Value
MatrixTA matrix containing the pointwise powers.
See Also