Subgraph sparsity patterns.
- Template Parameters
-
| Base | is the base type for this recording. |
| SizeVector | is the simple vector with elements of type size_t that is used for row, column index sparsity patterns. |
- Parameters
-
| select_domain | sparsity pattern for the diagonal of the square matrix D. |
| select_range | sparsity pattern for the diagnoal of the square matrix R |
| transpose | If true, the return is a dependency sparsity pattern for  |
| pattern_out | The input value does not matter. The return value is a dependency sparsity pattern for where F is the function corresponding to the operation sequence and x is any argument value. is the sparsity pattern transposed. |
Definition at line 167 of file subgraph_sparsity.hpp.