Learn more about cloning repositories
You have read-only access
Refs #154. Fixed a SEGFAULT bug of dgemv_t when m is very large. It overflowed the internal buffer. Thus, we split vector x into blocks when m is very large. Thank @wangqian for this patch.