Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

gsl::matrix Struct Reference

Collaboration diagram for gsl::matrix:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 281 of file gsl.C.

Public Member Functions

 matrix ()
 matrix (const size_t n1, const size_t n2)
double at (const size_t i, const size_t j) const
double & at (const size_t i, const size_t j)
double get (const size_t i, const size_t j) const
void set (const size_t i, const size_t j, const double x)

Public Attributes

size_t mrows
size_t ncols
size_t tda
double * data
rutz::shared_ptr< gsl::blockblock
int owner


The documentation for this struct was generated from the following file:
Generated on Sun Nov 22 13:51:17 2009 for iLab Neuromorphic Vision Toolkit by  doxygen 1.4.4