concepts::SparseMatrix< F > Member List
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 > | |
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 > | |
apply_(const Vector< F > &fncY, Vector< F > &fncX) | concepts::SparseMatrix< F > | inlineprivatevirtual |
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 | 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 > | |
copyConstructor_(const SparseMatrix< F > &m, bool t) | concepts::SparseMatrix< F > | private |
d_type typedef | concepts::SparseMatrix< F > | |
end() const | concepts::SparseMatrix< F > | |
histogram(std::map< int, uint > &hist) const | concepts::SparseMatrix< F > | |
info(std::ostream &os) const | concepts::SparseMatrix< F > | protectedvirtual |
iterator typedef | concepts::SparseMatrix< F > | |
m() const | concepts::SparseMatrix< F > | inline |
m_ | concepts::SparseMatrix< F > | private |
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 |
nX_ | concepts::SparseMatrix< F > | private |
nY_ | concepts::SparseMatrix< F > | private |
operator()(const Function< r_type > &fncY, Function< F > &fncX) | 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 |
operator*=(const F factor) | concepts::SparseMatrix< F > | inline |
operator=(const SparseMatrix< F > &) | concepts::SparseMatrix< F > | |
r_type typedef | concepts::SparseMatrix< F > | |
resize(uint m, uint n) | concepts::SparseMatrix< 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) | 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 &)) | 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 > | |
storeMatlabCounter_ | concepts::SparseMatrix< F > | privatestatic |
symmetrize() | concepts::SparseMatrix< F > | |
transpMult(const Vector< r_type > &fncY, Vector< F > &fncX) | concepts::SparseMatrix< F > | virtual |
transpMult(const Vector< c_type > &fncY, Vector< c_type > &fncX) | concepts::SparseMatrix< F > | virtual |
used() const | concepts::SparseMatrix< F > | inlinevirtual |
write(char *fname) const | concepts::SparseMatrix< F > | |
~SparseMatrix() | concepts::SparseMatrix< F > | inlinevirtual |