|
subroutine | s_vector_space_c1_block__init (self, n1, n2, p1, p2) |
|
subroutine | s_vector_space_c1_block__copy (self, x) |
|
subroutine | s_vector_space_c1_block__incr (self, x) |
|
subroutine | s_vector_space_c1_block__scal (self, a) |
|
subroutine | s_vector_space_c1_block__add (self, x, y) |
|
subroutine | s_vector_space_c1_block__mult (self, a, x) |
|
subroutine | s_vector_space_c1_block__mult_add (self, a, x, y) |
|
subroutine | s_vector_space_c1_block__incr_mult (self, a, x) |
|
subroutine | s_vector_space_c1_block__lcmb (self, a, x) |
|
subroutine | s_vector_space_c1_block__incr_lcmb (self, a, x) |
|
real(wp) function | f_vector_space_c1_block__norm (self) |
|
real(wp) function | f_vector_space_c1_block__inner (self, x) |
|
◆ f_vector_space_c1_block__inner()
◆ f_vector_space_c1_block__norm()
◆ s_vector_space_c1_block__add()
◆ s_vector_space_c1_block__copy()
◆ s_vector_space_c1_block__incr()
◆ s_vector_space_c1_block__incr_lcmb()
◆ s_vector_space_c1_block__incr_mult()
◆ s_vector_space_c1_block__init()
subroutine sll_m_vector_space_c1_block::s_vector_space_c1_block__init |
( |
class(sll_t_vector_space_c1_block), intent(inout) |
self, |
|
|
integer, intent(in) |
n1, |
|
|
integer, intent(in) |
n2, |
|
|
integer, intent(in) |
p1, |
|
|
integer, intent(in) |
p2 |
|
) |
| |
|
private |
◆ s_vector_space_c1_block__lcmb()
◆ s_vector_space_c1_block__mult()
◆ s_vector_space_c1_block__mult_add()
◆ s_vector_space_c1_block__scal()
subroutine sll_m_vector_space_c1_block::s_vector_space_c1_block__scal |
( |
class(sll_t_vector_space_c1_block), intent(inout) |
self, |
|
|
real(wp), intent(in) |
a |
|
) |
| |
|
private |
◆ wp
integer, parameter wp = f64 |
|
private |
◆ wrong_type_x
◆ wrong_type_y