26 #include "lapack_lu.hpp"
33 "This class solves the linear system A.x=b by making an LU factorization of A: A = L.U, with L lower and U upper triangular\n"
35 "Extra doc: https://github.com/casadi/casadi/wiki/L_22h \n"
38 ">List of available options\n"
40 "+-----------------------------+---------+----------------------------------+\n"
41 "| Id | Type | Description |\n"
42 "+=============================+=========+==================================+\n"
43 "| allow_equilibration_failure | OT_BOOL | Non-fatal error when |\n"
44 "| | | equilibration fails |\n"
45 "+-----------------------------+---------+----------------------------------+\n"
46 "| equilibration | OT_BOOL | Equilibrate the matrix |\n"
47 "+-----------------------------+---------+----------------------------------+\n"
static const std::string meta_doc
A documentation string.