RcdMathLib_doc
Open Source Library for Linear and Non-linear Algebra
lu_decomp_test.c File Reference

Examples of the LU algorithm with pivoting. More...

#include <stdio.h>
#include "matrix.h"
#include "lu_decomp.h"

Go to the source code of this file.

Functions

void lu_decomp_test (void)
 Examples of the LU algorithm with pivoting.
 

Detailed Description

Examples of the LU algorithm with pivoting.

LU algorithm with pivoting examples (see the Gaussian Elimination with pivoting approach).

Author
Zakaria Kasmi zkasm.nosp@m.i@in.nosp@m.f.fu-.nosp@m.berl.nosp@m.in.de

Definition in file lu_decomp_test.c.