NAME
do_gaussian_elimination_matrix_inversion - NOTE--this is not generally considered a good way to invert matrices, but can
SYNOPSIS
#include "n/n_invert.h"
Example compile flags (system dependent):
-DLINUX_386 -DLINUX_386_P4
-I/home/kobus/include
-L/home/kobus/load/linux_386_p4 -L/usr/local/lib -L/usr/lib
-lKJB -llapack -lblas -lg2c -lXext -lX11
int do_gaussian_elimination_matrix_inversion
(
Matrix **target_mpp,
const Matrix *input_mp
);
DESCRIPTION
be helpful for debugging and benchmarking.
SEE ALSO
get_matrix_inverse
,
get_MP_inverse
,
get_MP_inverse_of_transpose