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

Function determineMType

kernel/numeric/mpr_inout.cc:126–138  ·  view source on GitHub ↗

-> uResultant::resMatType determineMType( int imtype )

Source from the content-addressed store, hash-verified

124
125//-> uResultant::resMatType determineMType( int imtype )
126uResultant::resMatType determineMType( int imtype )
127{
128 switch ( imtype )
129 {
130 case MPR_DENSE:
131 return uResultant::denseResMat;
132 case 0:
133 case MPR_SPARSE:
134 return uResultant::sparseResMat;
135 default:
136 return uResultant::none;
137 }
138}
139//<-
140
141//-> function u_resultant_det

Callers 3

nuMPResMatFunction · 0.85
nuUResSolveFunction · 0.85
u_resultant_detFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected