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