1% PRIVATE
2%
3%   Routines called by the SPQR_RANK package.  These routines are not
4%   intended to be directly called by the user.
5%
6% Files
7%   install_SJget          - sets the MATLAB path to include a path to SJget
8%   spqr_failure           - clean-up from failure
9%   spqr_rank_assign_stats - set flag and other statistics.
10%   spqr_rank_deflation    - constructs pseudoinverse or basic solution using deflation.
11%   spqr_rank_form_basis   - forms the basis for the null space of a matrix.
12%   spqr_rank_get_inputs   - get the inputs and set the default options.
13%   spqr_rank_order_fields - orders the fields of stats in a convenient order.
14%   spqr_repeatable        - ensure repeatable results, or use the default random stream.
15%   spqr_wrapper           - wrapper around spqr to get additional statistics
16%   tol_is_default         - return true if tol is default, false otherwise
17