ono_decode Interface

interface
public module function ono_decode(mixed, basis_weights, num_inputs, num_basis) result(c)

Arguments

Type IntentOptional Attributes Name
class(array_type), intent(in), target :: mixed
class(array_type), intent(in), target :: basis_weights
integer, intent(in) :: num_inputs
integer, intent(in) :: num_basis

Return Value type(array_type),pointer

Description

Decode via orthogonal basis: Q(B) @ mixed