#include "sll_errors.h"
Go to the source code of this file.
|
| subroutine | copy__real (self, x) |
| |
| subroutine | incr__real (self, x) |
| |
| subroutine | scal__real (self, a) |
| |
| subroutine | add__real (self, x, y) |
| |
| subroutine | mult__real (self, a, x) |
| |
| subroutine | mult_add__real (self, a, x, y) |
| |
| subroutine | incr_mult__real (self, a, x) |
| |
| subroutine | lcmb__real (self, a, x) |
| |
| subroutine | incr_lcmb__real (self, a, x) |
| |
| real(wp) function | norm__real (self) |
| |
| real(wp) function | inner__real (self, x) |
| |
|
| integer, parameter | wp = f64 |
| | Working precision. More...
|
| |
| character(len= *), parameter | wrong_type_x = "x not of type 'sll_t_vector_space_real_array_1d'" |
| |
| character(len= *), parameter | wrong_type_y = "y not of type 'sll_t_vector_space_real_array_1d'" |
| |