Fedora Project
FORTRAN: LAPACK and BLAS
FORTRAN is an old language, however, it is the basis of all the computational back-end. Be it numpy, or MATLAB.
It is not only interesting, but also important to know the conventions of FORTRAN and specifically, the LAPACK
(aka the Linear Algebra Package)
Perform SAXPY
, DDOT
, DGEMV
, DGEMM
, operation on a set of matrices.
Please use fortran 90 for this task.
Employ the use of a makefile for compilation.
Task tags
Students who completed this task
Chenlitw, Mukundan314, UTx10101