This is the complete list of members for Feel::MatrixSparse< T >, including all inherited members.
_get_submatrix(MatrixSparse< T > &, const std::vector< size_type > &, const std::vector< size_type > &, const bool) const | Feel::MatrixSparse< T > | inlineprotectedvirtual |
add(const size_type i, const size_type j, const value_type &value)=0 | Feel::MatrixSparse< T > | pure virtual |
addMatrix(const ublas::matrix< value_type > &dm, const std::vector< size_type > &rows, const std::vector< size_type > &cols)=0 | Feel::MatrixSparse< T > | pure virtual |
addMatrix(int *rows, int nrows, int *cols, int ncols, value_type *data)=0 | Feel::MatrixSparse< T > | pure virtual |
addMatrix(const ublas::matrix< value_type > &dm, const std::vector< size_type > &dof_indices)=0 | Feel::MatrixSparse< T > | pure virtual |
addMatrix(const T, MatrixSparse< T > &)=0 | Feel::MatrixSparse< T > | pure virtual |
addMatrix(const T &s, boost::shared_ptr< MatrixSparse< T > > &m) | Feel::MatrixSparse< T > | inline |
checkProperties() const (defined in Feel::MatrixSparse< T >) | Feel::MatrixSparse< T > | inline |
clear()=0 | Feel::MatrixSparse< T > | pure virtual |
close() const =0 | Feel::MatrixSparse< T > | pure virtual |
closed() const =0 | Feel::MatrixSparse< T > | pure virtual |
comm() const | Feel::MatrixSparse< T > | inline |
createSubmatrix(MatrixSparse< T > &submatrix, const std::vector< size_type > &rows, const std::vector< size_type > &cols) const | Feel::MatrixSparse< T > | inlinevirtual |
datamap_ptrtype typedef (defined in Feel::MatrixSparse< T >) | Feel::MatrixSparse< T > | |
datamap_type typedef (defined in Feel::MatrixSparse< T >) | Feel::MatrixSparse< T > | |
diagonal(Vector< T > &dest) const =0 | Feel::MatrixSparse< T > | pure virtual |
diagonal(boost::shared_ptr< Vector< T > > &dest) const | Feel::MatrixSparse< T > | inline |
energy(vector_type const &v, vector_type const &u, bool transpose=false) const =0 | Feel::MatrixSparse< T > | pure virtual |
energy(vector_ptrtype const &v, vector_ptrtype const &u, bool _transpose=false) const | Feel::MatrixSparse< T > | inline |
graph() const | Feel::MatrixSparse< T > | inline |
graph_ptrtype typedef (defined in Feel::MatrixSparse< T >) | Feel::MatrixSparse< T > | |
graph_type typedef (defined in Feel::MatrixSparse< T >) | Feel::MatrixSparse< T > | |
hasGraph() const | Feel::MatrixSparse< T > | inline |
haveConsistentProperties() const (defined in Feel::MatrixSparse< T >) | Feel::MatrixSparse< T > | inline |
indexSplit() const (defined in Feel::MatrixSparse< T >) | Feel::MatrixSparse< T > | inline |
init(const size_type m, const size_type n, const size_type m_l, const size_type n_l, const size_type nnz=30, const size_type noz=10)=0 | Feel::MatrixSparse< T > | pure virtual |
init(const size_type m, const size_type n, const size_type m_l, const size_type n_l, graph_ptrtype const &graph)=0 | Feel::MatrixSparse< T > | pure virtual |
isDense() const (defined in Feel::MatrixSparse< T >) | Feel::MatrixSparse< T > | inline |
isHermitian() const | Feel::MatrixSparse< T > | inline |
isHermitianPositiveDefinite() const | Feel::MatrixSparse< T > | inline |
isInitialized() const | Feel::MatrixSparse< T > | inlinevirtual |
isNonHermitian() const | Feel::MatrixSparse< T > | inline |
isPositiveDefinite() const | Feel::MatrixSparse< T > | inline |
isSingular() const | Feel::MatrixSparse< T > | inline |
l1Norm() const =0 | Feel::MatrixSparse< T > | pure virtual |
linftyNorm() const =0 | Feel::MatrixSparse< T > | pure virtual |
M_graph (defined in Feel::MatrixSparse< T >) | Feel::MatrixSparse< T > | protected |
M_IndexSplit (defined in Feel::MatrixSparse< T >) | Feel::MatrixSparse< T > | protected |
M_is_initialized | Feel::MatrixSparse< T > | protected |
M_mapCol (defined in Feel::MatrixSparse< T >) | Feel::MatrixSparse< T > | protected |
M_mapRow | Feel::MatrixSparse< T > | protected |
M_mprop (defined in Feel::MatrixSparse< T >) | Feel::MatrixSparse< T > | protected |
M_worldComm | Feel::MatrixSparse< T > | protected |
mapCol() const | Feel::MatrixSparse< T > | inline |
mapColPtr() const | Feel::MatrixSparse< T > | inline |
mapRow() const | Feel::MatrixSparse< T > | inline |
mapRowPtr() const | Feel::MatrixSparse< T > | inline |
MatrixSparse() | Feel::MatrixSparse< T > | inline |
MatrixSparse(datamap_ptrtype const &dmRow, datamap_ptrtype const &dmCol, WorldComm const &worldComm=Environment::worldComm()) (defined in Feel::MatrixSparse< T >) | Feel::MatrixSparse< T > | inline |
multAddVector(const Vector< T > &arg, Vector< T > &dest) const | Feel::MatrixSparse< T > | |
multVector(const Vector< T > &arg, Vector< T > &dest) const | Feel::MatrixSparse< T > | |
multVector(const boost::shared_ptr< Vector< T > > &arg, boost::shared_ptr< Vector< T > > &dest) const | Feel::MatrixSparse< T > | inline |
operator()(const size_type i, const size_type j) const =0 | Feel::MatrixSparse< T > | pure virtual |
operator<<(std::ostream &os, const MatrixSparse< U > &m) | Feel::MatrixSparse< T > | friend |
operator=(MatrixSparse< value_type > const &M)=0 (defined in Feel::MatrixSparse< T >) | Feel::MatrixSparse< T > | pure virtual |
operator=(boost::shared_ptr< MatrixSparse< value_type > > const &M) (defined in Feel::MatrixSparse< T >) | Feel::MatrixSparse< T > | inline |
print(std::ostream &os=std::cout) const | Feel::MatrixSparse< T > | inline |
printMatlab(const std::string name="NULL") const | Feel::MatrixSparse< T > | inlinevirtual |
printPersonal(std::ostream &=std::cout) const | Feel::MatrixSparse< T > | inlinevirtual |
real_type typedef (defined in Feel::MatrixSparse< T >) | Feel::MatrixSparse< T > | |
reinitSubmatrix(MatrixSparse< T > &submatrix, const std::vector< size_type > &rows, const std::vector< size_type > &cols) const | Feel::MatrixSparse< T > | inlinevirtual |
rowStart() const =0 | Feel::MatrixSparse< T > | pure virtual |
rowStop() const =0 | Feel::MatrixSparse< T > | pure virtual |
scale(const T)=0 (defined in Feel::MatrixSparse< T >) | Feel::MatrixSparse< T > | pure virtual |
set(const size_type i, const size_type j, const value_type &value)=0 | Feel::MatrixSparse< T > | pure virtual |
setGraph(graph_ptrtype const &graph) | Feel::MatrixSparse< T > | inline |
setIndexSplit(std::vector< std::vector< size_type > > const &_indexSplit) (defined in Feel::MatrixSparse< T >) | Feel::MatrixSparse< T > | inlinevirtual |
setInitialized(bool _init) | Feel::MatrixSparse< T > | inline |
setMapCol(datamap_ptrtype const &d) (defined in Feel::MatrixSparse< T >) | Feel::MatrixSparse< T > | inline |
setMapRow(datamap_ptrtype const &d) (defined in Feel::MatrixSparse< T >) | Feel::MatrixSparse< T > | inline |
setMatrixProperties(size_type p) | Feel::MatrixSparse< T > | inline |
size1() const =0 | Feel::MatrixSparse< T > | pure virtual |
size2() const =0 | Feel::MatrixSparse< T > | pure virtual |
symmetricPart(MatrixSparse< value_type > &Ms) const | Feel::MatrixSparse< T > | inlinevirtual |
symmetricPart(boost::shared_ptr< MatrixSparse< value_type > > &Ms) const | Feel::MatrixSparse< T > | inline |
transpose(MatrixSparse< value_type > &Mt) const =0 | Feel::MatrixSparse< T > | pure virtual |
transpose() const | Feel::MatrixSparse< T > | inline |
transpose(boost::shared_ptr< MatrixSparse< value_type > > &Mt) const | Feel::MatrixSparse< T > | inline |
updateBlockMat(boost::shared_ptr< MatrixSparse< T > > m, std::vector< size_type > start_i, std::vector< size_type > start_j)=0 | Feel::MatrixSparse< T > | pure virtual |
updateSparsityPattern(const std::vector< std::vector< size_type > > &) | Feel::MatrixSparse< T > | inlinevirtual |
value_type typedef (defined in Feel::MatrixSparse< T >) | Feel::MatrixSparse< T > | |
vector_ptrtype typedef (defined in Feel::MatrixSparse< T >) | Feel::MatrixSparse< T > | |
vector_type typedef (defined in Feel::MatrixSparse< T >) | Feel::MatrixSparse< T > | |
zero()=0 | Feel::MatrixSparse< T > | pure virtual |
zero(size_type start1, size_type size1, size_type start2, size_type size2)=0 | Feel::MatrixSparse< T > | pure virtual |
zeroRows(std::vector< int > const &rows, Vector< value_type > const &values, Vector< value_type > &rhs, Context const &on_context)=0 | Feel::MatrixSparse< T > | pure virtual |
~MatrixSparse() | Feel::MatrixSparse< T > | inlinevirtual |