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

Method zrovToIV

kernel/numeric/mpr_numeric.cc:1084–1093  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1082}
1083
1084intvec * simplex::zrovToIV()
1085{
1086 int i;
1087 intvec * iv = new intvec( n );
1088 for ( i= 1; i <= n; i++ )
1089 {
1090 IMATELEM(*iv,i,1)= izrov[i];
1091 }
1092 return iv;
1093}
1094
1095void simplex::compute()
1096{

Callers 1

loSimplexFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected