26 #include "mumps_interface.hpp"
33 "Interface to the sparse direct linear solver MUMPS Works for \n"
34 "symmetric indefinite systems \n"
37 "Extra doc: https://github.com/casadi/casadi/wiki/L_22t \n"
40 ">List of available options\n"
42 "+-----------+---------+-------------------+\n"
43 "| Id | Type | Description |\n"
44 "+===========+=========+===================+\n"
45 "| posdef | OT_BOOL | Positive definite |\n"
46 "+-----------+---------+-------------------+\n"
47 "| symmetric | OT_BOOL | Symmetric matrix |\n"
48 "+-----------+---------+-------------------+\n"
static const std::string meta_doc
A documentation string.