MCPcopy Create free account
hub / github.com/dblalock/bolt / initperfvalues

Method initperfvalues

cpp/src/external/eigen/src/SparseLU/SparseLU.h:360–368  ·  view source on GitHub ↗

Functions

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected