oineus.ReductionParams

class oineus.ReductionParams(*args, **kwargs)

Bases: object

property acq_rel

(self) -> bool

property chunk_size

(self) -> int

property clearing_opt

(self) -> bool

property col_repr

(self) -> oineus._oineus.ColumnRepr

property compute_u

(self) -> bool

property compute_v

(self) -> bool

property dims_to_restore_elz

(self) -> list[int]

property do_sanity_check

(self) -> bool

property elapsed

(self) -> float

property elapsed_copy_back

(self) -> float

property elapsed_copy_pivots

(self) -> float

property elapsed_restore_elz

(self) -> float

property n_threads

(self) -> int

property print_time

(self) -> bool

property sort_dgms

(self) -> bool

property timings

Per-phase wall-clock breakdown of the last reduce() (ReductionTimings).

property verbose

(self) -> bool

property write_dgms

(self) -> bool