Module tool::core::matrix [−][src]
Collection of functions for matrix usage.
Functions
| clip | Clip all elements of a list between |
| dot_product | Dot product between two vectors. |
| dot_product_slice | Dot product between two slices. |
| dot_products | Dot product vectorized between two list of vectors. |
| linspace | Create a vector from |
| pows | Compute the element-wise power of a vector. |
| size_range_with_step | Compute the required size for vector to go from start to end with step. |
| slice | Slice whole matrix |