reshapeRealVector Function

public function reshapeRealVector(vector, size1, size2) result(matrix)

Arguments

Type IntentOptional AttributesName
real(kind=real64), intent(in) :: vector(:)
integer(kind=int32), intent(in) :: size1
integer(kind=int32), intent(in) :: size2

Return Value real(kind=real64), allocatable,(:,:)


Contents

None