Go to the source code of this file.
Data Types | |
type | gjp_types::gjp_sparse_matrix |
Sparse representation of a Jacobi matrix. More... | |
Modules | |
module | gjp_types |
Module for defining types and precision levels for Gauss-Jacobi Polynomial (GJP) calculations. | |
Variables | |
integer, parameter, public | gjp_types::dp = kind(0.d0) |
Define various kinds for real numbers. More... | |
integer, parameter, public | gjp_types::hp = selected_real_kind(15) |
integer, parameter, public | gjp_types::qp = selected_real_kind(32) |
integer, parameter, public | gjp_types::sp = kind(0.) |