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

Expand description

Collection of functions for matrix usage.

Functions

clip

Clip all elements of a List between min and max. A None value indicates no limit.

linspace

Create a List from start to end with step. The last step can be smaller to include end.

number_vectors

Get the number of Vectors.

pows

Compute the element-wise power of a List.

size_range_with_step

Compute the required size to go from start to end with step, including the end point (last time step can be smaller).

slice

Get the slice of the whole matrix.