|
PIPS-NLP
|
#include <DoubleLinearSolver.h>
Public Member Functions | |
| StoredMatTransTimesVec (DoubleMatrix *mat) | |
| virtual | ~StoredMatTransTimesVec () |
| void | doIt (double beta, OoqpVector &y, double alpha, OoqpVector &x) |
Protected Attributes | |
| DoubleMatrix * | mMat |
An implementation of the abstract class that performs a mat transpose-vec with both the matrix and vector being on the same processor.
It can use OOQP matrix and the implementation is based on SimpleVector class.
| StoredMatTransTimesVec::StoredMatTransTimesVec | ( | DoubleMatrix * | mat | ) |
|
inlinevirtual |
|
virtual |
y = beta * y + alpha * A * x
Implements MatTimesVec.
|
protected |
1.8.11