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