Click or drag to resize

NMathFunctionsMaxValue(DoubleMatrix) Method

Computes the maximum value of each of the matrix columns.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleVector MaxValue(
	DoubleMatrix A
)

Parameters

A  DoubleMatrix
A matrix.

Return Value

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