#include <math.h>
#include <assert.h>
#include "rpp/rpp_types.h"
Go to the source code of this file.
Namespaces |
namespace | rpp |
Defines |
#define | MAX(a, b) (maxarg1=(a),maxarg2=(b),(maxarg1) > (maxarg2) ? (maxarg1) : (maxarg2)) |
#define | PYTHAG(a, b) |
#define | SIGN(a, b) ((b) >= SVD_FLOAT(0.0f) ? fabs(a) : -fabs(a)) |
Typedefs |
typedef double | rpp::SVD_FLOAT |
Functions |
int | rpp::svdcmp (double **a, int m, int n, double *w, double **v) |
Variables |
static SVD_FLOAT | rpp::at |
static SVD_FLOAT | rpp::bt |
static SVD_FLOAT | rpp::ct |
static SVD_FLOAT | rpp::maxarg1 |
static SVD_FLOAT | rpp::maxarg2 |
Define Documentation
#define MAX |
( |
|
a, |
|
|
|
b |
|
) |
| (maxarg1=(a),maxarg2=(b),(maxarg1) > (maxarg2) ? (maxarg1) : (maxarg2)) |
#define SIGN |
( |
|
a, |
|
|
|
b |
|
) |
| ((b) >= SVD_FLOAT(0.0f) ? fabs(a) : -fabs(a)) |