MOOCHO (Single Doxygen Collection)
Version of the Day
|
#include "AbstractLinAlgPack_Vector.hpp"
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... | |