#!/bin/bash
#
#
gcc -g lsqf.c -o lsqf -lm -llapack
