mod_reg2 Module

The subroutine REG2 calculates the coefficients of a equalization polynomial of the 2nd degree after the discrete error square method of Gauss

Note

This module seems to be used nowhere


Uses

    • mod_datatypes

Subroutines

public subroutine reg2(m, x, f, w, c, xm, fm) Deprecated

Author
Guido Dubois
License
Creative Commons License
Category
numerical-tools, deprecated, KKRhost

The subroutine REG2 calculates the coefficients of a equalization polynomial of the 2nd degree after the discrete error square method of Gauss

Read more…

Arguments

Type IntentOptional Attributes Name
integer :: m
real(kind=dp), dimension(*) :: x
real(kind=dp), dimension(*) :: f
real(kind=dp), dimension(*) :: w
real(kind=dp), dimension(*) :: c
real(kind=dp) :: xm
real(kind=dp) :: fm