get_diagonal_factor Function

function get_diagonal_factor(matrix) result(diagonal_factor)

Returns the value that is introduced on the main block diagonal after zeroing out the corresponding row and column. Depends on the matrix that is used.

Arguments

Type IntentOptional Attributes Name
type(matrix_t), intent(in) :: matrix

Return Value complex(kind=dp)