spmatrix Interface

public interface spmatrix

Contents


Module Procedures

private pure function spmatrix_init(n) result(res)

Initialize spmatrix object.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: n

number of rows or columns

Return Value type(spmatrix)