MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
add_row
Interface
3 statements
Source File
CSR_SparseMatrix.F90
mapl3g_CSR_SparseMatrix
add_row
Contents
Module Procedures
add_row_sp
public interface add_row
Module Procedures
private pure subroutine add_row_sp(this, row, start_column, v)
Arguments
Type
Intent
Optional
Attributes
Name
type(
CSR_SparseMatrix_sp
),
intent(inout)
::
this
integer,
intent(in)
::
row
integer,
intent(in)
::
start_column
real(kind=sp),
intent(in)
::
v
(:)