Module tool::core::matrix[][src]

Collection of functions for matrix usage.

Functions

dot_vectors

Dot product vectorized between two list of vectors.

linspace

Create a vector from start to end with step. The last step might be smaller than step just to include end in the vector.

size_range_with_step

Compute the required size for vector to go from start to end with step.