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