NAME

reshape - creates a version of an array with a different shape

SYNOPSIS

arr.reshape(shp)

DESCRIPTION

creates a version of an array with a different shape

RETURN VALUE

enter return value here

ERRORS

enter exceptions thrown

EXAMPLE

    // this is an example

SEE ALSO

related