| RcdMathLib_doc
    Open Source Library  for Linear and Non-linear Algebra | 
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. | |
Examples of the Moore–Penrose algorithm.
Moore–Penrose algorithm examples (see the Moore--Penrose approach).
Definition in file moore_penrose_pinv_test.c.