Spectral Integral Suite in C++
Ex_06.cpp File Reference

An example for the solution of a generalized eigenvalue problem \( L \phi = \lambda M \phi \). More...

Detailed Description

An example for the solution of a generalized eigenvalue problem \( L \phi = \lambda M \phi \).

Solves the generalized eigenvalue problem, where, \( L = \mathrm D^4 - 8\mathrm D^2 + 16,\;\; u(\pm 1) = [\mathrm D^2u(\cdot)](\pm 1) = 0\) and \( M = \mathrm D^2 - 4,\;\; u(\pm 1) = 0 \). Where \( \mathrm D = \mathrm d/\mathrm d y \).

Definition in file Ex_06.cpp.

Include dependency graph for Ex_06.cpp:

Go to the source code of this file.

Typedefs

typedef complex< double > Cd_t
 
typedef valarray< double > Vd_t
 

Functions

int main ()
 

Typedef Documentation

◆ Cd_t

typedef complex<double> Cd_t

Definition at line 15 of file Ex_06.cpp.

◆ Vd_t

typedef valarray<double> Vd_t

Definition at line 16 of file Ex_06.cpp.

Function Documentation

◆ main()