muMECH  1.0
Namespaces | Functions
matrix_vector.cpp File Reference
#include "matrix_vector.h"
#include <math.h>

Go to the source code of this file.

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)