|
Mobile API Reference
MicroStrategy 2019
|
#include "Matrix.H"Go to the source code of this file.
Functions | |
| void | LUdecompose (Matrix &A, Permutation &rowP, Permutation &colP) |
| void | LUsolve (Matrix &LU, Vector &x) |
| void LUdecompose | ( | Matrix & | A, |
| Permutation & | rowP, | ||
| Permutation & | colP | ||
| ) |