|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | daxpy (int n, float da, float dx[], int incx, float dy[], int incy) |
| float | ddot (int n, float dx[], int incx, float dy[], int incy) |
| float | dnrm2 (int n, float x[], int incx) |
| void | dqrank (float a[], int lda, int m, int n, float tol, int *kr, int jpvt[], float qraux[]) |
| void | dqrdc (float a[], int lda, int n, int p, float qraux[], int jpvt[], float work[], int job) |
| int | dqrls (float a[], int lda, int m, int n, float tol, int *kr, float b[], float x[], float rsd[], int jpvt[], float qraux[], int itask) |
| void | dqrlss (float a[], int lda, int m, int n, int kr, float b[], float x[], float rsd[], int jpvt[], float qraux[]) |
| int | dqrsl (float a[], int lda, int n, int k, float qraux[], float y[], float qy[], float qty[], float b[], float rsd[], float ab[], int job) |
| void | drotg (float *sa, float *sb, float *c, float *s) |
| void | dscal (int n, float sa, float x[], int incx) |
| void | dswap (int n, float x[], int incx, float y[], int incy) |
| void | qr_solve (int m, int n, float a[], float b[], float x[]) |
Definition at line 23 of file qr_solve.c.
References foo.
Referenced by dqrdc(), and dqrsl().
Here is the caller graph for this function:Definition at line 144 of file qr_solve.c.
References foo.
Referenced by dqrdc(), and dqrsl().
Here is the caller graph for this function:Definition at line 264 of file qr_solve.c.
Referenced by dqrdc().
Here is the caller graph for this function:| int dqrls | ( | float | a[], |
| int | lda, | ||
| int | m, | ||
| int | n, | ||
| float | tol, | ||
| int * | kr, | ||
| float | b[], | ||
| float | x[], | ||
| float | rsd[], | ||
| int | jpvt[], | ||
| float | qraux[], | ||
| int | itask | ||
| ) |
Definition at line 714 of file qr_solve.c.
References b, DEBUG_FPRINTF, dqrank(), dqrlss(), and foo.
Referenced by qr_solve().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 1344 of file qr_solve.c.
References foo.
Referenced by dqrdc().
Here is the caller graph for this function:Definition at line 1433 of file qr_solve.c.
References foo.
Referenced by dqrdc().
Here is the caller graph for this function:Definition at line 1548 of file qr_solve.c.
References b, dqrls(), foo, r8_epsilon(), r8mat_amax(), r8mat_copy_new(), and UNUSED.
Referenced by qr_solve_wrapper().
Here is the call graph for this function:
Here is the caller graph for this function: