Ogre::NumericSolver Class Reference
[Math]

Provides numeric solvers for Ogre. More...

#include <OgreNumerics.h>

List of all members.

Static Public Member Functions

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

Detailed Description

Provides numeric solvers for Ogre.

Remarks:
Handles linear algebra numerics.

Definition at line 51 of file OgreNumerics.h.


Member Function Documentation

static bool Ogre::NumericSolver::solveNxNLinearSysDestr ( int  n,
PreciseReal **  coeff,
PreciseReal col 
) [static]

Solves a full rank NxN linear system of equations.

Remarks:
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:

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri May 25 23:38:29 2012