determine_GLLS Subroutine

private subroutine determine_GLLS(is)

Uses

  • proc~~determine_glls~~UsesGraph proc~determine_glls determine_GLLS module~alps_var alps_var proc~determine_glls->module~alps_var mpi mpi module~alps_var->mpi

This subroutine evaluates the General Linear Least Squares fit to the distribution function for component 'is' using the selected polynomial basis functions.

Arguments

Type IntentOptional Attributes Name
integer :: is

Index of species.


Calls

proc~~determine_glls~~CallsGraph proc~determine_glls determine_GLLS proc~least_squares_fit least_squares_fit proc~determine_glls->proc~least_squares_fit dgemm dgemm proc~least_squares_fit->dgemm dgemv dgemv proc~least_squares_fit->dgemv dgesv dgesv proc~least_squares_fit->dgesv

Called by

proc~~determine_glls~~CalledByGraph proc~determine_glls determine_GLLS proc~determine_param_fit determine_param_fit proc~determine_param_fit->proc~determine_glls program~alps alps program~alps->proc~determine_param_fit