Echelon forms. More...
Go to the source code of this file.
Macros | |
| #define | mzd_slice_echelonize mzd_slice_echelonize_ple |
| Compute row echelon forms. | |
Functions | |
| rci_t | mzd_slice_echelonize_ple (mzd_slice_t *A, int full) |
| Compute row echelon forms using PLE decomposition. | |
| static rci_t | mzed_echelonize_ple (mzed_t *A, int full) |
| Compute row echelon forms using PLE decomposition. | |
| rci_t | mzed_echelonize (mzed_t *A, int full) |
| Compute row echelon forms. | |
Echelon forms.
1.8.1.2