Functions
| 358 | protected: |
| 359 | // Functions |
| 360 | void initperfvalues() |
| 361 | { |
| 362 | m_perfv.panel_size = 16; |
| 363 | m_perfv.relax = 1; |
| 364 | m_perfv.maxsuper = 128; |
| 365 | m_perfv.rowblk = 16; |
| 366 | m_perfv.colblk = 8; |
| 367 | m_perfv.fillfactor = 20; |
| 368 | } |
| 369 | |
| 370 | // Variables |
| 371 | mutable ComputationInfo m_info; |
nothing calls this directly
no outgoing calls
no test coverage detected