MultiplePSDSelfTest.cpp File Reference

Classes

class  MultiplePSDSelfTest
 

Functions

int main (int argc UNUSED, char *argv[] UNUSED)
 

Function Documentation

◆ main()

int main ( int argc  UNUSED,
char *argv[]  UNUSED 
)
130 {
131  MultiplePSDSelfTest problem;
132  problem.solve();
133 }
void solve()
The work horse of the code.
Definition: DPMBase.cc:4270
Definition: MultiplePSDSelfTest.cpp:40

References DPMBase::solve().