Skip to content

Latest commit

 

History

History
109 lines (50 loc) · 1.73 KB

File metadata and controls

109 lines (50 loc) · 1.73 KB

Home > @josh-brown/vector > NumberVector

NumberVector class

A dense Vector of numbers implemented as a ArrayVector

Signature:

export declare class NumberVector extends ArrayVector<number> 

Extends: ArrayVector<number>

Remarks

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the NumberVector class.

Methods

Method

Modifiers

Description

builder()

Returns a VectorBuilder which will build new vectors of the same type

builder()

static

matrixBuilder()

Returns a MatrixBuilder which will build new matrices of a compatible type

ops()

Returns a ScalarOperations object which will allow consumers to work generically with the scalars contained in the vector.

ops()

static