Skip to content

Latest commit

 

History

History
56 lines (27 loc) · 848 Bytes

File metadata and controls

56 lines (27 loc) · 848 Bytes

Home > @josh-brown/vector > ArrayVector > outerProduct

ArrayVector.outerProduct() method

Implements the outer product (matrix product) of two vectors

Signature:

outerProduct(other: Vector<S>): Matrix<S>;

Parameters

Parameter

Type

Description

other

Vector<S>

The vector with which to calculate an outer product

Returns:

Matrix<S>

The outer product