My Project  UNKNOWN_GIT_VERSION
Public Member Functions | Data Fields
ip_smatrix Class Reference

#include <matpol.h>

Public Member Functions

int & rows ()
 
int & cols ()
 

Data Fields

poly * m
 
long rank
 
int nrows
 
int ncols
 

Detailed Description

Definition at line 14 of file matpol.h.

Member Function Documentation

◆ cols()

int& ip_smatrix::cols ( )
inline

Definition at line 26 of file matpol.h.

34 { return mpNew(r,c); }

◆ rows()

int& ip_smatrix::rows ( )
inline

Definition at line 25 of file matpol.h.

34 { return mpNew(r,c); }

Field Documentation

◆ m

poly* ip_smatrix::m

Definition at line 20 of file matpol.h.

◆ ncols

int ip_smatrix::ncols

Definition at line 23 of file matpol.h.

◆ nrows

int ip_smatrix::nrows

Definition at line 22 of file matpol.h.

◆ rank

long ip_smatrix::rank

Definition at line 21 of file matpol.h.


The documentation for this class was generated from the following file:
mpNew
matrix mpNew(int r, int c)
create a r x c zero-matrix
Definition: matpol.cc:37