File: zlamov.c

package info (click to toggle)
scalapack 2.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 37,012 kB
  • sloc: fortran: 339,113; ansic: 74,517; makefile: 1,494; sh: 34
file content (11 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
//
//  zlamov.c
//
//  Written by Lee Killough 04/19/2012
//  

#define TYPE  complex16
#define FUNC  "ZLAMOV"
#define LAMOV zlamov_
#define LACPY zlacpy_
#include "lamov.h"