Mobile API Reference  MicroStrategy 2019
LU.H
Go to the documentation of this file.
1 #include "Matrix.H"
2 
3 void LUdecompose(Matrix &A, Permutation &rowP, Permutation &colP);
4 void LUsolve(Matrix &LU, Vector &x);
void LUsolve(Matrix &LU, Vector &x)
Definition: Matrix.H:7
void LUdecompose(Matrix &A, Permutation &rowP, Permutation &colP)
Definition: Matrix.H:27
Definition: Matrix.H:53