elixir_linear_algebra v0.9.0 ELA.Vector
Contains operations for working with vectors.
Summary
Functions
Performs elementwise addition
Calculates the cross product. Is only defined for vectors with size three
Calculates the dot product. Multiplying empty vectors return 0
Performs elementwise multiplication between two vectors. This is the Hadmard product, but for vectors
Returns an empty vector with provided dimension
Calculates the norm of a vector
Elementwise multiplication with a scalar
Performs elementwise subtraction
Transponates the vector. Column vectors are two-dimensional
Functions
Calculates the cross product. Is only defined for vectors with size three.
Calculates the dot product. Multiplying empty vectors return 0.
Performs elementwise multiplication between two vectors. This is the Hadmard product, but for vectors.
Performs elementwise subtraction.