ono_encode Interface

interface
public module function ono_encode(input, basis_weights, num_inputs, num_basis) result(c)

Arguments

Type IntentOptional Attributes Name
class(array_type), intent(in), target :: input
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

Encode via orthogonal basis: Q(B)^T @ u