gjp_lapack Module Reference

LAPACK Interface for Gauss Jacobi Polynomials. More...

Data Types

interface  DSTEQR
 Compute the eigenvalues and eigenvectors of a real symmetric tridiagonal matrix. More...
 

Variables

integer, parameter dp = kind(0.d0)
 

Detailed Description

LAPACK Interface for Gauss Jacobi Polynomials.

This module provides an interface to LAPACK routines used with Generalized Jacobi Polynomials.

Variable Documentation

◆ dp

integer, parameter gjp_lapack::dp = kind(0.d0)

Definition at line 24 of file gjp_lapack.f90.

24 integer, parameter :: dp = kind(0.d0)