Test SVD on 2x2 matrices (mathop.h) More...
Go to the source code of this file.
Functions | |
void | check_svd (double *M, double *U, double *S, double *V) |
double | det2 (double A[4]) |
int | main (int argc VL_UNUSED, char **argv VL_UNUSED) |
void | print_matrix (char const *name, double *M) |
void | prod2 (double R[4], double A[4], double B[4]) |
void | transp2 (double R[4], double A[4]) |
Test SVD on 2x2 matrices (mathop.h)
Definition in file test_svd2.c.
Definition at line 48 of file test_svd2.c.
double det2 | ( | double | A[4] | ) |
Definition at line 42 of file test_svd2.c.
int main | ( | int argc | VL_UNUSED, |
char **argv | VL_UNUSED | ||
) |
Definition at line 79 of file test_svd2.c.
void print_matrix | ( | char const * | name, |
double * | M | ||
) |
Definition at line 18 of file test_svd2.c.
Definition at line 24 of file test_svd2.c.
Definition at line 33 of file test_svd2.c.