Click or drag to resize

Matrix.DoPointwiseAbsoluteMaximum(Double, Matrix<Double>) 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.3261.0 (4.8.3261.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  Matrix<Double>

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

See Also