ASA314\
Matrix Inversion with Modulo Arithmetic {#asa314-matrix-inversion-with-modulo-arithmetic align=”center”}
=======================================
ASA314 is a C++ library which computes the inverse of a matrix whose
elements are subject to modulo arithmetic, by Roger Payne.
ASA314 is Applied Statistics Algorithm 314. Source code for many Applied
Statistics Algorithms is available through
STATLIB.
Languages: {#languages align=”center”}
ASA314 is available in a C version
and a C++ version and a FORTRAN77
version and a FORTRAN90
version and a MATLAB
version.
Reference: {#reference align=”center”}
- Roger Payne,\
Inversion of matrices with contents subject to modulo arithmetic,\
Applied Statistics,\
Volume 46, Number 2, 1997, pages 295-298.
Source Code: {#source-code align=”center”}
Examples and Tests: {#examples-and-tests align=”center”}
List of Routines: {#list-of-routines align=”center”}
- INVMOD inverts a matrix using modulo arithmetic.
- MSORT sorts matrix rows and columns in ascending order of
moduli.
- MUSORT unsorts the inverse matrix rows and columns into the
original order.
- TIMESTAMP prints out the current YMDHMS date as a timestamp.
You can go up one level to the C++ source codes.
Last revised on 09 December 2013.