Open
Description
This issue discusses the status of BLAS
extension in easifem. Currently, BLAS
directory contains following files :
.
├── BLAS1F_Method.F90
├── BLAS1M_Method.F90
├── BLAS1V_Method.F90
├── BLAS2_Method.F90
└── BLAS3_Method.F90
- Among these files only
BLAS1V_Method.F90
, currently contains some code related to Level-1 Blas operations. - Let' s discuss the future of this module.