#include <../../nrnconf.h>
#include <stdio.h>
#include "matrix.h"
Go to the source code of this file.
|
| IVEC * | iv_get (int dim) |
| |
| int | iv_free (IVEC *iv) |
| |
| IVEC * | iv_resize (IVEC *iv, int new_dim) |
| |
| IVEC * | iv_copy (IVEC *in, IVEC *out) |
| |
| IVEC * | iv_move (IVEC *in, int i0, int dim0, IVEC *out, int i1) |
| |
| IVEC * | iv_add (IVEC *iv1, IVEC *iv2, IVEC *out) |
| |
| IVEC * | iv_sub (IVEC *iv1, IVEC *iv2, IVEC *out) |
| |
| void | iv_foutput (FILE *fp, IVEC *iv) |
| |
| IVEC * | iv_finput (FILE *fp, IVEC *x) |
| |
| IVEC * | iiv_finput (FILE *fp, IVEC *iv) |
| |
| IVEC * | biv_finput (FILE *fp, IVEC *iv) |
| |
| void | iv_dump (FILE *fp, IVEC *iv) |
| |
| IVEC * | iv_sort (IVEC *x, PERM *order) |
| |
◆ MAX_STACK
◆ biv_finput()
| IVEC* biv_finput |
( |
FILE * |
fp, |
|
|
IVEC * |
iv |
|
) |
| |
◆ iiv_finput()
| IVEC* iiv_finput |
( |
FILE * |
fp, |
|
|
IVEC * |
iv |
|
) |
| |
◆ iv_add()
◆ iv_copy()
◆ iv_dump()
◆ iv_finput()
◆ iv_foutput()
| void iv_foutput |
( |
FILE * |
fp, |
|
|
IVEC * |
iv |
|
) |
| |
◆ iv_free()
◆ iv_get()
◆ iv_move()
| IVEC* iv_move |
( |
IVEC * |
in, |
|
|
int |
i0, |
|
|
int |
dim0, |
|
|
IVEC * |
out, |
|
|
int |
i1 |
|
) |
| |
◆ iv_resize()
| IVEC* iv_resize |
( |
IVEC * |
iv, |
|
|
int |
new_dim |
|
) |
| |
◆ iv_sort()
◆ iv_sub()
◆ line
◆ rcsid
| char rcsid[] = "ivecop.c,v 1.1 1997/12/04 17:55:30 hines Exp" |
|
static |