Go to the source code of this file.
◆ sm_block_partition()
Definition at line 88 of file part.c.
91{
92 int cols_visited, rows_visited;
95
96
98 return 0;
99 }
100
101
104 }
107 }
108
109 cols_visited = rows_visited = 0;
110 if (visit_row(A, A->
first_row, &rows_visited, &cols_visited)) {
111
112 return 0;
113 } else {
118 copy_row(*L, prow);
119 } else {
120 copy_row(*R, prow);
121 }
122 }
123 return 1;
124 }
125}
ABC_NAMESPACE_IMPL_START sm_matrix * sm_alloc()
struct sm_col_struct sm_col
struct sm_row_struct sm_row