Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
svd.h File Reference
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
+ Include dependency graph for svd.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static double SIGN (double a, double b)
 
static double PYTHAG (double a, double b)
 
static int dsvd (double *a, int m, int n, int str, double *w, double *v)
 

Function Documentation

◆ dsvd()

static int dsvd ( double a,
int  m,
int  n,
int  str,
double w,
double v 
)
inlinestatic

References f(), flag, m, MAX, PYTHAG(), and SIGN().

Referenced by solve().

◆ PYTHAG()

static double PYTHAG ( double  a,
double  b 
)
inlinestatic

Referenced by dsvd().

◆ SIGN()

static double SIGN ( double  a,
double  b 
)
inlinestatic

Referenced by dsvd().