Example illustrating the use of the ConstraintProduct class. More...
Protected Attributes | |
real_t * | A |
int_t | diagOffset |
int_t | nC |
int_t | nV |
Example illustrating the use of the ConstraintProduct class.
Example illustrating the use of the ConstraintProduct class.
Definition at line 54 of file test_constraintProduct1.cpp.
|
inline |
Default constructor.
Definition at line 58 of file test_constraintProduct1.cpp.
|
inline |
Constructor.
Definition at line 61 of file test_constraintProduct1.cpp.
|
inline |
Copy constructor (flat copy).
Definition at line 74 of file test_constraintProduct1.cpp.
|
inlinevirtual |
Destructor.
Definition at line 84 of file test_constraintProduct1.cpp.
|
inline |
Default constructor.
Definition at line 58 of file test_constraintProduct2.cpp.
|
inline |
Constructor.
Definition at line 61 of file test_constraintProduct2.cpp.
|
inline |
Copy constructor (flat copy).
Definition at line 74 of file test_constraintProduct2.cpp.
|
inlinevirtual |
Destructor.
Definition at line 84 of file test_constraintProduct2.cpp.
|
inlinevirtual |
Evaluates the product of a given constraint with the current iterate. This function needs to be implemented in a derived class for the user-defined constraint product function.
Implements ConstraintProduct.
Definition at line 101 of file test_constraintProduct1.cpp.
|
inlinevirtual |
Evaluates the product of a given constraint with the current iterate. This function needs to be implemented in a derived class for the user-defined constraint product function.
Implements ConstraintProduct.
Definition at line 101 of file test_constraintProduct2.cpp.
|
inline |
Assignment operator (flat copy).
Definition at line 87 of file test_constraintProduct2.cpp.
|
inline |
Assignment operator (flat copy).
Definition at line 87 of file test_constraintProduct1.cpp.
|
protected |
Pointer to full constraint matrix (typically not needed!).
Definition at line 122 of file test_constraintProduct1.cpp.
|
protected |
...
Definition at line 121 of file test_constraintProduct1.cpp.
|
protected |
Number of constraints.
Definition at line 120 of file test_constraintProduct1.cpp.
|
protected |
Number of variables.
Definition at line 116 of file test_constraintProduct1.cpp.