Click or drag to resize

MatrixTPointwisePower(MatrixT) Method

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

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Matrix<T> PointwisePower(
	Matrix<T> exponent
)

Parameters

exponent  MatrixT
The exponent to raise this matrix values to.

Return Value

MatrixT

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.Matrix`1.PointwisePower(Altaxo.Calc.LinearAlgebra.Matrix{`0})"]

See Also