Home > @josh-brown/vector > SparseVector > combine
Returns the dimension of the vector
Signature:
combine(other: Vector<S>, combineEntries: (a: S, b: S) => S): Vector<S>;|
Parameter |
Type |
Description |
|---|---|---|
|
other |
Vector<S> | |
|
combineEntries |
(a: S, b: S) => S |
Returns:
Vector<S>
The dimension