#include <../../nrnconf.h>
#include <stdio.h>
#include "matrix.h"
Go to the source code of this file.
|
| MAT * | _m_copy (MAT *in, MAT *out, u_int i0, u_int j0) |
| |
| VEC * | _v_copy (VEC *in, VEC *out, u_int i0) |
| |
| PERM * | px_copy (PERM *in, PERM *out) |
| |
| MAT * | m_move (MAT *in, int i0, int j0, int m0, int n0, MAT *out, int i1, int j1) |
| |
| VEC * | v_move (VEC *in, int i0, int dim0, VEC *out, int i1) |
| |
| VEC * | mv_move (MAT *in, int i0, int j0, int m0, int n0, VEC *out, int i1) |
| |
| MAT * | vm_move (VEC *in, int i0, MAT *out, int i1, int j1, int m1, int n1) |
| |
|
| static char | rcsid [] = "copy.c,v 1.1 1997/12/04 17:55:17 hines Exp" |
| |
◆ _m_copy()
◆ _v_copy()
◆ m_move()
◆ mv_move()
◆ px_copy()
◆ v_move()
◆ vm_move()
◆ rcsid
| char rcsid[] = "copy.c,v 1.1 1997/12/04 17:55:17 hines Exp" |
|
static |