Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in), | dimension(:) | :: | u | ||
type(spvec_t), | intent(in) | :: | v |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(spvec_t), | intent(in) | :: | v | |||
real(kind=wp), | intent(in), | dimension(:) | :: | u |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(spvec_t), | intent(in) | :: | u | |||
type(spvec_t), | intent(in) | :: | v |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in) | :: | r | |||
type(spvec_t), | intent(in) | :: | v |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(spvec_t), | intent(in) | :: | v | |||
real(kind=wp), | intent(in) | :: | r |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in), | dimension(:) | :: | u | ||
type(spvec_t), | intent(in) | :: | v |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(spvec_t), | intent(in) | :: | v | |||
real(kind=wp), | intent(in), | dimension(:) | :: | u |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(spvec_t), | intent(in) | :: | u | |||
type(spvec_t), | intent(in) | :: | v |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in), | dimension(:) | :: | u | ||
type(sparse_t), | intent(in) | :: | A |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sparse_t), | intent(in) | :: | A | |||
real(kind=wp), | intent(in), | dimension(:) | :: | u |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(spvec_t), | intent(in) | :: | v | |||
type(sparse_t), | intent(in) | :: | A |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sparse_t), | intent(in) | :: | A | |||
type(spvec_t), | intent(in) | :: | v |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sparse_t), | intent(in) | :: | A | |||
type(sparse_t), | intent(in) | :: | B |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sparse_t), | intent(in) | :: | A | |||
real(kind=wp), | intent(in), | dimension(:) | :: | u |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sparse_t), | intent(in) | :: | A | |||
type(spvec_t), | intent(in) | :: | v |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sparse_t), | intent(in) | :: | A | |||
type(sparse_t), | intent(in) | :: | B |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | dimension(:), allocatable | :: | i | |||
real(kind=wp), | public, | dimension(:), allocatable | :: | v |
procedure, public :: get => get_v | |
procedure, public :: set => set_v | |
procedure, public :: add => add_v | |
procedure, public :: toDense => toDense_v |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | N | ||||
integer, | public | :: | M | ||||
type(spvec_t), | public, | dimension(:), allocatable | :: | rows |
procedure, public :: get => get_m | |
procedure, public :: set => set_m | |
procedure, public :: add => add_m | |
procedure, public :: expand | |
procedure, public :: getDiagonal | |
procedure, public :: toDense => toDense_m | |
procedure, public :: toText => toText_m |