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

Examples of the Householder algorithm. More...

#include <stdbool.h>
#include <stdio.h>
#include "matrix.h"
#include "qr_householder.h"

Go to the source code of this file.

Functions

void householder_test (void)
 Examples of the Householder algorithm.
 

Detailed Description

Examples of the Householder algorithm.

Householder algorithm examples (see the Householder approach).

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

Definition in file householder_test.c.