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

Examples of the SVD algorithm. More...

#include <stdio.h>
#include <inttypes.h>
#include "svd.h"
#include "matrix.h"
#include "vector.h"

Go to the source code of this file.

Functions

void svd_test (void)
 Examples of the Givens algorithm.
 

Detailed Description

Examples of the SVD algorithm.

SVD algorithm examples (see the Singular Value Decomposition (SVD) approach).

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

Definition in file svd_test.c.