CCS_ Derived Type

type, public :: CCS_


Components

Type Visibility Attributes Name Initial
integer(kind=int32), public, allocatable :: col_ptr(:)
integer(kind=int32), public, allocatable :: row_idx(:)
real(kind=real64), public, allocatable :: val(:)

Type-Bound Procedures

procedure, public :: get_column => get_column_CCS

  • public function get_column_CCS(this, col) result(ret)

    Arguments

    Type IntentOptional Attributes Name
    class(CCS_), intent(in) :: this
    integer(kind=int32), intent(in) :: col

    Return Value real(kind=real64), allocatable, (:)