Module ndarray_linalg::util
[−]
[src]
misc utilities
Enums
| NormalizeAxis |
Functions
| all_close_l1 |
check two arrays are close in L1 norm |
| all_close_l2 |
check two arrays are close in L2 norm |
| all_close_max |
check two arrays are close in maximum norm |
| from_diag |
construct matrix from diag |
| hstack |
stack vectors into matrix horizontally |
| normalize |
normalize in L2 norm |
| vstack |
stack vectors into matrix vertically |