LapackDoc Tour

Let's start with the documentation of DGETRF. It was extracted from the source file dgetrf.f.

Documentation

Right after the title we have a box containing the subroutine declaration. Clicking on it leads you to its definition inside the source code.

Further we have a Purpose and Arguments section. The variable names in the Arguments section are also clickable. For example INFO is linked with its definition in the source code.

Finally we have sections with a Call Graph and Caller Graph. Each node is linked with the documentation of the corresponding subroutine or function.

Source Code

When you look at the source file dgetrf.f you notice that variables and function/subroutine names are linked. Links are underlined: