This is the complete list of members for Feel::VectorEigen< T >, including all inherited members.
add(const size_type i, const value_type &value) | Feel::VectorEigen< T > | inlinevirtual |
add(const T &a) | Feel::VectorEigen< T > | inlinevirtual |
add(const Vector< T > &v) | Feel::VectorEigen< T > | inlinevirtual |
add(const T &a, const Vector< T > &v) | Feel::VectorEigen< T > | inlinevirtual |
Feel::Vector::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) | Feel::VectorEigen< T > | inlinevirtual |
addVector(const std::vector< value_type > &v, const std::vector< size_type > &dof_indices) | Feel::VectorEigen< T > | inlinevirtual |
addVector(const Vector< value_type > &V, const std::vector< size_type > &dof_indices) | Feel::VectorEigen< T > | inlinevirtual |
addVector(const Vector< value_type > &, const MatrixSparse< value_type > &) | Feel::VectorEigen< T > | inlinevirtual |
addVector(const vector_type &V, const std::vector< size_type > &dof_indices) | Feel::VectorEigen< T > | inline |
Feel::Vector::addVector(const boost::shared_ptr< Vector< T > > &V_in, const boost::shared_ptr< MatrixSparse< T > > &A_in) | Feel::Vector< T > | inline |
Feel::Vector::addVector(const Vector< T > &V_in, const MatrixShell< T > &A_in) | Feel::Vector< T > | |
Feel::Vector::addVector(const boost::shared_ptr< Vector< T > > &V_in, const boost::shared_ptr< MatrixShell< T > > &A_in) | Feel::Vector< T > | |
clear() | Feel::VectorEigen< T > | virtual |
clone() const | Feel::VectorEigen< T > | virtual |
clone_ptrtype typedef (defined in Feel::VectorEigen< T >) | Feel::VectorEigen< T > | |
close() const | Feel::VectorEigen< T > | |
close() | Feel::VectorEigen< T > | inlinevirtual |
closed() const | Feel::VectorEigen< T > | inlinevirtual |
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 > | inlinevirtual |
datamap_ptrtype typedef (defined in Feel::VectorEigen< T >) | Feel::VectorEigen< T > | |
datamap_type typedef (defined in Feel::VectorEigen< T >) | Feel::VectorEigen< T > | |
dot(Vector< T > const &__v) (defined in Feel::VectorEigen< T >) | Feel::VectorEigen< T > | inlinevirtual |
dot(boost::shared_ptr< Vector< T > > const &v) (defined in Feel::Vector< T >) | Feel::Vector< T > | inlinevirtual |
firstLocalIndex() const | Feel::Vector< T > | inlinevirtual |
init(const size_type N, const size_type n_local, const bool fast=false) | Feel::VectorEigen< T > | virtual |
init(const size_type n, const bool fast=false) | Feel::VectorEigen< T > | virtual |
init(datamap_ptrtype const &dm) | Feel::VectorEigen< T > | |
insert(const std::vector< T > &, const std::vector< size_type > &) | Feel::VectorEigen< T > | inlinevirtual |
insert(const Vector< T > &, const std::vector< size_type > &) | Feel::VectorEigen< T > | inlinevirtual |
insert(const vector_type &, const std::vector< size_type > &) | Feel::VectorEigen< T > | inline |
insert(const ublas::vector< T > &V, const std::vector< size_type > &dof_indices) | Feel::VectorEigen< T > | virtual |
isInitialized() const | Feel::VectorEigen< T > | inlinevirtual |
l1Norm() const | Feel::VectorEigen< T > | inlinevirtual |
l2Norm() const | Feel::VectorEigen< T > | inlinevirtual |
lastLocalIndex() const | Feel::Vector< T > | inlinevirtual |
linftyNorm() const | Feel::VectorEigen< T > | inlinevirtual |
localIndexIsGhost(size_type localDof) const (defined in Feel::Vector< T >) | Feel::Vector< T > | inlinevirtual |
localize(std::vector< value_type > &) const | Feel::VectorEigen< T > | inline |
localize(const size_type first_local_idx, const size_type last_local_idx, const std::vector< size_type > &send_list) | Feel::VectorEigen< T > | |
localize(Vector< T > &v_local) const | Feel::VectorEigen< T > | |
localize(vector_type &v_local) const (defined in Feel::VectorEigen< T >) | Feel::VectorEigen< T > | |
localize(Vector< T > &v_local, const std::vector< size_type > &send_list) const | Feel::VectorEigen< T > | |
localize(const Vector< T > &V) (defined in Feel::Vector< T >) | Feel::Vector< T > | |
localizeToOneProcessor(std::vector< T > &v_local, const size_type proc_id=0) const | Feel::VectorEigen< T > | |
localizeToOneProcessor(vector_type &v_local, const size_type proc_id=0) const (defined in Feel::VectorEigen< T >) | Feel::VectorEigen< T > | |
localSize() const | Feel::Vector< T > | inlinevirtual |
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 |
mapPtr() const (defined in Feel::Vector< T >) | Feel::Vector< T > | inline |
max() const | Feel::VectorEigen< T > | inlinevirtual |
min() const | Feel::VectorEigen< T > | inlinevirtual |
operator()(size_type i) const | Feel::VectorEigen< T > | inlinevirtual |
operator()(size_type i) | Feel::VectorEigen< T > | inline |
operator+=(const Vector< T > &v) | Feel::VectorEigen< T > | inlinevirtual |
operator-=(const Vector< T > &v) | Feel::VectorEigen< T > | inlinevirtual |
operator=(const Vector< value_type > &V) | Feel::VectorEigen< T > | virtual |
Feel::Vector::operator=(const T s) | Feel::Vector< T > | |
Feel::Vector::operator=(const std::vector< T > &v) | Feel::Vector< T > | |
operator[](size_type i) const | Feel::VectorEigen< T > | inline |
operator[](size_type i) | Feel::VectorEigen< T > | inline |
pow(int n) const | Feel::VectorEigen< T > | |
print(std::ostream &os=std::cout) const | Feel::Vector< T > | virtual |
printMatlab(const std::string name="NULL", bool renumber=false) const | Feel::VectorEigen< T > | virtual |
real_type typedef (defined in Feel::VectorEigen< T >) | Feel::VectorEigen< T > | |
resize(size_type n, bool preserve=true) | Feel::VectorEigen< T > | |
rowStart() const | Feel::VectorEigen< T > | inline |
rowStop() const | Feel::VectorEigen< T > | inline |
scale(const T factor) | Feel::VectorEigen< T > | inlinevirtual |
self_ptrtype typedef (defined in Feel::Vector< T >) | Feel::Vector< T > | |
self_type typedef (defined in Feel::Vector< T >) | Feel::Vector< T > | |
set(size_type i, const value_type &value) | Feel::VectorEigen< T > | inlinevirtual |
setConstant(value_type v) | Feel::VectorEigen< T > | inlinevirtual |
setMap(datamap_ptrtype const &d) (defined in Feel::Vector< T >) | Feel::Vector< T > | inline |
setOnes() | Feel::Vector< T > | inlinevirtual |
setZero() | Feel::Vector< T > | inlinevirtual |
size() const | Feel::Vector< T > | inlinevirtual |
sqrt() const | Feel::VectorEigen< T > | |
start() const | Feel::VectorEigen< T > | |
sum() const | Feel::VectorEigen< T > | inlinevirtual |
this_type typedef (defined in Feel::VectorEigen< T >) | Feel::VectorEigen< T > | |
value_type typedef (defined in Feel::VectorEigen< T >) | Feel::VectorEigen< T > | |
vec() const | Feel::VectorEigen< T > | inline |
vec() | Feel::VectorEigen< T > | inline |
Vector() | Feel::Vector< T > | |
Vector(datamap_ptrtype const &n) (defined in Feel::Vector< T >) | Feel::Vector< T > | |
Vector(const size_type n, WorldComm const &_worldComm=Environment::worldComm()) | Feel::Vector< T > | |
Vector(const size_type n, const size_type n_local, WorldComm const &_worldComm=Environment::worldComm()) | Feel::Vector< T > | |
Vector(Vector const &v) (defined in Feel::Vector< T >) | Feel::Vector< T > | |
vector_type typedef (defined in Feel::VectorEigen< T >) | Feel::VectorEigen< T > | |
VectorEigen() (defined in Feel::VectorEigen< T >) | Feel::VectorEigen< T > | |
VectorEigen(size_type __s) (defined in Feel::VectorEigen< T >) | Feel::VectorEigen< T > | |
VectorEigen(datamap_ptrtype const &dm) (defined in Feel::VectorEigen< T >) | Feel::VectorEigen< T > | |
VectorEigen(size_type __s, size_type __n_local) (defined in Feel::VectorEigen< T >) | Feel::VectorEigen< T > | |
VectorEigen(VectorEigen const &m) (defined in Feel::VectorEigen< T >) | Feel::VectorEigen< T > | |
zero() | Feel::VectorEigen< T > | inlinevirtual |
zero(size_type, size_type) | Feel::VectorEigen< T > | inlinevirtual |
~Vector() | Feel::Vector< T > | virtual |
~VectorEigen() (defined in Feel::VectorEigen< T >) | Feel::VectorEigen< T > |