Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

Vector Class Reference

#include <matrix.hpp>

Inheritance diagram for Vector:

Inheritance graph
[legend]
List of all members.

Detailed Description

A abstract class for vectors.

This class is used for get view of matrix rows and cols

Definition at line 22 of file matrix.hpp.

Public Member Functions

 Vector ()
 The constructor.
virtual ~Vector ()
 The destructor.
virtual double elem (unsigned i) const =0
 Get element in position i.
virtual unsigned GetSize () const =0
 Get size of vector.


Constructor & Destructor Documentation

Vector::Vector  ) 
 

The constructor.

Definition at line 25 of file matrix.hpp.

virtual Vector::~Vector  )  [virtual]
 

The destructor.

Definition at line 27 of file matrix.hpp.


Member Function Documentation

virtual double Vector::elem unsigned  i  )  const [pure virtual]
 

Get element in position i.

Implemented in Matrix::Row, and Matrix::Column.

virtual unsigned Vector::GetSize  )  const [pure virtual]
 

Get size of vector.

Implemented in Matrix::Row, and Matrix::Column.


The documentation for this class was generated from the following file:
Generated on Sun May 25 01:58:13 2025 for SmoluchowskiSolver by Doxygen