main Program

Uses

Variables

Type Attributes Name Initial
type(Array_) :: A
type(Array_) :: B
type(Array_) :: C
type(Array_) :: I
type(Array_) :: str_array
real(kind=real64), allocatable :: vector(:)
real(kind=real64), allocatable :: small_vector(:)
integer(kind=int32), allocatable :: vector_int(:)
real(kind=real64), allocatable :: matrix_real(:,:)
integer(kind=int32), allocatable :: matrix_int(:,:)