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

Go to the source code of this file.

Functions

VECget_col (MAT *mat, u_int col, VEC *vec)
 
VECget_row (MAT *mat, u_int row, VEC *vec)
 
MAT_set_col (MAT *mat, u_int col, VEC *vec, u_int i0)
 
MAT_set_row (MAT *mat, u_int row, VEC *vec, u_int j0)
 
MATsub_mat (MAT *old, u_int row1, u_int col1, u_int row2, u_int col2, MAT *new)
 
VECsub_vec (VEC *old, int i1, int i2, VEC *new)
 

Variables

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

Function Documentation

◆ _set_col()

MAT* _set_col ( MAT mat,
u_int  col,
VEC vec,
u_int  i0 
)

Definition at line 79 of file submat.c.

◆ _set_row()

MAT* _set_row ( MAT mat,
u_int  row,
VEC vec,
u_int  j0 
)

Definition at line 98 of file submat.c.

◆ get_col()

VEC* get_col ( MAT mat,
u_int  col,
VEC vec 
)

Definition at line 37 of file submat.c.

◆ get_row()

VEC* get_row ( MAT mat,
u_int  row,
VEC vec 
)

Definition at line 58 of file submat.c.

◆ sub_mat()

MAT* sub_mat ( MAT old,
u_int  row1,
u_int  col1,
u_int  row2,
u_int  col2,
MAT new 
)

Definition at line 120 of file submat.c.

◆ sub_vec()

VEC* sub_vec ( VEC old,
int  i1,
int  i2,
VEC new 
)

Definition at line 157 of file submat.c.

Variable Documentation

◆ rcsid

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

Definition at line 33 of file submat.c.