Skip to content
/ jdqzpp Public

Templated JDQZ generalized eigenvalue problem solver

License

Notifications You must be signed in to change notification settings

erik808/jdqzpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JDQZ++

Templated C++ implementation of the JDQZ generalized eigenvalue problem solver.

Introduction

This is an almost 1-1 port of the original FORTRAN code by Fokkema and van Gijzen, see

A few of the old routines survive and are compiled into a separate library.

The main difference with the original is that vectors are now templated. We require vectors to have a few standard members (e.g. dot(), axpy(), scale(), etc.) with complex arithmetic. For manipulations of the projected problem we use containers provided by the STL.

Installation

This project depends on

  • cmake
  • lapack
  • gtest

About

Templated JDQZ generalized eigenvalue problem solver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published