|
| procedure, pass | create (this, nn) |
| procedure, pass | destroy (this) |
| procedure, pass | associate (this, ptr_irow, ptr_val) |
| procedure, pass | get_dim (this) |
| procedure, pass | set_dim (this, dim) |
| procedure, pass | norm (this) |
|
| integer, dimension(:), allocatable | irow |
| double precision, dimension(:), allocatable | val |
Definition at line 45 of file vector_mod.F.
◆ associate()
| procedure, pass vector_mod::t_vector::associate |
( |
class(t_vector), intent(inout), target | this, |
|
|
integer, dimension(:), pointer | ptr_irow, |
|
|
double precision, dimension(:), pointer | ptr_val ) |
◆ create()
| procedure, pass vector_mod::t_vector::create |
( |
class(t_vector), intent(inout) | this, |
|
|
integer, intent(in) | nn ) |
◆ destroy()
| procedure, pass vector_mod::t_vector::destroy |
( |
class(t_vector), intent(inout) | this | ) |
|
◆ get_dim()
| procedure, pass vector_mod::t_vector::get_dim |
( |
class(t_vector), intent(in) | this | ) |
|
◆ norm()
| procedure, pass vector_mod::t_vector::norm |
( |
class(t_vector), intent(in) | this | ) |
|
◆ set_dim()
| procedure, pass vector_mod::t_vector::set_dim |
( |
class(t_vector), intent(inout) | this, |
|
|
integer | dim ) |
◆ dim
| integer, private vector_mod::t_vector::dim |
|
private |
Definition at line 46 of file vector_mod.F.
46 integer, private :: dim
◆ irow
| integer, dimension(:), allocatable vector_mod::t_vector::irow |
Definition at line 47 of file vector_mod.F.
47 integer, dimension(:), allocatable :: irow
◆ val
| double precision, dimension(:), allocatable vector_mod::t_vector::val |
Definition at line 48 of file vector_mod.F.
48 double precision, dimension(:), allocatable :: val
The documentation for this type was generated from the following file: