apply_op(const RTOpPack::RTOp &op, const size_t num_vecs, const Vector *vecs[], const size_t num_targ_vecs, VectorMutable *targ_vecs[], RTOpPack::ReductTarget *reduct_obj, const index_type first_ele, const index_type sub_dim, const index_type global_offset) const | AbstractLinAlgPack::VectorMutableDense | virtual |
apply_op_serial(const RTOpPack::RTOp &op, const size_t num_vecs, const Vector *vecs[], const size_t num_targ_vecs, VectorMutable *targ_vecs[], RTOpPack::ReductTarget *reduct_obj, const index_type first_ele, const index_type sub_dim, const index_type global_offset) const | AbstractLinAlgPack::VectorApplyOpSerialBase | private |
axpy(value_type alpha, const Vector &x) | AbstractLinAlgPack::VectorMutable | virtual |
clone() const | AbstractLinAlgPack::Vector | virtual |
commit_sub_vector(RTOpPack::MutableSubVector *sub_vec) | AbstractLinAlgPack::VectorMutableDense | virtual |
dim() const | AbstractLinAlgPack::VectorMutableDense | virtual |
finalize_apply_op(const size_t num_targ_vecs, VectorMutable **targ_vecs) const | AbstractLinAlgPack::Vector | protectedvirtual |
free_sub_vector(RTOpPack::SubVector *sub_vec) const | AbstractLinAlgPack::VectorMutableDense | virtual |
get_ele(index_type i) const | AbstractLinAlgPack::VectorMutableDense | virtual |
get_sub_vector(const Range1D &rng, RTOpPack::SubVector *sub_vec) const | AbstractLinAlgPack::VectorMutableDense | virtual |
get_sub_vector(const Range1D &rng, RTOpPack::MutableSubVector *sub_vec) | AbstractLinAlgPack::VectorMutableDense | virtual |
get_vec() const | AbstractLinAlgPack::VectorMutableDense | inline |
has_changed() const | AbstractLinAlgPack::Vector | virtual |
initialize(const size_type dim) | AbstractLinAlgPack::VectorMutableDense | |
initialize(DVectorSlice v, const release_resource_ptr_t &v_release) | AbstractLinAlgPack::VectorMutableDense | |
inner_product(const Vector &v) const | AbstractLinAlgPack::Vector | virtual |
norm_1() const | AbstractLinAlgPack::Vector | virtual |
norm_2() const | AbstractLinAlgPack::Vector | virtual |
norm_inf() const | AbstractLinAlgPack::Vector | virtual |
nz() const | AbstractLinAlgPack::Vector | virtual |
operator&() | AbstractLinAlgPack::VectorMutableDense | inline |
operator=(value_type alpha) | AbstractLinAlgPack::VectorMutableDense | virtual |
operator=(const Vector &v) | AbstractLinAlgPack::VectorMutableDense | virtual |
operator=(const VectorMutable &v) | AbstractLinAlgPack::VectorMutableDense | virtual |
operator=(const VectorMutableDense &) | AbstractLinAlgPack::VectorMutableDense | private |
output(std::ostream &out, bool print_dim=true, bool newline=true, index_type global_offset=0) const | AbstractLinAlgPack::Vector | virtual |
release_resource_ptr_t typedef | AbstractLinAlgPack::VectorMutableDense | |
set_ele(index_type i, value_type val) | AbstractLinAlgPack::VectorMutableDense | virtual |
set_sub_vector(const RTOpPack::SparseSubVector &sub_vec) | AbstractLinAlgPack::VectorMutableDense | virtual |
set_vec() | AbstractLinAlgPack::VectorMutableDense | inline |
space() const | AbstractLinAlgPack::VectorMutableDense | virtual |
space_ | AbstractLinAlgPack::VectorMutableDense | private |
sub_view(const Range1D &rng) | AbstractLinAlgPack::VectorMutableDense | virtual |
AbstractLinAlgPack::VectorMutable::sub_view(const index_type &l, const index_type &u) | AbstractLinAlgPack::VectorMutable | inline |
AbstractLinAlgPack::VectorMutable::sub_view(const Range1D &rng) const | AbstractLinAlgPack::VectorMutable | virtual |
AbstractLinAlgPack::Vector::sub_view(const index_type &l, const index_type &u) const | AbstractLinAlgPack::Vector | inline |
v_ | AbstractLinAlgPack::VectorMutableDense | private |
v_release_ | AbstractLinAlgPack::VectorMutableDense | private |
vec_mut_ptr_t typedef | AbstractLinAlgPack::Vector | |
vec_ptr_t typedef | AbstractLinAlgPack::Vector | |
vec_release() const | AbstractLinAlgPack::VectorMutableDense | inline |
Vector() | AbstractLinAlgPack::Vector | |
VectorApplyOpSerialBase() | AbstractLinAlgPack::VectorApplyOpSerialBase | private |
VectorMutableDense(const size_type dim=0) | AbstractLinAlgPack::VectorMutableDense | |
VectorMutableDense(DVectorSlice v, const release_resource_ptr_t &v_release) | AbstractLinAlgPack::VectorMutableDense | |
Vp_StMtV(value_type alpha, const GenPermMatrixSlice &P, BLAS_Cpp::Transp P_trans, const Vector &x, value_type beta) | AbstractLinAlgPack::VectorMutableDense | virtual |
zero() | AbstractLinAlgPack::VectorMutable | virtual |
~Vector() | AbstractLinAlgPack::Vector | inlinevirtual |