VectorDoPointwiseMaximum(VectorDouble, VectorDouble) Method |
Pointwise applies the maximum with another vector and stores the result in result.
Namespace: Altaxo.Calc.LinearAlgebra.DoubleAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected override void DoPointwiseMaximum(
Vector<double> other,
Vector<double> result
)
Parameters
- other VectorDouble
- The vector to compare against.
- result VectorDouble
- The vector to store the result.
See Also