akielaries/openGPMP

Introduce Fortran subroutines

Closed this issue · 0 comments

The current lingalg module contains C++ templated code for various Matrix/Vector related operations. New additions to this module will include

Fortran subroutines for the following:

  • Vector addition, subtraction, multiplication and other important algorithms related to Vector arithmetic
  • Matrix addition, subtraction, multiplication and other important algorithms related to Matrix arithmetic
  • Additional Linear Algebra Methods