MultiAgentDecisionProcess
SystemOfLinearEquationsSolver Class Reference

#include <SystemOfLinearEquationsSolver.h>

Public Member Functions

double * getSolution ()
 
void printMatrix (int m, int n, const double *A, int lda, const char *name)
 
void solveSystemOfLinearEquations ()
 
 SystemOfLinearEquationsSolver (int m, int nrhs, double *A, double *B)
 

Private Attributes

double * A
 
double * B
 
int m
 
int nrhs
 
double * XC
 

Constructor & Destructor Documentation

SystemOfLinearEquationsSolver::SystemOfLinearEquationsSolver ( int  m,
int  nrhs,
double *  A,
double *  B 
)

Member Function Documentation

double * SystemOfLinearEquationsSolver::getSolution ( )
void SystemOfLinearEquationsSolver::printMatrix ( int  m,
int  n,
const double *  A,
int  lda,
const char *  name 
)
void SystemOfLinearEquationsSolver::solveSystemOfLinearEquations ( )

Member Data Documentation

double* SystemOfLinearEquationsSolver::A
private
double* SystemOfLinearEquationsSolver::B
private
int SystemOfLinearEquationsSolver::m
private
int SystemOfLinearEquationsSolver::nrhs
private
double* SystemOfLinearEquationsSolver::XC
private