#include <IKOR/general.h>
Include dependency graph for criteria.c:
Go to the source code of this file.
Functions | |
int | Least_Norm (MATRIX *B, MATRIX *H, FILE *datafp) |
int | Least_Flow (MATRIX *B, MATRIX *H, MATRIX *Qarray, FILE *datafp) |
float | calc_flow (int index, float Q, float dq, float distance, MATRIX *old) |
|
Definition at line 85 of file criteria.c. References datafp, DEBUG, distfp, FLWfile, PI, SPEED, SQUARE, and ZERO. Referenced by Least_Flow(). |
|
Definition at line 64 of file criteria.c. References calc_flow(), MATRIX::cols, datafp, DEBUG, fmat_pr(), MATRIX::p, MATRIX::rows, and ZERO. Referenced by FSP(). |
|
Definition at line 31 of file criteria.c. References MATRIX::cols, datafp, DEBUG, fmat_pr(), MATRIX::p, MATRIX::rows, and ZERO. Referenced by FSP(). |