Mobile API Reference  MicroStrategy 2019
LU.H File Reference
#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)
 

Function Documentation

◆ LUdecompose()

void LUdecompose ( Matrix A,
Permutation rowP,
Permutation colP 
)

◆ LUsolve()

void LUsolve ( Matrix LU,
Vector x 
)