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

Method getElem

kernel/numeric/mpr_base.cc:2047–2054  ·  view source on GitHub ↗

-> resVector::

Source from the content-addressed store, hash-verified

2045
2046//-> resVector::*
2047poly resVector::getElem( const int i ) // inline ???
2048{
2049 assume( 0 < i || i > numColVectorSize );
2050 poly out= pOne();
2051 pSetCoeff( out, numColVector[i] );
2052 pTest( out );
2053 return( out );
2054}
2055
2056number resVector::getElemNum( const int i ) // inline ??
2057{

Callers 1

getSubMatrixMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected