concepts::Matrix< F > Member List
This is the complete list of members for concepts::Matrix< F >, including all inherited members.
| 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 | 
| 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 r=0) | concepts::Matrix< F > | inline | 
| begin(uint r=0) const | concepts::Matrix< F > | inline | 
| c_type typedef | concepts::Matrix< F > | |
| const_iterator typedef | concepts::Matrix< F > | |
| d_type typedef | concepts::Matrix< F > | |
| end() | concepts::Matrix< F > | inline | 
| end() const | concepts::Matrix< F > | inline | 
| iterator typedef | concepts::Matrix< F > | |
| Matrix(uint nofRows, uint nofCols) | concepts::Matrix< F > | inline | 
| nofCols() const | concepts::Matrix< F > | inline | 
| nofRows() const | concepts::Matrix< F > | inline | 
| operator()(const uint i, const uint j) const =0 | concepts::Matrix< F > | pure virtual | 
| operator()(const uint i, const uint j)=0 | concepts::Matrix< F > | pure virtual | 
| operator()(const Function< r_type > &fncY, Function< F > &fncX)=0 | concepts::Matrix< F > | pure virtual | 
| operator()(const Function< c_type > &fncY, Function< c_type > &fncX)=0 | concepts::Matrix< F > | pure virtual | 
| operator==(const Matrix< F > &otherMat) const | concepts::Matrix< F > | inlinevirtual | 
| r_type typedef | concepts::Matrix< F > | |
| 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 | 
| timeCntr_ | concepts::Matrix< F > | privatestatic | 
| timings() | concepts::Matrix< F > | static | 
| timings_ | concepts::Matrix< F > | privatestatic | 
| transpMult(const Vector< r_type > &fncY, Vector< F > &fncX)=0 | concepts::Matrix< F > | pure virtual | 
| transpMult(const Vector< c_type > &fncY, Vector< c_type > &fncX)=0 | concepts::Matrix< F > | pure virtual | 
| value_type typedef | concepts::Matrix< F > | 

