in reply to Small typo
in thread Two handy tools for nested arrays: mapat and transpose

Good catch! To fix the problem, I wrapped the output stage of matrixwise_map inside of ( )[0] to force array context, which is always what we want because we are dealing with matricies.