NEURON
copy.c File Reference
#include <../../nrnconf.h>
#include <stdio.h>
#include "matrix.h"

Go to the source code of this file.

Functions

MAT_m_copy (MAT *in, MAT *out, u_int i0, u_int j0)
 
VEC_v_copy (VEC *in, VEC *out, u_int i0)
 
PERMpx_copy (PERM *in, PERM *out)
 
MATm_move (MAT *in, int i0, int j0, int m0, int n0, MAT *out, int i1, int j1)
 
VECv_move (VEC *in, int i0, int dim0, VEC *out, int i1)
 
VECmv_move (MAT *in, int i0, int j0, int m0, int n0, VEC *out, int i1)
 
MATvm_move (VEC *in, int i0, MAT *out, int i1, int j1, int m1, int n1)
 

Variables

static char rcsid [] = "copy.c,v 1.1 1997/12/04 17:55:17 hines Exp"
 

Function Documentation

◆ _m_copy()

MAT* _m_copy ( MAT in,
MAT out,
u_int  i0,
u_int  j0 
)

Definition at line 35 of file copy.c.

◆ _v_copy()

VEC* _v_copy ( VEC in,
VEC out,
u_int  i0 
)

Definition at line 58 of file copy.c.

◆ m_move()

MAT* m_move ( MAT in,
int  i0,
int  j0,
int  m0,
int  n0,
MAT out,
int  i1,
int  j1 
)

Definition at line 109 of file copy.c.

◆ mv_move()

VEC* mv_move ( MAT in,
int  i0,
int  j0,
int  m0,
int  n0,
VEC out,
int  i1 
)

Definition at line 160 of file copy.c.

◆ px_copy()

PERM* px_copy ( PERM in,
PERM out 
)

Definition at line 79 of file copy.c.

◆ v_move()

VEC* v_move ( VEC in,
int  i0,
int  dim0,
VEC out,
int  i1 
)

Definition at line 137 of file copy.c.

◆ vm_move()

MAT* vm_move ( VEC in,
int  i0,
MAT out,
int  i1,
int  j1,
int  m1,
int  n1 
)

Definition at line 188 of file copy.c.

Variable Documentation

◆ rcsid

char rcsid[] = "copy.c,v 1.1 1997/12/04 17:55:17 hines Exp"
static

Definition at line 28 of file copy.c.