FE-Project
|
Public Member Functions | |
subroutine | sparsemat_matmul1 (a, b, c) |
subroutine | sparsemat_matmul2 (a, b, c) |
Definition at line 56 of file scale_sparsemat.F90.
subroutine scale_sparsemat::sparsemat_matmul::sparsemat_matmul1 | ( | type(sparsemat), intent(in) | a, |
real(rp), dimension(:), intent(in) | b, | ||
real(rp), dimension(a%m), intent(out) | c ) |
Definition at line 342 of file scale_sparsemat.F90.
References scale_sparsemat::sparsemat_storage_typeid_csr, and scale_sparsemat::sparsemat_storage_typeid_ell.
subroutine scale_sparsemat::sparsemat_matmul::sparsemat_matmul2 | ( | type(sparsemat), intent(in) | a, |
real(rp), dimension(:,:), intent(in) | b, | ||
real(rp), dimension(size(b,1),a%m), intent(out) | c ) |
Definition at line 364 of file scale_sparsemat.F90.
References scale_sparsemat::sparsemat_storage_typeid_csr, and scale_sparsemat::sparsemat_storage_typeid_ell.