Click or drag to resize

MatrixDoPointwiseAbsoluteMaximum(Double, MatrixDouble) Method

[Missing <summary> documentation for "M:Altaxo.Calc.LinearAlgebra.Double.Matrix.DoPointwiseAbsoluteMaximum(System.Double,Altaxo.Calc.LinearAlgebra.Matrix{System.Double})"]


Namespace: Altaxo.Calc.LinearAlgebra.Double
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected override void DoPointwiseAbsoluteMaximum(
	double scalar,
	Matrix<double> result
)

Parameters

scalar  Double

[Missing <param name="scalar"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Double.Matrix.DoPointwiseAbsoluteMaximum(System.Double,Altaxo.Calc.LinearAlgebra.Matrix{System.Double})"]

result  MatrixDouble

[Missing <param name="result"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Double.Matrix.DoPointwiseAbsoluteMaximum(System.Double,Altaxo.Calc.LinearAlgebra.Matrix{System.Double})"]

See Also