#include <Basemat.hh>
Public Methods | |
| Matstorage_ (size_t N=0) | |
| default ctor. | |
| const vector<T_>& | elems () const |
| access. | |
| vector<T_>& | elems () |
| size_t | eno () const |
| size_t | eno (size_t Enew) |
Private Attributes | |
| vector<T_> | Elems |
| size_t | Eno |
All matrices have their elements represented in this STL vector, usually in row major order. Objects of this class are stored in Refstorage_ templates which support copy-on-write (see below).
Definition at line 64 of file Basemat.hh.
|
||||
|
default ctor.
Definition at line 74 of file Basemat.hh. |
|
||||
|
access.
Definition at line 77 of file Basemat.hh. |
|
||||
|
Definition at line 78 of file Basemat.hh. |
|
||||
|
Definition at line 79 of file Basemat.hh. |
|
||||
|
Definition at line 80 of file Basemat.hh. |
|
|||
|
Definition at line 67 of file Basemat.hh. |
|
|||
|
Definition at line 68 of file Basemat.hh. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001