PIPS-NLP
Public Member Functions | List of all members
MatTimesVec Class Referenceabstract

#include <DoubleLinearSolver.h>

Inheritance diagram for MatTimesVec:
StoredMatTimesVec StoredMatTransTimesVec

Public Member Functions

virtual void doIt (double beta, OoqpVector &y, double alpha, OoqpVector &x)=0
 

Detailed Description

The abstract interface to a mat-vec operation required by the iterative solvers.

Member Function Documentation

virtual void MatTimesVec::doIt ( double  beta,
OoqpVector y,
double  alpha,
OoqpVector x 
)
pure virtual

y = beta * y + alpha * A * x

Implemented in StoredMatTransTimesVec, and StoredMatTimesVec.


The documentation for this class was generated from the following file: