Numerix v0.5.0 Numerix.LinearAlgebra View Source

Linear algebra functions used for vector operations, matrix factorization and matrix transformation.

Link to this section Summary

Functions

The sum of the products of two vectors

The L1 norm of a vector, also known as Manhattan norm

The L2 norm of a vector, also known as Euclidean norm

The p-norm of a vector

Link to this section Functions

The L1 norm of a vector, also known as Manhattan norm.

The L2 norm of a vector, also known as Euclidean norm.