#include <gsl/gsl_matrix.h>
Include dependency graph for matrix_ex.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | MatrixEx |
Functions | |
| void | MatrixEx::matrix_inverse (gsl_matrix *dest, const gsl_matrix *src) |
| inverse matrix | |
| void | MatrixEx::matrix_pseudo_inverse (gsl_matrix *dest, const gsl_matrix *src) |
| pseudo inverse matrix | |
| void | MatrixEx::pseudo_inverse_right (gsl_matrix *dest, const gsl_matrix *src) |
| right hand side pseudo inverse matrix | |
| void | MatrixEx::pseudo_inverse_left (gsl_matrix *dest, const gsl_matrix *src) |
| left hand side pseudo inverse matrix | |
Definition in file matrix_ex.h.
1.4.3