#include <math.h>
Go to the source code of this file.
|
| namespace | Isis |
| | This is free and unencumbered software released into the public domain.
|
| |
|
| 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) |
| |
◆ NO_ERRORS
◆ NOT_SOLVABLE
◆ SOLVED