#include <f_matrix.h>
F_ means FORTRAN. The Matrices are stored with the same memory layout that FORTRAN uses for two dimensional arrays. Mainly useful for using LAPACK routines on them ...