#include <../../nrnconf.h>
#include <stdio.h>
#include "matrix.h"
Go to the source code of this file.
|
| VEC * | get_col (MAT *mat, u_int col, VEC *vec) |
| |
| VEC * | get_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) |
| |
| MAT * | sub_mat (MAT *old, u_int row1, u_int col1, u_int row2, u_int col2, MAT *new) |
| |
| VEC * | sub_vec (VEC *old, int i1, int i2, VEC *new) |
| |
|
| static char | rcsid [] = "submat.c,v 1.1 1997/12/04 17:55:55 hines Exp" |
| |
◆ _set_col()
◆ _set_row()
◆ get_col()
◆ get_row()
◆ sub_mat()
◆ sub_vec()
◆ rcsid
| char rcsid[] = "submat.c,v 1.1 1997/12/04 17:55:55 hines Exp" |
|
static |