Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | List of all members
sll_p_multiply_matrix_abstract Interface Reference

Private Member Functions

subroutine sll_p_multiply_matrix_abstract (self, mat_a, mat_b)
 

Detailed Description

Definition at line 101 of file sll_m_matrix_abstract.F90.

Constructor & Destructor Documentation

◆ sll_p_multiply_matrix_abstract()

subroutine sll_p_multiply_matrix_abstract ( class(sll_t_matrix_abstract), intent(in)  self,
class(sll_t_matrix_abstract), intent(in)  mat_a,
class(sll_t_matrix_abstract), intent(inout)  mat_b 
)
private

Definition at line 101 of file sll_m_matrix_abstract.F90.

    Report Typos and Errors