Function sgetrf_

Computes an LU factorization of a general matrix, using partial pivoting with row interchanges.

extern(C) void sgetrf_ (
  int* m,
  int* n,
  float* a,
  int* lda,
  int* ipiv,
  int* info
);