rma = a * b
rma, a and b may be aliases. However, it is more efficient if rma does not alias a or b.
Returns an error if memory could not be allocated.
rma’s allocator is used for temporary storage to speed up the multiplication.
rma = a * b
rma, a and b may be aliases. However, it is more efficient if rma does not alias a or b.
Returns an error if memory could not be allocated.
rma’s allocator is used for temporary storage to speed up the multiplication.