Beispiel #1
0
void QpGenData::getbA( OoqpVector& bout )
{
  bout.copyFrom( *bA );
}
Beispiel #2
0
void QpGenData::getg( OoqpVector& myG )
{
  myG.copyFrom( *g );
}