MYWE

class MYWE

A more detailed description of MYWE

Operations

void execute(Dvector &Corr, Dvector &AR)

Brief documentation for the execute method.

Start of the long documentation for execute method.

Declaration of execute operation

Pre

A precondition

Post

A postcondition

Return

a returned value

Exceptions
  • An: exception

Parameters
  • a: parameter

Public Functions

MYWE(unsigned int mIP, unsigned int mIQ)

Constructor

~MYWE()

Destructor

MYWE &operator=(const MYWE &from)

Assignement operator

Return

a reference to a new object

Parameters
  • from: The instance to be assigned from