operator(.column.) Interface

public interface operator(.column.)

Module Procedures

public function getColumnOf2DMatrix_int32(mat, column_idx) result(ret)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: mat(:,:)
integer(kind=int32), intent(in) :: column_idx

Return Value integer(kind=int32), allocatable, (:)

public function getColumnOf2DMatrix_real64(mat, column_idx) result(ret)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: mat(:,:)
integer(kind=int32), intent(in) :: column_idx

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

public function getColumnOf2DMatrix_complex64(mat, column_idx) result(ret)

Arguments

Type IntentOptional Attributes Name
complex(kind=real64), intent(in) :: mat(:,:)
integer(kind=int32), intent(in) :: column_idx

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