|
|
Re: Efficiently computing large numbers of vector norms
Posted:
Nov 14, 2012 6:49 AM
|
|
> Note that I removed all of the ctranspose operations from the loops, because in reality they are avoidable and contribute unnecessary overhead.
Thanks, I had no idea that ctranspose would be such an important issue. I'll look back at my problem now and will try to convert it in the ways you suggested.
|
|