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_X86_64 -DLINUX_X86_64_OPTERON  -DGNU_COMPILER 
   -I/home/kobus/include
   -L/home/kobus/misc/load/linux_x86_64_opteron -L/usr/lib/x86_64-linux-gnu
  -lKJB                               -lfftw3  -lgsl -lgslcblas -ljpeg  -lSVM -lstdc++                    -lpthread -lSLATEC -lg2c    -lacml -lacml_mv -lblas -lg2c      -lncursesw 


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