LinearSolveMethod

typedef enum {LINSOLVE_LU} LinearSolveMethod;

Enumeration of methods for solving systems of equations.

LINSOLVE_LU
Solve using LU decomposition.

Header:
#include "linalg.h"

See Also:
linsolve