ug4
Loading...
Searching...
No Matches
simpleMatrixOps.cpp File Reference
#include <vector>
#include "simpleMatrixOps.h"

Namespaces

namespace  ug
 the ug namespace
 
namespace  ug::simpleMatrOps
 

Functions

std::vector< double > ug::simpleMatrOps::cramerRule (std::vector< std::vector< double > > const &coefficients, std::vector< double > const &constants)
 
double ug::simpleMatrOps::determinant_2x2 (std::vector< std::vector< double > > const &matrix)
 
double ug::simpleMatrOps::determinant_3x3 (std::vector< std::vector< double > > const &matrix)