alexandria_linalg 0.1.0
A set of linear algebra libraries and algorithms
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).
Version 0.1.0
Uploaded 2 months ago
Size 2.4 KB
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"
Homepage github.com/keep-starknet-strange/alexandria/tree/main/src/linalg