#include "sll_working_precision.h"
#include "sll_errors.h"
Go to the source code of this file.
|
subroutine | create_linear_solver_block (self, n_block_rows, n_block_cols) |
| creates a linear solver_block you must sets the linop using set More...
|
|
subroutine | set_linear_solver_block (self, i_block_row, i_block_col, linop, r_coeff) |
| sets a linear solver More...
|
|
subroutine | read_from_file_linear_solver_block (self, filename) |
|
subroutine | set_verbose_linear_solver_block (self, verbose) |
|
subroutine | solve_real_linear_solver_block (self, rhs, unknown) |
| apply the dot operation More...
|
|
subroutine | print_info_linear_solver_block (self) |
| prints the current object More...
|
|
subroutine | free_linear_solver_block (self) |
| destroys the current object More...
|
|