- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
double a[3*3] = { 0.3804, -0.7225, 0.5774,
-0.8159, 0.0318, 0.5774,
0.4355, 0.6907, 0.5774};
double b[3*6] = { 1.0006, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000,
0.0000, 0.4887, 0.0000, 0.0000, 0.0000, 0.0000,
0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000};
double c[3*6] = { 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000,
0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000,
0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000};
int m = 3;
int n = 6;
int k = 3;
double alpha = 1;
double beta = 0;
int lda = m;
int ldb = k;
int ldc = m;
dgemm("N", "N", &m, &n, &k, α, a, &lda, b, &ldb, β, c, &ldc);
0.3806, -0.3531, 0.0000, 0.0000, 0.0000, 0.0000,
-0.8164, 0.0155, 0.0000, 0.0000, 0.0000, 0.0000,
0.4358, 0.3375, 0.0000, 0.0000, 0.0000, 0.0000
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page