Module concision_core::utils
source · Functions§
- Creates an n-dimensional array from an iterator of n dimensional arrays.
- creates a matrix from the given shape filled with numerical elements [0, n) spaced evenly by 1
- Round the given value to the given number of decimal places.
- Creates a larger array from an iterator of smaller arrays.
- Returns the lower triangular portion of a matrix.
- Returns the upper triangular portion of a matrix.