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

Examples of the Moore–Penrose algorithm. More...

#include <stdio.h>
#include <inttypes.h>
#include "moore_penrose_pseudo_inverse.h"
#include "matrix.h"

Go to the source code of this file.

Functions

void moore_penrose_pinv_test (void)
 Examples of the Moore–Penrose algorithm.
 

Detailed Description

Examples of the Moore–Penrose algorithm.

Moore–Penrose algorithm examples (see the Moore--Penrose approach).

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

Definition in file moore_penrose_pinv_test.c.