Home > @josh-brown/vector > NumberVector
A dense Vector of numbers implemented as a ArrayVector
Signature:
export declare class NumberVector extends ArrayVector<number> Extends: ArrayVector<number>
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.
|
Method |
Modifiers |
Description |
|---|---|---|
|
Returns a VectorBuilder which will build new vectors of the same type | ||
|
| ||
|
Returns a MatrixBuilder which will build new matrices of a compatible type | ||
|
Returns a ScalarOperations object which will allow consumers to work generically with the scalars contained in the vector. | ||
|
|