Skip to content

Latest commit

 

History

History
56 lines (27 loc) · 828 Bytes

File metadata and controls

56 lines (27 loc) · 828 Bytes

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

Vector.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