Home > @josh-brown/vector > ArrayVector > outerProduct
Implements the outer product (matrix product) of two vectors
Signature:
outerProduct(other: Vector<S>): Matrix<S>;|
Parameter |
Type |
Description |
|---|---|---|
|
other |
Vector<S> |
The vector with which to calculate an outer product |
Returns:
Matrix<S>
The outer product