MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
AbstractLinAlgPack_VectorMutable.hpp File Reference
#include "AbstractLinAlgPack_Vector.hpp"
Include dependency graph for AbstractLinAlgPack_VectorMutable.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AbstractLinAlgPack::VectorMutable
 Abstract interface for mutable coordinate vectors {abstract}. More...
 

Namespaces

 AbstractLinAlgPack
 

Functions

void AbstractLinAlgPack::Vp_StMtV (VectorMutable *y, value_type alpha, const GenPermMatrixSlice &P, BLAS_Cpp::Transp P_trans, const Vector &x, value_type beta=1.0)
 y = alpha * op(P) * x + beta *y More...