![]() |
Isis Developer Reference
|
#include <math.h>
Go to the source code of this file.
Namespaces | |
namespace | Isis |
This is free and unencumbered software released into the public domain. | |
Macros | |
#define | SOLVED 1 |
#define | NOT_SOLVABLE 0 |
#define | NO_ERRORS -1 |
Functions | |
int | Isis::choleski_solve (double *a, double *b, int nsize, int flag) |
int | Isis::inverse (double *a, int nsize) |
int | Isis::isymp (int row, int col) |
int | Isis::indeces_from_set (int *indeces, int set, int set_size, int n) |
int | Isis::binomial_coeficient (int n, int k) |
int | Isis::decompose (double *, int) |
int | Isis::foresub (double *, double *, int) |
int | Isis::backsub (double *, double *, int) |
#define NO_ERRORS -1 |
#define NOT_SOLVABLE 0 |
Referenced by Isis::backsub(), Isis::choleski_solve(), Isis::decompose(), and Isis::foresub().
#define SOLVED 1 |
Referenced by Isis::backsub(), Isis::choleski_solve(), Isis::decompose(), Isis::foresub(), and Isis::inverse().
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 08/22/2024 20:27:45 |