Flow123d  last_with_con_2.0.0-663-gd0e2296
Public Member Functions | Private Attributes | Friends | List of all members
TMVector Class Reference

#include <matrix.h>

Public Member Functions

 TMVector (int)
 
 TMVector (const TMVector &)
 
 ~TMVector ()
 
void Set (int, double)
 
double Get (int)
 
void SwapElements (int, int)
 

Private Attributes

int size
 
double * elm
 

Friends

std::ostream & operator<< (std::ostream &, const TMVector &)
 

Detailed Description

Definition at line 55 of file matrix.h.

Constructor & Destructor Documentation

TMVector::TMVector ( int  size)

Definition at line 49 of file matrix.cpp.

TMVector::TMVector ( const TMVector x)

Definition at line 54 of file matrix.cpp.

TMVector::~TMVector ( )

Definition at line 61 of file matrix.cpp.

Member Function Documentation

double TMVector::Get ( int  i)

Definition at line 125 of file matrix.cpp.

Here is the caller graph for this function:

void TMVector::Set ( int  i,
double  value 
)

Definition at line 134 of file matrix.cpp.

Here is the caller graph for this function:

void TMVector::SwapElements ( int  i1,
int  i2 
)

Definition at line 113 of file matrix.cpp.

Here is the caller graph for this function:

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  stream,
const TMVector V 
)
friend

Definition at line 75 of file matrix.cpp.

Member Data Documentation

double* TMVector::elm
private

Definition at line 59 of file matrix.h.

int TMVector::size
private

Definition at line 57 of file matrix.h.


The documentation for this class was generated from the following files: