demo/ex1_geigen.r

library(QZ, quiet = TRUE)

### https://www.nag.com/lapack-ex/node122.html
(ret <- geigen(exAB1$A, exAB1$B))

### https://www.nag.com/lapack-ex/node117.html
(ret <- geigen(exAB2$A, exAB2$B))

### https://www.nag.com/lapack-ex/node92.html
(ret <- geigen(exA1$A))

### https://www.nag.com/lapack-ex/node87.html
(ret <- geigen(exA2$A))

Try the QZ package in your browser

Any scripts or data that you put into this service are public.

QZ documentation built on Sept. 8, 2023, 5:43 p.m.