Home
last modified time | relevance | path

Searched defs:RowStructure (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/eigen/Eigen/src/OrderingMethods/
H A DEigen_Colamd.h180 struct RowStructure struct
182 IndexType start ; /* index for A of first col in this row */
183 IndexType length ; /* number of principal columns in this row */
185 {
188 } shared1 ;
190 {
193 } shared2 ;
195 inline bool is_dead() const { return shared2.mark < Alive; } in is_dead()
197 inline bool is_alive() const { return shared2.mark >= Alive; } in is_alive()
199 inline void kill() { shared2.mark = Dead; } in kill()