alexandria_linalg 0.1.0

A set of linear algebra libraries and algorithms

Readme

Linear Algebra

Norm

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

Dot product

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

Kronecker product

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

Metadata

Version 0.1.0

Uploaded 1 month ago

Size 2.4 KB

Installation

Run the following command in your project dir

scarb add alexandria_linalg@0.1.0

Or add the following line to your Scarb.toml

alexandria_linalg = "0.1.0"

Monthly downloads

Links

Homepage github.com/keep-starknet-strange/alexandria/tree/main/src/linalg

Owners