MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / getstride

Method getstride

src/ap.h:590–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588 };
589
590 int getstride() const
591 {
592 return m_iLinearMember;
593 };
594private:
595 bool wrongRow(int i) const { return i<m_iLow1 || i>m_iHigh1; };
596 bool wrongColumn(int j) const { return j<m_iLow2 || j>m_iHigh2; };

Callers 15

lrbuildsFunction · 0.80
lrbuildzsFunction · 0.80
lrinternalFunction · 0.80
rmatrixqrFunction · 0.80
cmatrixqrFunction · 0.80
rmatrixqrunpackqFunction · 0.80
cmatrixqrunpackqFunction · 0.80
rmatrixbdFunction · 0.80
rmatrixbdmultiplybyqFunction · 0.80
rmatrixhessenbergFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected