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

Method getMinValues

biteopt.h:1874–1877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1872 const double* ub; ///< Parameters' upper bounds.
1873
1874 virtual void getMinValues( double* const p ) const
1875 {
1876 memcpy( p, lb, N * sizeof( p[ 0 ]));
1877 }
1878
1879 virtual void getMaxValues( double* const p ) const
1880 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected