#include <GenMatrix.hh>
Inheritance diagram for GenMatrix:

Public Methods | |
| virtual void | mult (double alpha, const IotrVector &x, double beta, IotrVector &y) const=0 |
| y = beta * y + alpha * M * x | |
| virtual void | transposeMult (double alpha, const IotrVector &x, double beta, IotrVector &y) const=0 |
| Transpose multiply y := beta * y + alpha * this^T * x. | |
| virtual int | rows () const=0 |
| return number of rows. | |
| virtual int | columns () const=0 |
| return number of columns. | |
| virtual void | writefToStream (std::ostream &out, const char format[]) const=0 |
| Write the components of this OOQP_Matrix to a stream, subject to a format. | |
|
||||||||||||
|
Write the components of this OOQP_Matrix to a stream, subject to a format.
Implemented in DenseGenMatrix, and SparseGenMatrix. |
1.2.18