26 #include "linsol_qr.hpp"
33 "Linear solver using sparse direct QR factorization\n"
35 "Extra doc: https://github.com/casadi/casadi/wiki/L_22z \n"
38 ">List of available options\n"
40 "+-------+-----------+------------------------------------------------------+\n"
41 "| Id | Type | Description |\n"
42 "+=======+===========+======================================================+\n"
43 "| cache | OT_DOUBLE | Amount of factorisations to remember (thread-local) |\n"
45 "+-------+-----------+------------------------------------------------------+\n"
46 "| eps | OT_DOUBLE | Minimum R entry before singularity is declared |\n"
48 "+-------+-----------+------------------------------------------------------+\n"
static const std::string meta_doc
A documentation string.