Public Member Functions | Data Fields
ip_smatrix Class Reference

#include <matpol.h>

Public Member Functions

int & rows ()
 
int & cols ()
 

Data Fields

polym
 
long rank
 
int nrows
 
int ncols
 

Detailed Description

Definition at line 15 of file matpol.h.

Member Function Documentation

int& ip_smatrix::cols ( )
inline

Definition at line 25 of file matpol.h.

25 { return ncols; }
int ncols
Definition: matpol.h:22
int& ip_smatrix::rows ( )
inline

Definition at line 24 of file matpol.h.

24 { return nrows; }
int nrows
Definition: matpol.h:21

Field Documentation

poly* ip_smatrix::m

Definition at line 19 of file matpol.h.

int ip_smatrix::ncols

Definition at line 22 of file matpol.h.

int ip_smatrix::nrows

Definition at line 21 of file matpol.h.

long ip_smatrix::rank

Definition at line 20 of file matpol.h.


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