Method

AgsSolverMatrixeliminate

since: 3.9.3

Declaration [src]

void
ags_solver_matrix_eliminate (
  AgsSolverMatrix* solver_matrix,
  guint nth_column,
  guint nth_row_a,
  guint nth_row_b
)

Description [src]

Eliminate one column of solver_matrix.

Available since: 3.9.3

Parameters

nth_column

Type: guint

The nth column.

nth_row_a

Type: guint

The nth row as a.

nth_row_b

Type: guint

The nth row as b.