VectorDoPointwiseAbsoluteMinimum(Complex32, VectorComplex32) Method |
Pointwise applies the absolute minimum with a scalar and stores the result in result.
Namespace: Altaxo.Calc.LinearAlgebra.Complex32Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected override void DoPointwiseAbsoluteMinimum(
Complex32 scalar,
Vector<Complex32> result
)
Parameters
- scalar Complex32
- The scalar to compare against.
- result VectorComplex32
- The vector to store the result.
See Also