spx_stat Module

记录统计信息


Uses


Contents


Derived Types

type, public ::  stat_type

Components

Type Visibility Attributes Name Initial
real(kind=rk), public :: loc_min(2)

min/max of x and y

real(kind=rk), public :: loc_max(2)

min/max of x and y

Type-Bound Procedures

procedure , public , :: update Subroutine

Subroutines

public subroutine update(self, loc)

Arguments

Type IntentOptional Attributes Name
class(stat_type), intent(inout) :: self
real(kind=rk), intent(in) :: loc(:,:)