to_CRS Interface

public interface to_CRS

Module Procedures

public function to_CRS_from_DenseMatrix(dense_matrix) result(ret)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: dense_matrix(:,:)

Return Value type(CRS_)

public function to_CRS_from_ArrayObject(arrayobject) result(ret)

Arguments

Type IntentOptional Attributes Name
type(Array_), intent(in) :: arrayobject

Return Value type(CRS_)