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

Examples of the QR-based pseudo-inverse algorithm. More...

#include <qr_pseudo_inverse.h>
#include <stdio.h>
#include "matrix.h"
#include "qr_common.h"

Go to the source code of this file.

Functions

void qr_pinv_test (void)
 Examples of the QR-based pseudo-inverse algorithm.
 

Detailed Description

Examples of the QR-based pseudo-inverse algorithm.

QR-based pseudo-inverse algorithm examples (see the QR Pseudo-Inverse approach).

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

Definition in file qr_pinv_test.c.