#include <../../nrnconf.h>
#include <stdio.h>
#include "sparse2.h"
#include <math.h>
Go to the source code of this file.
|
| void | scan_to (SPMAT *A, IVEC *scan_row, IVEC *scan_idx, IVEC *col_list, int max_row) |
| |
| void | patch_col (SPMAT *A, int col, int old_row, int old_idx, int row_num, int idx) |
| |
| row_elt * | chase_col (SPMAT *A, int col, int *row_num, int *idx, int max_row) |
| |
| row_elt * | chase_past (SPMAT *A, int col, int *row_num, int *idx, int min_row) |
| |
| row_elt * | bump_col (SPMAT *A, int col, int *row_num, int *idx) |
| |
|
| static char | rcsid [] = "spswap.c,v 1.1 1997/12/04 17:55:54 hines Exp" |
| |
◆ btos
| #define btos |
( |
|
x | ) |
((x) ? "TRUE" : "FALSE") |
◆ bump_col()
◆ chase_col()
◆ chase_past()
◆ patch_col()
◆ scan_to()
◆ rcsid
| char rcsid[] = "spswap.c,v 1.1 1997/12/04 17:55:54 hines Exp" |
|
static |