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