MCPcopy Create free account
hub / github.com/Singular/Singular / getElemNum

Method getElemNum

kernel/numeric/mpr_base.cc:2056–2060  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2054}
2055
2056number resVector::getElemNum( const int i ) // inline ??
2057{
2058 assume( i >= 0 && i < numColVectorSize );
2059 return( numColVector[i] );
2060}
2061//<-
2062
2063//-> resMatrixDense::*

Callers 3

createMatrixMethod · 0.80
getSubMatrixMethod · 0.80
getSubDetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected