Expand description
Collection of functions for matrix usage.
Functionsยง
- clip
- Clip all elements of a
List
betweenmin
andmax
. ANone
value indicates no limit. - linspace
- Create a
List
fromstart
toend
withstep
. The last step can be smaller to includeend
. - number_
vectors - Get the number of
Vector
s. - pows
- Compute the element-wise power of a
List
. - size_
range_ with_ step - Compute the required size to go from
start
toend
withstep
, including the end point (last time step can be smaller). - slice
- Get the slice of the whole matrix.