Documentation For Encog 2.x

Matrix.IsVector Method

Determine if this matrix is a vector. A vector matrix only has a single row or column.

public bool IsVector();

Return Value

True if this matrix is a vector.

See Also

Matrix Class | Encog.Matrix Namespace