to_COO Interface

public interface to_COO

Module Procedures

public function to_COO_from_DenseMatrix(dense_matrix) result(ret)

Arguments

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

Return Value type(COO_)

public function to_COO_from_ArrayObject(arrayobject) result(ret)

Arguments

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

Return Value type(COO_)