muMECH  1.0
Classes | Namespaces | Functions
matrix_vector.h File Reference

Class vector and matrix. More...

#include <stdio.h>
#include <string.h>

Go to the source code of this file.

Classes

class  mumech::vektor
 
class  mumech::matice
 

Namespaces

 mumech
 

Functions

void mumech::enter ()
 
void mumech::e (int i)
 
int mumech::MaticexVektor (vektor &res, matice &mat, vektor &vek)
 
int mumech::RozdilVektoru (vektor &a, vektor &b, vektor &c)
 
void mumech::PrintVektor (vektor &vekt)
 
void mumech::PrintMatrix (matice &mat, FILE *&soubor)
 
void mumech::rotate_vector (vektor &V, double angle)
 
void mumech::change_radky (vektor &a, vektor &b)
 
void mumech::gaussovaEliminace (matice &m, vektor &right)
 

Detailed Description

Class vector and matrix.

Definition in file matrix_vector.h.