EvolvingObjects
lower_triangular_matrix Class Reference

List of all members.

Public Member Functions

 lower_triangular_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 8 of file matrices.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends