eros, an R library which implements the Elementary Row Operations used to define many matrix algorithms.
Copyright 2016 James P. Howard, II
The computer code and data files on this web page are distributed under the BSD-2-Clause license.
eros is available in a MATLAB version and an R version.
lumatrix, an R library which computes the Lower-Upper (LU) triangular factorization of a matrix.
refmatrix, an R library which computes the Row Echelon Form (REF) of a matrix.
rrefmatrix, an R library which computes the Row Reduced Echelon Form (RREF) of a matrix.
Original R code by James Howard; Modifications by John Burkardt.