#include <csc.h>
Public Types | |
| typedef NT | value_type |
| typedef IT | index_type |
| typedef NT | value_type |
| typedef IT | index_type |
| typedef NT | value_type |
| typedef IT | index_type |
Public Member Functions | |
| Csc () | |
| Csc (IT size, IT nCol) | |
| Csc (const Csc< IT, NT > &rhs) | |
| ~Csc () | |
| Csc< IT, NT > & | operator= (const Csc< IT, NT > &rhs) |
| void | Resize (IT nsize) |
| Does not change the dimension. | |
| Csc () | |
| Csc (IT size, IT nCol) | |
| Csc (const Csc< IT, NT > &rhs) | |
| ~Csc () | |
| Csc< IT, NT > & | operator= (const Csc< IT, NT > &rhs) |
| void | Resize (IT nsize) |
| Csc () | |
| Csc (IT size, IT nCol) | |
| Csc (const Csc< IT, NT > &rhs) | |
| ~Csc () | |
| Csc< IT, NT > & | operator= (const Csc< IT, NT > &rhs) |
| void | Resize (IT nsize) |
Public Attributes | |
| IT * | jc |
| IT * | ir |
| NT * | num |
| IT | n |
| IT | nz |