NEURON
ZMAT Struct Reference

#include <zmatrix.h>

Public Attributes

u_int m
 
u_int n
 
u_int max_m
 
u_int max_n
 
u_int max_size
 
complexbase
 
complex ** me
 

Detailed Description

Definition at line 50 of file zmatrix.h.

Member Data Documentation

◆ base

complex* ZMAT::base

Definition at line 53 of file zmatrix.h.

◆ m

u_int ZMAT::m

Definition at line 51 of file zmatrix.h.

◆ max_m

u_int ZMAT::max_m

Definition at line 52 of file zmatrix.h.

◆ max_n

u_int ZMAT::max_n

Definition at line 52 of file zmatrix.h.

◆ max_size

u_int ZMAT::max_size

Definition at line 52 of file zmatrix.h.

◆ me

complex** ZMAT::me

Definition at line 54 of file zmatrix.h.

◆ n

u_int ZMAT::n

Definition at line 51 of file zmatrix.h.


The documentation for this struct was generated from the following file: