Click or drag to resize

Matrix.DoPointwisePower(Matrix<Single>, Matrix<Single>) Method

Pointwise raise this matrix to an exponent and store the result into the result matrix.

Namespace: Altaxo.Calc.LinearAlgebra.Single
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
protected override void DoPointwisePower(
	Matrix<float> exponent,
	Matrix<float> result
)

Parameters

exponent  Matrix<Single>
The exponent to raise this matrix values to.
result  Matrix<Single>
The vector to store the result of the pointwise power.
See Also