Flow123d  jenkins-Flow123d-windows32-release-multijob-51
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 38 of file matrix.h.

Constructor & Destructor Documentation

TMVector::TMVector ( int  size)

Definition at line 32 of file matrix.cpp.

TMVector::TMVector ( const TMVector x)

Definition at line 37 of file matrix.cpp.

TMVector::~TMVector ( )

Definition at line 44 of file matrix.cpp.

Member Function Documentation

double TMVector::Get ( int  i)

Definition at line 108 of file matrix.cpp.

Here is the caller graph for this function:

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

Definition at line 117 of file matrix.cpp.

Here is the caller graph for this function:

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

Definition at line 96 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 58 of file matrix.cpp.

Member Data Documentation

double* TMVector::elm
private

Definition at line 42 of file matrix.h.

int TMVector::size
private

Definition at line 40 of file matrix.h.


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