Click or drag to resize

NMathFunctionsNaNRemoveRows(DoubleMatrix) Method

Creates a copy of the matrix with only those rows that do not contain NaN values.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleMatrix NaNRemoveRows(
	DoubleMatrix data
)

Parameters

data  DoubleMatrix
A matrix.

Return Value

DoubleMatrix
A copy without NaN values.
See Also