List of all members.
Public Member Functions |
| square_matrix (unsigned n_=0) |
void | resize (unsigned n_) |
std::vector< double >::iterator | operator[] (unsigned i) |
std::vector< double >
::const_iterator | operator[] (unsigned i) const |
Private Attributes |
unsigned | n |
std::vector< double > | data |
Detailed Description
Definition at line 28 of file matrices.h.
The documentation for this class was generated from the following file: