Utility functions for gRbase package. Includes 'faster versions' of
certain standard R functions.
Arguments
Value
A vector or a logical.
Details
colwiseProd multiplies a vector and a matrix columnwise (as
opposed to rowwise which is achieved by v*M). Hence
colwiseProd does the same as t(v*t(M)) - but it does so
faster for numeric values.