26 #include "symbolic_qr.hpp"
33 "Linear solver for sparse least-squares problems Inspired from https://github.com/scipy/scipy/blob/v0.14.0/scipy/sparse/linalg/isolve/lsqr.py#L96 \n"
35 "Extra doc: https://github.com/casadi/casadi/wiki/L_230 \n"
39 "Linsol based on QR factorization with sparsity pattern based \n"
40 "reordering without partial pivoting\n"
42 "Extra doc: https://github.com/casadi/casadi/wiki/L_231 \n"
45 ">List of available options\n"
47 "+-------+---------+----------------------------------------------------+\n"
48 "| Id | Type | Description |\n"
49 "+=======+=========+====================================================+\n"
50 "| fopts | OT_DICT | Options to be passed to generated function objects |\n"
51 "+-------+---------+----------------------------------------------------+\n"
static const std::string meta_doc
A documentation string.