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

Method posvToIV

kernel/numeric/mpr_numeric.cc:1073–1082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1071}
1072
1073intvec * simplex::posvToIV()
1074{
1075 int i;
1076 intvec * iv = new intvec( m );
1077 for ( i= 1; i <= m; i++ )
1078 {
1079 IMATELEM(*iv,i,1)= iposv[i];
1080 }
1081 return iv;
1082}
1083
1084intvec * simplex::zrovToIV()
1085{

Callers 1

loSimplexFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected