Lines Matching full:rows
47 int M = c.rows(); int N = c.cols(); int K = a.cols();
48 int lda = a.rows(); int ldb = b.rows(); int ldc = c.rows();
58 int M = c.rows(); int N = c.cols(); int K = a.cols();
59 int lda = a.rows(); int ldb = b.rows(); int ldc = c.rows();
69 int M = c.rows(); int N = c.cols(); int K = a.cols();
70 int lda = a.rows(); int ldb = b.rows(); int ldc = c.rows();
80 int M = c.rows(); int N = c.cols(); int K = a.cols();
81 int lda = a.rows(); int ldb = b.rows(); int ldc = c.rows();