MCPcopy Create free account
hub / github.com/avaneev/biteopt / getMinValues

Method getMinValues

tests/tester.h:271–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269 }
270
271 virtual void getMinValues( double* const p ) const
272 {
273 int i;
274
275 for( i = 0; i < Dims; i++ )
276 {
277 p[ i ] = minv[ i ];
278 }
279 }
280
281 virtual void getMaxValues( double* const p ) const
282 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected