Data Types | |
| type | t_vector |
Functions/Subroutines | |
| integer function | get_dim (this) |
| subroutine | set_dim (this, dim) |
| subroutine | create (this, nn) |
| subroutine | destroy (this) |
| subroutine | associate (this, ptr_irow, ptr_val) |
| function | norm (this) |
| subroutine vector_mod::associate | ( | class(t_vector), intent(inout), target | this, |
| integer, dimension(:), pointer | ptr_irow, | ||
| double precision, dimension(:), pointer | ptr_val ) |
Definition at line 132 of file vector_mod.F.
| subroutine vector_mod::create | ( | class(t_vector), intent(inout) | this, |
| integer, intent(in) | nn ) |
Definition at line 97 of file vector_mod.F.
| subroutine vector_mod::destroy | ( | class(t_vector), intent(inout) | this | ) |
Definition at line 115 of file vector_mod.F.
| integer function vector_mod::get_dim | ( | class(t_vector), intent(in) | this | ) |
Definition at line 71 of file vector_mod.F.
| function vector_mod::norm | ( | class(t_vector), intent(in) | this | ) |
Definition at line 153 of file vector_mod.F.
| subroutine vector_mod::set_dim | ( | class(t_vector), intent(inout) | this, |
| integer | dim ) |
Definition at line 84 of file vector_mod.F.