Skip to content

Typed API (TypeDoc)


Typed API (TypeDoc) / ensureColumnCount

Function: ensureColumnCount()

ensureColumnCount<T>(matrix, columnCount, fillValue): NumericMatrix<T>

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

Type Parameters

T

T extends number

Parameters

matrix

NumericMatrix<T>

columnCount

number

fillValue

T

Returns

NumericMatrix<T>

Built with VitePress – Released under the MIT License.