Click or drag to resize

NMathFunctionsMinValue(FloatMatrix) Method

Computes the minimum value of each of the matrix columns.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static FloatVector MinValue(
	FloatMatrix A
)

Parameters

A  FloatMatrix
A matrix.

Return Value

FloatVector
A vector.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if A has zero rows.
See Also