chomp/struct/flatmatr.h File Reference

This file contains the definition of a simple matrix class which is stored in a single vector, but its elements can be accessed in the double indexing style, e.g., M[0][2]. More...

#include <new>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  chomp
namespace  chomp::homology

Classes

class  chomp::homology::flatMatrix< element >
 This class defines a simple data structure for a flat 2-dim square matrix whose entries are stored in a single array. More...
class  chomp::homology::flatMatrix< element >::row
 The class that represents a single row of the matrix. More...
class  chomp::homology::flatMatrix< element >::const_row
 The class that represents a constant single row of the matrix. More...


Detailed Description

This file contains the definition of a simple matrix class which is stored in a single vector, but its elements can be accessed in the double indexing style, e.g., M[0][2].

Author:
Pawel Pilarczyk

Definition in file flatmatr.h.


Generated on Wed Nov 21 11:08:42 2007 for The Uniform Expansion Software by  doxygen 1.5.3