|
PLASMA
2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|
#include <stdlib.h>#include <stdio.h>#include <string.h>#include <lapacke.h>#include <plasma.h>#include "testing_smain.h"
Go to the source code of this file.
Functions | |
| int | testing_sgetmi (int argc, char **argv) |
PLASMA testings module PLASMA is a software package provided by Univ. of Tennessee, Univ. of California Berkeley and Univ. of Colorado Denver
This program tests the implementation of the inplace format conversion based on the GKK algorithm by Gustavson, Karlsson, Kagstrom.
s Tue Nov 22 14:35:50 2011
Purpose : Test the in place matrix transposition with the 6 different formats of input.
Definition in file testing_sgetmi.c.
| int testing_sgetmi | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 46 of file testing_sgetmi.c.
References A, B, check_solution(), format, formatmap, formatstr, ISEED, PLASMA_sgetmi(), PLASMA_SUCCESS, and USAGE.

