Expand description
Collection of functions for matrix usage.
Functionsยง
- clip
- Clip all elements of a
Listbetweenminandmax. ANonevalue indicates no limit. - linspace
- Create a
Listfromstarttoendwithstep. The last step can be smaller to includeend. - 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
starttoendwithstep, including the end point (last time step can be smaller). - slice
- Get the slice of the whole matrix.