pbepack
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
spmatrix
Interface
MIT
3 statements
Source File
pbepack_algebra.f90
pbepack_algebra
spmatrix
Contents
Module Procedures
spmatrix_init
public interface spmatrix
Module Procedures
private pure function spmatrix_init(n) result(res)
Initialize
spmatrix
object.
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
n
number of rows or columns
Return Value
type(
spmatrix
)