Go to the source code of this file.
|
| subroutine | matrixelement_module::check_constructed (this) |
| | Check that type is constructed. More...
|
| |
| subroutine | matrixelement_module::construct_mat_standard (this) |
| | Construct the type. More...
|
| |
| subroutine | matrixelement_module::initialize_struct_standard (this, matrix_size, matrix_type, block_size) |
| | Initialize the type. More...
|
| |
| subroutine | matrixelement_module::insert_matelem_standard (this, i, j, coefficient, class, thresh) |
| | Insert a new element. More...
|
| |
| subroutine | matrixelement_module::get_matelem_standard (this, idx, i, j, coeff) |
| | Retrieve element. More...
|
| |
| subroutine | matrixelement_module::expand_standard (this, capacity) |
| | Retrieve element. More...
|
| |
| subroutine | matrixelement_module::clear_standard (this) |
| | Clear elements. More...
|
| |
| subroutine | matrixelement_module::sort_matelem (this) |
| | Sort elements. More...
|
| |
| subroutine | matrixelement_module::destroy_standard (this) |
| | Destroy elements. More...
|
| |