{
  "_id": "6a4f6deb21b18e1548501c88",
  "Package": "QZ",
  "Version": "0.2-4",
  "Date": "2025-04-12",
  "Title": "Generalized Eigenvalues and QZ Decomposition",
  "Authors@R": "c(person(\"Wei-Chen\", \"Chen\", role = c(\"aut\", \"cre\"), email=\n\"wccsnow@gmail.com\"), person(\"LAPACK authors\", role = c(\"aut\", \"cph\")))",
  "LazyLoad": "yes",
  "LazyData": "yes",
  "Copyright": "See QZ/inst/LAPACK_LICENSE.txt for the files in src/qz/.",
  "Description": "Generalized eigenvalues and eigenvectors use QZ\ndecomposition (generalized Schur decomposition). The\ndecomposition needs an N-by-N non-symmetric matrix A or paired\nmatrices (A,B) with eigenvalues reordering mechanism. The\ndecomposition functions are mainly based Fortran subroutines in\ncomplex*16 and double precision of LAPACK library (version\n3.10.0 or later).",
  "License": "Mozilla Public License 2.0",
  "NeedsCompilation": "yes",
  "Maintainer": "Wei-Chen Chen <wccsnow@gmail.com>",
  "Repository": "https://snoweye.r-universe.dev",
  "Date/Publication": "2025-08-13 00:14:12 UTC",
  "RemoteUrl": "https://github.com/snoweye/qz",
  "RemoteRef": "HEAD",
  "RemoteSha": "efc7d6cee9319c34c6da600ef725931dfd0761aa",
  "Packaged": {
    "Date": "2026-07-09 09:41:00 UTC",
    "User": "root"
  },
  "Author": "Wei-Chen Chen [aut, cre],\nLAPACK authors [aut, cph]",
  "_user": "snoweye",
  "_type": "src",
  "_file": "QZ_0.2-4.tar.gz",
  "_fileid": "https://r2.ropensci.org/5a1012564585276790da9dd121237c7ba539cad783feeb6271a4c1bb79624378",
  "_filesize": 640600,
  "_sha256": "5a1012564585276790da9dd121237c7ba539cad783feeb6271a4c1bb79624378",
  "_expires": "2026-10-17T09:46:16.000Z",
  "_created": "2026-07-09T09:41:00.000Z",
  "_published": "2026-07-09T09:46:18.961Z",
  "_jobs": [
    {
      "job": 86087823749,
      "time": 139,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8194818415"
    },
    {
      "job": 86087823616,
      "time": 155,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8194823041"
    },
    {
      "job": 86087823659,
      "time": 143,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8194819772"
    },
    {
      "job": 86087823662,
      "time": 136,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8194815939"
    },
    {
      "job": 86087823615,
      "time": 100,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8194802111"
    },
    {
      "job": 86087823646,
      "time": 261,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8194862427"
    },
    {
      "job": 86087823539,
      "time": 141,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8194817669"
    },
    {
      "job": 86087823538,
      "time": 243,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8194856017"
    },
    {
      "job": 86086762366,
      "time": 262,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8194756087"
    },
    {
      "job": 86087823477,
      "time": 98,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8194801035"
    },
    {
      "job": 86087823636,
      "time": 105,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8194803908"
    },
    {
      "job": 86087823566,
      "time": 117,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8194809555"
    },
    {
      "job": 86087823569,
      "time": 104,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8194803449"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/snoweye/actions/runs/29008707508",
  "_status": "success",
  "_upstream": "https://github.com/snoweye/qz",
  "_commit": {
    "id": "efc7d6cee9319c34c6da600ef725931dfd0761aa",
    "author": "snoweye <wccsnow@gmail.com>",
    "committer": "snoweye <wccsnow@gmail.com>",
    "message": "0.2-4 was forgotten to be pushed in April.\n",
    "time": 1755044052
  },
  "_maintainer": {
    "name": "Wei-Chen Chen",
    "email": "wccsnow@gmail.com",
    "login": "snoweye",
    "description": "",
    "uuid": 2565440
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6.0",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Depends"
    },
    {
      "package": "Matrix",
      "role": "Depends"
    },
    {
      "package": "fda",
      "role": "Suggests"
    }
  ],
  "_owner": "snoweye",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2025-33",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "snoweye",
      "count": 67,
      "uuid": 2565440
    }
  ],
  "_userbio": {
    "uuid": 2565440,
    "type": "user",
    "name": "Wei-Chen Chen",
    "followers": 53
  },
  "_downloads": {
    "count": 393,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/QZ"
  },
  "_mentions": 3,
  "_devurl": "https://github.com/snoweye/qz",
  "_searchresults": 88,
  "_topics": [
    "openblas"
  ],
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/QZ.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/snoweye/qz",
  "_realowner": "snoweye",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1-0",
      "date": "2013-06-01"
    },
    {
      "version": "0.1-1",
      "date": "2013-06-04"
    },
    {
      "version": "0.1-2",
      "date": "2013-06-24"
    },
    {
      "version": "0.1-3",
      "date": "2013-07-02"
    },
    {
      "version": "0.1-4",
      "date": "2013-07-03"
    },
    {
      "version": "0.1-5",
      "date": "2016-12-21"
    },
    {
      "version": "0.1-6",
      "date": "2017-05-14"
    },
    {
      "version": "0.1-7",
      "date": "2019-06-05"
    },
    {
      "version": "0.1-8",
      "date": "2019-11-20"
    },
    {
      "version": "0.1-9",
      "date": "2019-11-28"
    },
    {
      "version": "0.2-1",
      "date": "2020-12-13"
    },
    {
      "version": "0.2-2",
      "date": "2022-01-11"
    },
    {
      "version": "0.2-3",
      "date": "2023-09-04"
    },
    {
      "version": "0.2-4",
      "date": "2025-04-13"
    }
  ],
  "_exports": [
    "fda.geigen",
    "geigen",
    "H",
    "ordqz",
    "print.dgees",
    "print.dgeev",
    "print.dgges",
    "print.dggev",
    "print.dtgsen",
    "print.dtrsen",
    "print.zgees",
    "print.zgeev",
    "print.zgges",
    "print.zggev",
    "print.ztgsen",
    "print.ztrsen",
    "qz",
    "qz.dgees",
    "qz.dgeev",
    "qz.dgges",
    "qz.dggev",
    "qz.dtgsen",
    "qz.dtrsen",
    "qz.geigen",
    "qz.zgees",
    "qz.zgeev",
    "qz.zgges",
    "qz.zggev",
    "qz.ztgsen",
    "qz.ztrsen"
  ],
  "_datasets": [
    {
      "name": "exA1",
      "title": "Small example datasets",
      "object": "example_A",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "exA2",
      "title": "Small example datasets",
      "object": "example_A",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "exA3",
      "title": "Small example datasets",
      "object": "example_A",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "exA4",
      "title": "Small example datasets",
      "object": "example_A",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "exAB1",
      "title": "Small example datasets",
      "object": "example_AB",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "exAB2",
      "title": "Small example datasets",
      "object": "example_AB",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "exAB3",
      "title": "Small example datasets",
      "object": "example_AB",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "exAB4",
      "title": "Small example datasets",
      "object": "example_AB",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "00_QZ-package",
      "title": "Generalized Eigenvalues and QZ Decomposition",
      "topics": [
        "QZ-package"
      ]
    },
    {
      "page": "yy_transpose",
      "title": "Conjugate Transpose for Complex Matrix",
      "topics": [
        "H"
      ]
    },
    {
      "page": "11_example",
      "title": "Small example datasets",
      "topics": [
        "exA1",
        "exA2",
        "exA3",
        "exA4",
        "exAB1",
        "exAB2",
        "exAB3",
        "exAB4"
      ]
    },
    {
      "page": "30_fda_geigen",
      "title": "Generalized Eigen Analysis as in fda Package",
      "topics": [
        "fda.geigen"
      ]
    },
    {
      "page": "21_qz_geigen",
      "title": "Generalized Eigen Values",
      "topics": [
        "geigen",
        "qz.geigen"
      ]
    },
    {
      "page": "xx_print.method",
      "title": "Functions for Printing Objects According to Classes",
      "topics": [
        "print.dgees",
        "print.dgeev",
        "print.dgges",
        "print.dggev",
        "print.dtgsen",
        "print.dtrsen",
        "print.zgees",
        "print.zgeev",
        "print.zgges",
        "print.zggev",
        "print.ztgsen",
        "print.ztrsen"
      ]
    },
    {
      "page": "23_qz",
      "title": "QZ Decomposition",
      "topics": [
        "qz"
      ]
    },
    {
      "page": "24_ordqz",
      "title": "Reordering QZ Decomposition",
      "topics": [
        "ordqz"
      ]
    },
    {
      "page": "dd_qz_dgees",
      "title": "QZ Decomposition for a Real Matrix",
      "topics": [
        "qz.dgees"
      ]
    },
    {
      "page": "dd_qz_dgeev",
      "title": "Generalized Eigenvalues Decomposition for a Real Matrix",
      "topics": [
        "qz.dgeev"
      ]
    },
    {
      "page": "bb_qz_dgges",
      "title": "QZ Decomposition for Real Paired Matrices",
      "topics": [
        "qz.dgges"
      ]
    },
    {
      "page": "bb_qz_dggev",
      "title": "Generalized Eigenvalues Decomposition for Real Paired Matrices",
      "topics": [
        "qz.dggev"
      ]
    },
    {
      "page": "bc_qz_dtgsen",
      "title": "Reordered QZ Decomposition for Real Paired Matrices",
      "topics": [
        "qz.dtgsen"
      ]
    },
    {
      "page": "dd_qz_dtrsen",
      "title": "Reordered QZ Decomposition for a Real Matrix",
      "topics": [
        "qz.dtrsen"
      ]
    },
    {
      "page": "cc_qz_zgees",
      "title": "QZ Decomposition for a Complex Matrix",
      "topics": [
        "qz.zgees"
      ]
    },
    {
      "page": "cc_qz_zgeev",
      "title": "Generalized Eigenvalues Decomposition for a Complex Matrix",
      "topics": [
        "qz.zgeev"
      ]
    },
    {
      "page": "aa_qz_zgges",
      "title": "QZ Decomposition for Complex Paired Matrices",
      "topics": [
        "qz.zgges"
      ]
    },
    {
      "page": "aa_qz_zggev",
      "title": "Generalized Eigenvalues Decomposition for Complex Paired Matrices",
      "topics": [
        "qz.zggev"
      ]
    },
    {
      "page": "ac_qz_ztgsen",
      "title": "Reordered QZ Decomposition for Complex Paired Matrices",
      "topics": [
        "qz.ztgsen"
      ]
    },
    {
      "page": "cc_qz_ztrsen",
      "title": "Reordered QZ Decomposition for a Complex Matrix",
      "topics": [
        "qz.ztrsen"
      ]
    }
  ],
  "_readme": "https://github.com/snoweye/qz/raw/HEAD/README.md",
  "_rundeps": [
    "lattice",
    "Matrix"
  ],
  "_sysdeps": [
    {
      "shlib": "liblapack",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.32+ds-5",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    }
  ],
  "_vignettes": [
    {
      "source": "QZ-guide.Rnw",
      "filename": "QZ-guide.pdf",
      "title": "QZ-guide",
      "engine": "utils::Sweave",
      "headings": [
        "Acknowledgement -0.3cm",
        "Disclaimer",
        "1. Introduction",
        "2. Methods",
        "3. Implementation",
        "4. Data Example",
        "References"
      ],
      "created": "2013-07-03 16:28:59",
      "modified": "2020-12-13 20:02:12",
      "commits": 5
    }
  ],
  "_score": 5.898725181589493,
  "_indexed": true,
  "_nocasepkg": "qz",
  "_universes": [
    "snoweye"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2-4",
      "date": "2026-07-09T09:43:33.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "efc7d6cee9319c34c6da600ef725931dfd0761aa",
      "fileid": "https://r2.ropensci.org/124e1b8068f75f374431c1eefd4bc8aa267f33ee62c3f20668652e844629584c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/snoweye/actions/runs/29008707508"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2-4",
      "date": "2026-07-09T09:43:33.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "efc7d6cee9319c34c6da600ef725931dfd0761aa",
      "fileid": "https://r2.ropensci.org/42e78fb7c39b755cc3b813076247b8916afe93f10c44ef4847df16447e4275ba",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/snoweye/actions/runs/29008707508"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2-4",
      "date": "2026-07-09T09:43:33.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "efc7d6cee9319c34c6da600ef725931dfd0761aa",
      "fileid": "https://r2.ropensci.org/e04b3e6675a7d8314378a329c29b79734253b285881b9a75ac706810bf47b30a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/snoweye/actions/runs/29008707508"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2-4",
      "date": "2026-07-09T09:43:19.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "efc7d6cee9319c34c6da600ef725931dfd0761aa",
      "fileid": "https://r2.ropensci.org/9f4e56a38cadfb3e238c29df61eda3a33d3f44973c01b480fef74afff779ed39",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/snoweye/actions/runs/29008707508"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2-4",
      "date": "2026-07-09T09:42:46.000Z",
      "arch": "aarch64",
      "commit": "efc7d6cee9319c34c6da600ef725931dfd0761aa",
      "fileid": "https://r2.ropensci.org/672d19e58dfe6e53285d067aeab9281d1d336d7fa0104d74d4fb1aa477df252d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/snoweye/actions/runs/29008707508"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2-4",
      "date": "2026-07-09T09:44:48.000Z",
      "arch": "x86_64",
      "commit": "efc7d6cee9319c34c6da600ef725931dfd0761aa",
      "fileid": "https://r2.ropensci.org/12dfb103f633566ade689f087bb5b8de15eb8cdd09a96d3ef7bda30ebab16724",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/snoweye/actions/runs/29008707508"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2-4",
      "date": "2026-07-09T09:43:17.000Z",
      "arch": "aarch64",
      "commit": "efc7d6cee9319c34c6da600ef725931dfd0761aa",
      "fileid": "https://r2.ropensci.org/fad76cf0088f236c12fcb32ed94c5f25176cde420da5255233f2d917f5fb4264",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/snoweye/actions/runs/29008707508"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2-4",
      "date": "2026-07-09T09:44:42.000Z",
      "arch": "x86_64",
      "commit": "efc7d6cee9319c34c6da600ef725931dfd0761aa",
      "fileid": "https://r2.ropensci.org/122d696c4349bfb93893edbbd70d0874a06d075fb8afcbf045cf8823f116ab14",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/snoweye/actions/runs/29008707508"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2-4",
      "date": "2026-07-09T09:43:05.000Z",
      "arch": "emscripten",
      "commit": "efc7d6cee9319c34c6da600ef725931dfd0761aa",
      "fileid": "https://r2.ropensci.org/437b701bda528e513a48cfea10b512bb08da47ad3e93ef9c7529fdb6f65ade15",
      "status": "success",
      "buildurl": "https://github.com/r-universe/snoweye/actions/runs/29008707508"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2-4",
      "date": "2026-07-09T09:42:26.000Z",
      "arch": "x86_64",
      "commit": "efc7d6cee9319c34c6da600ef725931dfd0761aa",
      "fileid": "https://r2.ropensci.org/17a421a722f914eb87bcbcb7c4ed0c3ebaaa289c6788ac34753530f74a29f708",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/snoweye/actions/runs/29008707508"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2-4",
      "date": "2026-07-09T09:42:39.000Z",
      "arch": "x86_64",
      "commit": "efc7d6cee9319c34c6da600ef725931dfd0761aa",
      "fileid": "https://r2.ropensci.org/580da575bf0f6c946aff3c369962f617534a3dfa24cf7daffa58a0ec2b61cfa5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/snoweye/actions/runs/29008707508"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2-4",
      "date": "2026-07-09T09:42:25.000Z",
      "arch": "x86_64",
      "commit": "efc7d6cee9319c34c6da600ef725931dfd0761aa",
      "fileid": "https://r2.ropensci.org/9ec70f36ded3b9db2f178a7ff6bd151d0925fbeba0d9deac2ebdd1b25f8e1f50",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/snoweye/actions/runs/29008707508"
    }
  ]
}