Next: L1 matmul macro definitions
Up: Speeding up the Level
Previous: Building the General Matrix
  Contents
So, there are actually three L1 matmul kernels (corresponding to different
values), and they are:
,
,
. All input arrays () are
column-major (they are still used as performance kernels for row-major
BLAS as well, so don't worry). Additionally, and are in block-major
format, such that
.
Subsections
R. Clint Whaley
2001-08-04