Skip to content

Typed API (TypeDoc)


Typed API (TypeDoc) / ensureRowCount

Function: ensureRowCount()

ensureRowCount<T>(matrix, rowCount, fillValue, columnCount): NumericMatrix<T>

Defined in: graph/src/matrix/matrix-utils.ts:3

Type Parameters

T

T extends number

Parameters

matrix

NumericMatrix<T>

rowCount

number

fillValue

T

columnCount

number = ...

Returns

NumericMatrix<T>

Built with VitePress – Released under the MIT License.