CSL  5.2
math::matrix::base_mat Struct Reference

List of all members.

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.hpp.


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.hpp.

References memcpy().

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

Definition at line 305 of file matrix.hpp.


Member Data Documentation

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

Definition at line 286 of file matrix.hpp.

size_t math::matrix::base_mat::Row

Definition at line 287 of file matrix.hpp.

size_t math::matrix::base_mat::Col

Definition at line 287 of file matrix.hpp.

size_t math::matrix::base_mat::RowSiz

Definition at line 287 of file matrix.hpp.

size_t math::matrix::base_mat::ColSiz

Definition at line 287 of file matrix.hpp.

int math::matrix::base_mat::Refcnt

Definition at line 288 of file matrix.hpp.


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