Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 804 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 804 Bytes

Linear Algebra

Calculate the norm of an u128 array (see also).

The dot product or scalar product is an algebraic operation that takes two equal-length sequences of numbers (usually coordinate vectors), and returns a single number. Algebraically, the dot product is the sum of the products of the corresponding entries of the two sequences of numbers (see also).

The Kronecker product is an an algebraic operation that takes two equal-length sequences of numbers and returns an array of numbers(see also).