BLR Approximation of Dense Matrices

The BLR code can be found in the src/BLR/ subdirectory. All BLR code is in a namespace called BLR. The class for a sequential/multithreaded BLR matrix is BLRMatrix<scalar>. There is currently no support yet for distributed memory BLR operations.