Skip to content

Latest commit

 

History

History
68 lines (32 loc) · 881 Bytes

File metadata and controls

68 lines (32 loc) · 881 Bytes

Home > @josh-brown/vector > SparseVector > combine

SparseVector.combine() method

Returns the dimension of the vector

Signature:

combine(other: Vector<S>, combineEntries: (a: S, b: S) => S): Vector<S>;

Parameters

Parameter

Type

Description

other

Vector<S>

combineEntries

(a: S, b: S) => S

Returns:

Vector<S>

The dimension