OGRE  13.6
Object-Oriented Graphics Rendering Engine
Ogre::NumericSolver Class Reference

Provides numeric solvers for Ogre. More...

#include <OgreNumerics.h>

Static Public Member Functions

static bool solveNxNLinearSysDestr (int n, double **coeff, double *col)
 Solves a full rank NxN linear system of equations. More...
 

Detailed Description

Provides numeric solvers for Ogre.

Handles linear algebra numerics.

Member Function Documentation

◆ solveNxNLinearSysDestr()

static bool Ogre::NumericSolver::solveNxNLinearSysDestr ( int  n,
double **  coeff,
double *  col 
)
static

Solves a full rank NxN linear system of equations.

This implements a naive Gaussian elimination algorithm. The algorithm is destructive, so there are side effects in coeff and col.


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