ScaLAPACK 2.1  2.1
ScaLAPACK: Scalable Linear Algebra PACKage
dlamov.c
Go to the documentation of this file.
1 //
2 // dlamov.c
3 //
4 // Written by Lee Killough 04/19/2012
5 //
6 
7 #define TYPE double
8 #define FUNC "DLAMOV"
9 #define LAMOV dlamov_
10 #define LACPY dlacpy_
11 #include "lamov.h"
lamov.h