tensor_t Interface

public interface tensor_t

Functions

private pure module function construct_from_components(values) result(tensor)

Arguments

Type IntentOptional Attributes Name
real(kind=rkind), intent(in) :: values(:)

Return Value type(tensor_t)