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

Go to the source code of this file.

Namespaces

 AbstractLinAlgPack
 

Functions

void AbstractLinAlgPack::add_elements (SpVector *sv_lhs, value_type alpha, const DVectorSlice &vs_rhs, size_type offset=0, bool add_zeros=true)
 Add elements from a dense vector to a sparse vector. More...
 
void AbstractLinAlgPack::add_elements (SpVector *sv_lhs, value_type alpha, const SpVectorSlice &sv_rhs, size_type offset=0, bool add_zeros=true)
 Add elements from a sparse vector to another sparse vector. More...
 
DVectorSlice AbstractLinAlgPack::dense_view (SpVectorSlice &sv_rhs)
 Create a dense representation of a sparse vector. More...
 
const DVectorSlice AbstractLinAlgPack::dense_view (const SpVectorSlice &sv_rhs)