Skip to content

Latest commit

 

History

History
56 lines (27 loc) · 868 Bytes

File metadata and controls

56 lines (27 loc) · 868 Bytes

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

FloatVector.outerProduct() method

Implements the outer product (matrix product) of two vectors

Signature:

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

Parameters

Parameter

Type

Description

other

Vector<number>

The vector with which to calculate an outer product

Returns:

Matrix<number>

The outer product