Home > @josh-brown/vector > ComplexVector
A dense Vector of ComplexNumbers implemented as an ArrayVector
Signature:
export declare class ComplexVector extends ArrayVector<ComplexNumber> Extends: ArrayVector<ComplexNumber>
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the ComplexVector 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. | ||
|
|