This is the complete list of members for concepts::SparseMatrix< F >, including all inherited members.
add(const Vector< H > &v, const I fact, const uint rowoffset=0, const uint coloffset=0) | concepts::SparseMatrix< F > | |
concepts::Matrix::add(const uint i, const uint j, const F value, const bool use_threshold=false, const Real threshold_value=1e-8) | concepts::Matrix< F > | virtual |
addInto(Matrix< H > &dest, const I fact, const uint rowoffset=0, const uint coloffset=0) const | concepts::SparseMatrix< F > | |
addIntoT(Matrix< H > &dest, const I fact, const uint rowoffset=0, const uint coloffset=0) const | concepts::SparseMatrix< F > | |
addT(const Vector< H > &v, const I fact, const uint rowoffset=0, const uint coloffset=0) | concepts::SparseMatrix< F > | |
assembly(Matrix< F > &dest, const Space< G > &spc, const BilinearForm< F, G > &bf, const Real threshold=0.0) | concepts::Matrix< F > | static |
assembly(Matrix< F > &dest, Scan< Element< G > > *sc, const BilinearForm< F, G > &bf, const Real threshold=0.0) | concepts::Matrix< F > | static |
assembly(Matrix< F > &dest, const Sequence< ElementWithCell< G > * > seq, const BilinearForm< F, G > &bf, const Real threshold=0.0) | concepts::Matrix< F > | static |
assembly(Matrix< F > &dest, const Space< G > &spc, const Sequence< bool > &seq, const BilinearForm< F, G > &bf, const Real threshold=0.0) | concepts::Matrix< F > | static |
assembly(Matrix< F > &dest, const Space< G > &spcX, const Space< G > &spcY, const BilinearForm< F, G > &bf, const Real threshold=0.0, const bool single=false) | concepts::Matrix< F > | static |
assembly(Matrix< F > &dest, const Sequence< ElementWithCell< G > * > seqX, const Space< G > &spcY, const BilinearForm< F, G > &bf, const Real threshold=0.0) | concepts::Matrix< F > | static |
assembly(Matrix< F > &dest, const BilinearForm< F, G > &bf, const ElementPairList< G > &pairs) | concepts::Matrix< F > | static |
assembly(Matrix< F > &dest, const Space< G > &spcX, const Space< G > &spcY, const Sequence< bool > &seq, const BilinearForm< F, G > &bf, const Real threshold=0.0, const bool single=false) | concepts::Matrix< F > | static |
begin(uint row=0) const | concepts::SparseMatrix< F > | |
begin(uint row=0) | concepts::SparseMatrix< F > | |
c_type typedef | concepts::SparseMatrix< F > | |
compress(Real threshold=EPS) | concepts::SparseMatrix< F > | inline |
const_iterator typedef (defined in concepts::SparseMatrix< F >) | concepts::SparseMatrix< F > | |
convertCCS(F *a, int *asub, int *xa) const | concepts::SparseMatrix< F > | virtual |
convertCRS(F *a, int *asub, int *xa) const | concepts::SparseMatrix< F > | virtual |
convertIJK(F *, int *, int *) const | concepts::SparseMatrix< F > | virtual |
copy(const SparseMatrix< F > &n) | concepts::SparseMatrix< F > | |
d_type typedef | concepts::SparseMatrix< F > | |
dimX() const | concepts::Operator< F > | inlinevirtual |
dimX_ | concepts::Operator< F > | protected |
dimY() const | concepts::Operator< F > | inlinevirtual |
dimY_ (defined in concepts::Operator< F >) | concepts::Operator< F > | protected |
end() const | concepts::SparseMatrix< F > | |
concepts::Matrix::end() | concepts::Matrix< F > | inline |
histogram(std::map< int, uint > &hist) const | concepts::SparseMatrix< F > | |
info(std::ostream &os) const | concepts::SparseMatrix< F > | protectedvirtual |
iterator typedef (defined in concepts::SparseMatrix< F >) | concepts::SparseMatrix< F > | |
m() const | concepts::SparseMatrix< F > | inline |
Matrix(uint nofRows, uint nofCols) (defined in concepts::Matrix< F >) | concepts::Matrix< F > | inline |
memory() const | concepts::SparseMatrix< F > | inline |
multiply(const SparseMatrix< F > &fact, Matrix< F > &dest) const | concepts::SparseMatrix< F > | inline |
multiply(const H &fact, Matrix< F > &dest) const | concepts::SparseMatrix< F > | inline |
nofCols() const | concepts::Matrix< F > | inline |
nofRows() const | concepts::Matrix< F > | inline |
Operator(uint dimX, uint dimY) (defined in concepts::Operator< F >) | concepts::Operator< F > | inline |
operator()(const Function< r_type > &fncY, Function< F > &fncX) (defined in concepts::SparseMatrix< F >) | concepts::SparseMatrix< F > | virtual |
operator()(const Function< c_type > &fncY, Function< c_type > &fncX) | concepts::SparseMatrix< F > | virtual |
operator()(const Vector< H > &fncY, Vector< I > &fncX) | concepts::SparseMatrix< F > | inline |
operator()(const uint i, const uint j) const | concepts::SparseMatrix< F > | inlinevirtual |
operator()(const uint i, const uint j) | concepts::SparseMatrix< F > | inlinevirtual |
concepts::Matrix::operator()(const Function< r_type > &fncY, Function< F > &fncX)=0 | concepts::Matrix< F > | pure virtual |
concepts::Operator::operator()() | concepts::Operator< F > | virtual |
operator*=(const F factor) (defined in concepts::SparseMatrix< F >) | concepts::SparseMatrix< F > | inline |
operator=(const SparseMatrix< F > &) (defined in concepts::SparseMatrix< F >) | concepts::SparseMatrix< F > | |
operator==(const Matrix< F > &otherMat) const (defined in concepts::Matrix< F >) | concepts::Matrix< F > | inlinevirtual |
r_type typedef | concepts::SparseMatrix< F > | |
resize(uint m, uint n) | concepts::SparseMatrix< F > | inlinevirtual |
set(const uint i, const uint j, const F value, const bool use_threshold=false, const Real threshold_value=1e-8) | concepts::Matrix< F > | virtual |
setTimings(InOutParameters *timings) | concepts::Matrix< F > | static |
show_messages() (defined in concepts::Operator< F >) | concepts::Operator< F > | inlinevirtual |
SparseMatrix(const Space< G > &spcX, const Space< G > &spcY) | concepts::SparseMatrix< F > | inline |
SparseMatrix(uint nofrows, uint nofcols) | concepts::SparseMatrix< F > | inline |
SparseMatrix(uint dim=0) (defined in concepts::SparseMatrix< F >) | concepts::SparseMatrix< F > | inline |
SparseMatrix(const Space< G > &spcX, const Space< G > &spcY, const BilinearForm< F, G > &bf, const Real eps=0.0, const bool single=false) | concepts::SparseMatrix< F > | |
SparseMatrix(const Space< G > &spcX, const Space< G > &spcY, const Sequence< bool > &seq, const BilinearForm< F, G > &bf, const Real eps=0.0, const bool single=false) | concepts::SparseMatrix< F > | |
SparseMatrix(const Space< G > &spcX, const Space< G > &spcY, const BilinearForm< F, G > &bf, const Sequence< ElementWithCell< G > * > &seq, const Real eps=0.0) | concepts::SparseMatrix< F > | |
SparseMatrix(const Space< G > &spc, const BilinearForm< F, G > &bf, const Real eps=0.0) | concepts::SparseMatrix< F > | |
SparseMatrix(const Space< typename Realtype< F >::type > &spc, const BilinearFormContainer< F > bf, const Real eps=0.0) | concepts::SparseMatrix< F > | |
SparseMatrix(const Space< G > &spc, const Sequence< bool > &seq, const BilinearForm< F, G > &bf, const Real eps=0.0) | concepts::SparseMatrix< F > | |
SparseMatrix(const Space< G > &spc, const BilinearForm< F, G > &bf, const Sequence< ElementWithCell< G > * > &seq, const Real eps=0.0) | concepts::SparseMatrix< F > | |
SparseMatrix(const SparseMatrix< F > &m, bool t=false) | concepts::SparseMatrix< F > | |
SparseMatrix(const Space< G > &spc, const F *const v, const int i=-1) | concepts::SparseMatrix< F > | |
SparseMatrix(const Space< G > &spc, const Vector< F > &x, const Vector< F > &y) | concepts::SparseMatrix< F > | |
SparseMatrix(Operator< H > &A, bool slow=false) | concepts::SparseMatrix< F > | |
SparseMatrix(const SparseMatrix< H > &fncX, F fnc(const H &)) | concepts::SparseMatrix< F > | |
SparseMatrix(const SparseMatrix< H > &fncX, const F &fnc(const H &)) (defined in concepts::SparseMatrix< F >) | concepts::SparseMatrix< F > | |
SparseMatrix(const SparseMatrix< H > &fncX) | concepts::SparseMatrix< F > | |
storeMatlab(const std::string filename, const std::string name="", bool append=false) const | concepts::SparseMatrix< F > | |
symmetrize() | concepts::SparseMatrix< F > | |
timings() | concepts::Matrix< F > | static |
transpMult(const Vector< r_type > &fncY, Vector< F > &fncX) | concepts::SparseMatrix< F > | virtual |
transpMult(const Vector< c_type > &fncY, Vector< c_type > &fncX) (defined in concepts::SparseMatrix< F >) | concepts::SparseMatrix< F > | virtual |
concepts::Matrix::transpMult(const Vector< r_type > &fncY, Vector< F > &fncX)=0 | concepts::Matrix< F > | pure virtual |
type typedef | concepts::Operator< F > | |
used() const | concepts::SparseMatrix< F > | inlinevirtual |
value_type typedef (defined in concepts::Matrix< F >) | concepts::Matrix< F > | |
write(char *fname) const | concepts::SparseMatrix< F > | |
~CRSConvertable() (defined in concepts::CRSConvertable< F >) | concepts::CRSConvertable< F > | inlinevirtual |
~Operator() (defined in concepts::Operator< F >) | concepts::Operator< F > | inlinevirtual |
~OutputOperator() (defined in concepts::OutputOperator) | concepts::OutputOperator | virtual |
~SparseMatrix() (defined in concepts::SparseMatrix< F >) | concepts::SparseMatrix< F > | inlinevirtual |