duvenaud_update Interface

interface
public module function duvenaud_update(a, weight, adj_ia, min_degree, max_degree) result(c)

Arguments

Type IntentOptional Attributes Name
class(array_type), intent(in), target :: a
class(array_type), intent(in), target :: weight
integer, intent(in), dimension(:) :: adj_ia
integer, intent(in) :: min_degree
integer, intent(in) :: max_degree

Return Value type(array_type),pointer

Description

Duvenaud update function