26 #include "lapack_qr.hpp"
33 "This class solves the linear system A.x=b by making an QR factorization of A: A = Q.R, with Q orthogonal and R upper triangular\n"
35 "Extra doc: https://github.com/casadi/casadi/wiki/L_22g \n"
38 ">List of available options\n"
40 "+----------+--------+------------------------------------------------------+\n"
41 "| Id | Type | Description |\n"
42 "+==========+========+======================================================+\n"
43 "| max_nrhs | OT_INT | Maximum number of right-hand-sides that get |\n"
44 "| | | processed in a single pass [default:10]. |\n"
45 "+----------+--------+------------------------------------------------------+\n"
static const std::string meta_doc
A documentation string.