Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avaneev/biteopt
/ getMinValues
Method
getMinValues
example.cpp:16–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
virtual void getMinValues( double* const p ) const
17
{
18
p[ 0 ] = -10.0;
19
p[ 1 ] = -10.0;
20
}
21
22
virtual void getMaxValues( double* const p ) const
23
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected