Home > @josh-brown/vector > ComplexMatrix
A dense Matrix of ComplexNumbers, implemented as an ArrayMatrix
Signature:
export declare class ComplexMatrix extends ArrayMatrix<ComplexNumber> Extends: ArrayMatrix<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 ComplexMatrix 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 | ||
|
|