M4RIE 20250128
Loading...
Searching...
No Matches
echelonform.h File Reference

Echelon forms. More...

#include <m4rie/mzed.h>
#include <m4rie/mzd_slice.h>
#include <m4rie/conversion.h>

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.
 

Detailed Description