, including all inherited members.
add(const size_type i, const value_type &value)=0 | Feel::Vector< T > | [pure virtual] |
add(const value_type &s)=0 | Feel::Vector< T > | [pure virtual] |
add(const Vector< value_type > &V)=0 | Feel::Vector< T > | [pure virtual] |
add(const value_type &a, const Vector< value_type > &v)=0 | Feel::Vector< T > | [pure virtual] |
add(const value_type &a, const boost::shared_ptr< Vector< value_type > > &v) | Feel::Vector< T > | [inline] |
addVector(int *i, int n, value_type *v)=0 | Feel::Vector< T > | [pure virtual] |
addVector(const std::vector< T > &v, const std::vector< size_type > &dof_indices)=0 | Feel::Vector< T > | [pure virtual] |
addVector(const Vector< T > &V, const std::vector< size_type > &dof_indices)=0 | Feel::Vector< T > | [pure virtual] |
addVector(const Vector< T > &, const MatrixSparse< T > &)=0 | Feel::Vector< T > | [pure virtual] |
clear() | Feel::Vector< T > | [virtual] |
clone() const =0 | Feel::Vector< T > | [pure virtual] |
clone_ptrtype typedef (defined in Feel::Vector< T >) | Feel::Vector< T > | |
close()=0 | Feel::Vector< T > | [pure virtual] |
closed() const | Feel::Vector< T > | [inline, virtual] |
comm() const | Feel::Vector< T > | [inline] |
compare(const Vector< T > &other_vector, const real_type threshold=1e-10) const | Feel::Vector< T > | [virtual] |
compare(const Vector< float > &other_vector, const real_type threshold) const (defined in Feel::Vector< T >) | Feel::Vector< T > | |
compare(const Vector< double > &other_vector, const real_type threshold) const (defined in Feel::Vector< T >) | Feel::Vector< T > | |
createSubvector(Vector< T > &, const std::vector< size_type > &) const | Feel::Vector< T > | [inline, virtual] |
firstLocalIndex() const | Feel::Vector< T > | [inline, virtual] |
init(const size_type, const size_type, const bool=false) | Feel::Vector< T > | [virtual] |
init(const size_type, const bool=false) | Feel::Vector< T > | [virtual] |
insert(const std::vector< T > &v, const std::vector< size_type > &dof_indices)=0 | Feel::Vector< T > | [pure virtual] |
insert(const Vector< T > &V, const std::vector< size_type > &dof_indices)=0 | Feel::Vector< T > | [pure virtual] |
insert(const ublas::vector< T > &V, const std::vector< size_type > &dof_indices)=0 | Feel::Vector< T > | [pure virtual] |
isInitialized() const | Feel::Vector< T > | [inline, virtual] |
l1Norm() const =0 | Feel::Vector< T > | [pure virtual] |
l2Norm() const =0 | Feel::Vector< T > | [pure virtual] |
lastLocalIndex() const | Feel::Vector< T > | [inline, virtual] |
linftyNorm() const =0 | Feel::Vector< T > | [pure virtual] |
localize(std::vector< T > &v_local) const =0 | Feel::Vector< T > | [pure virtual] |
localize(Vector< T > &v_local) const =0 | Feel::Vector< T > | [pure virtual] |
localize(Vector< T > &v_local, const std::vector< size_type > &send_list) const =0 | Feel::Vector< T > | [pure virtual] |
localize(const size_type first_local_idx, const size_type last_local_idx, const std::vector< size_type > &send_list)=0 | Feel::Vector< T > | [pure virtual] |
localizeToOneProcessor(std::vector< T > &v_local, const size_type proc_id=0) const =0 | Feel::Vector< T > | [pure virtual] |
localSize() const | Feel::Vector< T > | [inline, virtual] |
M_is_closed | Feel::Vector< T > | [protected] |
M_is_initialized | Feel::Vector< T > | [protected] |
M_map | Feel::Vector< T > | [protected] |
map() const (defined in Feel::Vector< T >) | Feel::Vector< T > | [inline] |
max() const =0 | Feel::Vector< T > | [pure virtual] |
min() const =0 | Feel::Vector< T > | [pure virtual] |
operator()(const size_type i) const =0 | Feel::Vector< T > | [pure virtual] |
operator+=(const Vector< value_type > &V)=0 | Feel::Vector< T > | [pure virtual] |
operator-=(const Vector< value_type > &V)=0 | Feel::Vector< T > | [pure virtual] |
operator<<(std::ostream &os, const Vector< T > &v) | Feel::Vector< T > | [friend] |
operator=(const T s) | Feel::Vector< T > | [virtual] |
operator=(const Vector< T > &V) | Feel::Vector< T > | [virtual] |
operator=(const std::vector< T > &v) | Feel::Vector< T > | [virtual] |
print(std::ostream &os=std::cout) const | Feel::Vector< T > | [virtual] |
printMatlab(const std::string name="NULL") const | Feel::Vector< T > | [inline, virtual] |
real_type typedef (defined in Feel::Vector< T >) | Feel::Vector< T > | |
scale(const T factor)=0 | Feel::Vector< T > | [pure virtual] |
self_ptrtype typedef (defined in Feel::Vector< T >) | Feel::Vector< T > | |
self_type typedef (defined in Feel::Vector< T >) | Feel::Vector< T > | |
set(const size_type i, const value_type &value)=0 | Feel::Vector< T > | [pure virtual] |
setConstant(value_type v)=0 | Feel::Vector< T > | [pure virtual] |
setOnes() | Feel::Vector< T > | [inline, virtual] |
setZero() | Feel::Vector< T > | [inline, virtual] |
size() const | Feel::Vector< T > | [inline, virtual] |
sum() const =0 | Feel::Vector< T > | [pure virtual] |
value_type typedef (defined in Feel::Vector< T >) | Feel::Vector< T > | |
Vector() | Feel::Vector< T > | |
Vector(DataMap const &n) (defined in Feel::Vector< T >) | Feel::Vector< T > | |
Vector(const size_type n) | Feel::Vector< T > | |
Vector(const size_type n, const size_type n_local) | Feel::Vector< T > | |
zero()=0 | Feel::Vector< T > | [pure virtual] |
zero(size_type, size_type)=0 | Feel::Vector< T > | [pure virtual] |
~Vector() | Feel::Vector< T > | [virtual] |