muMECH  1.0
Public Member Functions | Public Attributes | List of all members
mumech::vektor Class Reference

#include <matrix_vector.h>

Public Member Functions

 vektor ()
 
 vektor (long n)
 
 ~vektor ()
 
void odalokovat ()
 
double norma () const
 
void vynulovat ()
 
void rovna_se (vektor &co)
 
void krat (double cislo)
 
void define (long n)
 
double & g (long i)
 
void print (FILE *soubor)
 
int pricist (vektor &co)
 
int odecist (vektor &co)
 
void deleno (long double cislo)
 

Public Attributes

long p
 
double * v
 

Detailed Description

Definition at line 21 of file matrix_vector.h.

Constructor & Destructor Documentation

mumech::vektor::vektor ( )
inline

Definition at line 26 of file matrix_vector.h.

mumech::vektor::vektor ( long  n)
inline

Definition at line 27 of file matrix_vector.h.

References p.

mumech::vektor::~vektor ( )
inline

Definition at line 28 of file matrix_vector.h.

References v.

Member Function Documentation

void mumech::vektor::define ( long  n)
inline

Definition at line 37 of file matrix_vector.h.

References p.

Referenced by mumech::gaussovaEliminace(), and mumech::InclusionRecord2D::InclusionRecord2D().

void mumech::vektor::deleno ( long double  cislo)
inline

Definition at line 59 of file matrix_vector.h.

References p.

Referenced by mumech::gaussovaEliminace().

double& mumech::vektor::g ( long  i)
inline
void mumech::vektor::krat ( double  cislo)
inline

Definition at line 36 of file matrix_vector.h.

References p.

Referenced by mumech::gaussovaEliminace().

double mumech::vektor::norma ( ) const

Definition at line 10 of file matrix_vector.cpp.

References p, and v.

Referenced by odalokovat().

void mumech::vektor::odalokovat ( )
inline

Definition at line 29 of file matrix_vector.h.

References norma(), and v.

int mumech::vektor::odecist ( vektor co)
inline

Definition at line 58 of file matrix_vector.h.

References g(), and p.

Referenced by mumech::gaussovaEliminace().

int mumech::vektor::pricist ( vektor co)
inline

Definition at line 57 of file matrix_vector.h.

References g(), and p.

Referenced by mumech::Problem::updateEigenstrainsBySBalgorithm_2D().

void mumech::vektor::print ( FILE *  soubor)
inline

Definition at line 39 of file matrix_vector.h.

References p.

Referenced by mumech::Problem::updateEigenstrainsBySBalgorithm_2D().

void mumech::vektor::rovna_se ( vektor co)
inline
void mumech::vektor::vynulovat ( )
inline

Member Data Documentation

long mumech::vektor::p
double* mumech::vektor::v

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