File: clamov.c

package info (click to toggle)
scalapack 2.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 36,224 kB
  • sloc: fortran: 338,811; ansic: 74,515; makefile: 1,403; sh: 56
file content (11 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
//
//  clamov.c
//
//  Written by Lee Killough 04/19/2012
//  

#define TYPE  complex
#define FUNC  "CLAMOV"
#define LAMOV clamov_
#define LACPY clacpy_
#include "lamov.h"