CSL  6.0
math::matrix::base_mat Struct Reference

Public Member Functions

 base_mat (size_t row, size_t col, T **v)
 
 ~base_mat ()
 

Public Attributes

T ** Val
 
size_t Row
 
size_t Col
 
size_t RowSiz
 
size_t ColSiz
 
int Refcnt
 

Detailed Description

Definition at line 284 of file matrix.h.

Constructor & Destructor Documentation

math::matrix::base_mat::base_mat ( size_t  row,
size_t  col,
T **  v 
)
inline

Definition at line 290 of file matrix.h.

math::matrix::base_mat::~base_mat ( )
inline

Definition at line 305 of file matrix.h.

Member Data Documentation

T** math::matrix::base_mat::Val

Definition at line 286 of file matrix.h.

size_t math::matrix::base_mat::Row

Definition at line 287 of file matrix.h.

size_t math::matrix::base_mat::Col

Definition at line 287 of file matrix.h.

size_t math::matrix::base_mat::RowSiz

Definition at line 287 of file matrix.h.

size_t math::matrix::base_mat::ColSiz

Definition at line 287 of file matrix.h.

int math::matrix::base_mat::Refcnt

Definition at line 288 of file matrix.h.


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