tensordot Function

public function tensordot(a_ij, b_ij) result(ret)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: a_ij(:,:)
real(kind=real64), intent(in) :: b_ij(:,:)

Return Value real(kind=real64)