48 #if defined(__GPMP_CPP_API__) 
   55                             std::size_t *mtx_size);
 
   72                                     std::size_t mtx_size) {
 
   80                                     std::size_t mtx_size) {
 
   85 void gpmp::linalg::Mtx::mtx_mult_f90(
int *
A,
 
subroutine mtx_add_routine_float_(A, B, C, mtx_size)
FORTRAN Subroutine for Matrix Addition on flattened matrices as arrays of type float32....
subroutine mtx_mult_routine_int_(A, B, C, rows_a, cols_a, cols_b)
FORTRAN Subroutine for Matrix Multiplication using Fortran intrinsics. Contains C++ wrapper function.
subroutine mtx_add_routine_int_(A, B, C, mtx_size)
FORTRAN Subroutine for Matrix Addition on flattened matrices as arrays of type int32....