Mercurial > hg > octave-lyh
changeset 5293:7a51b27574bc
[project @ 2005-04-21 16:03:29 by jwe]
author | jwe |
---|---|
date | Thu, 21 Apr 2005 16:03:29 +0000 |
parents | b86a6fcc1721 |
children | f04d9f855794 |
files | src/DLD-FUNCTIONS/__qp__.cc |
diffstat | 1 files changed, 14 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/__qp__.cc +++ b/src/DLD-FUNCTIONS/__qp__.cc @@ -20,15 +20,23 @@ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <cfloat> -#include <iostream> +#include "dbleCHOL.h" +#include "dbleSVD.h" +#include "mx-m-dm.h" +#include "EIG.h" -#include <octave/oct.h> -#include <octave/parse.h> -#include <octave/EIG.h> -#include <octave/dbleCHOL.h> -#include <octave/dbleSVD.h> +#include "defun-dld.h" +#include "error.h" +#include "gripes.h" +#include "oct-obj.h" +#include "pr-output.h" +#include "utils.h" static inline double ABS (double x) @@ -249,8 +257,6 @@ int pR = 0; - Matrix tR; - if (dimZ > 0) { // Computing the Cholesky factorization (pR = 0 means