This is the complete list of members for concepts::DenseMatrix< F >, including all inherited members.
| concepts::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 | 
| concepts::ElementMatrix::add(const ElementMatrix< F > &A, uint offm=0, uint offn=0) | concepts::ElementMatrix< F > | |
| addInto(Matrix< F > &dest, const F fact, const uint rowoffset=0, const uint coloffset=0) const | concepts::DenseMatrix< F > | |
| addInto(Matrix< T > &dest, const T fact, const uint rowoffset=0, const uint coloffset=0) const | concepts::DenseMatrix< F > | inline | 
| addIntoT(Matrix< T > &dest, const T fact, const uint rowoffset=0, const uint coloffset=0) const | concepts::DenseMatrix< F > | inline | 
| 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::DenseMatrix< F > | |
| col() const | concepts::ElementMatrix< F > | inline | 
| compress(const Real threshold=EPS) | concepts::ElementMatrix< F > | |
| const_iterator typedef (defined in concepts::Matrix< F >) | concepts::Matrix< F > | |
| d_type typedef | concepts::DenseMatrix< F > | |
| data_ | concepts::ElementMatrixBase< F > | protected | 
| DenseMatrix(const Space< G > &spcX, const Space< G > &spcY, const BilinearForm< F, G > &bf, const bool single=true) | concepts::DenseMatrix< F > | |
| DenseMatrix(const Space< G > &spc, const BilinearForm< F, G > &bf) | concepts::DenseMatrix< F > | |
| DenseMatrix(const Space< G > &spc, const BilinearForm< F, G > &bf, const Sequence< ElementWithCell< G > * > &seq) | concepts::DenseMatrix< F > | |
| DenseMatrix(const Space< G > &spcX, const Space< G > &spcY) | concepts::DenseMatrix< F > | |
| DenseMatrix(int m=0, int n=0, bool transpose=false) | concepts::DenseMatrix< F > | inline | 
| DenseMatrix(const LiCo< F > &L) | concepts::DenseMatrix< F > | |
| DenseMatrix(const Compose< F > &L) | concepts::DenseMatrix< F > | |
| DenseMatrix(const DenseMatrix< F > &m) | concepts::DenseMatrix< F > | |
| DenseMatrix(const Matrix< F > &m, bool t=false) | concepts::DenseMatrix< F > | |
| DenseMatrix(const Vector< F > &v, bool t=false) | concepts::DenseMatrix< 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 | 
| ElementMatrix(const uint m=0, const uint n=0) (defined in concepts::ElementMatrix< F >) | concepts::ElementMatrix< F > | |
| ElementMatrix(const uint m, const uint n, const F *data) (defined in concepts::ElementMatrix< F >) | concepts::ElementMatrix< F > | |
| ElementMatrixBase() | concepts::ElementMatrixBase< F > | inline | 
| end() | concepts::Matrix< F > | inline | 
| end() const | concepts::Matrix< F > | inline | 
| getData() const | concepts::ElementMatrixBase< F > | inline | 
| getIndex() const | concepts::ElementMatrix< F > | inline | 
| info(std::ostream &os) const | concepts::DenseMatrix< F > | protectedvirtual | 
| isTranspose() const | concepts::ElementMatrixBase< F > | inline | 
| iterator typedef (defined in concepts::Matrix< F >) | concepts::Matrix< F > | |
| m() const | concepts::ElementMatrixBase< F > | inline | 
| m_ | concepts::ElementMatrixBase< F > | protected | 
| Matrix(uint nofRows, uint nofCols) (defined in concepts::Matrix< F >) | concepts::Matrix< F > | inline | 
| n() const | concepts::ElementMatrixBase< F > | inline | 
| n_ | concepts::ElementMatrixBase< F > | protected | 
| 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 F *() const | concepts::ElementMatrixBase< F > | inline | 
| operator F*() | concepts::ElementMatrix< F > | inline | 
| operator()(const Function< r_type > &fncY, Function< F > &fncX) | concepts::DenseMatrix< F > | virtual | 
| operator()(const Function< c_type > &fncY, Function< c_type > &fncX) | concepts::DenseMatrix< F > | virtual | 
| operator()(const Vector< H > &fncY, Vector< I > &fncX) (defined in concepts::DenseMatrix< F >) | concepts::DenseMatrix< F > | |
| operator()(const uint i, const uint j) const | concepts::DenseMatrix< F > | inlinevirtual | 
| operator()(const uint i, const uint j) | concepts::DenseMatrix< F > | inlinevirtual | 
| concepts::Operator::operator()() | concepts::Operator< F > | virtual | 
| operator*=(const F n) | concepts::ElementMatrix< F > | inline | 
| operator=(const F &v) (defined in concepts::DenseMatrix< F >) | concepts::DenseMatrix< F > | inlinevirtual | 
| concepts::ElementMatrix::operator=(const ElementMatrixBase< F > &A) | concepts::ElementMatrix< F > | |
| concepts::ElementMatrix::operator=(const ElementMatrix< G > &other) | concepts::ElementMatrix< F > | inline | 
| operator==(const Matrix< F > &otherMat) const (defined in concepts::Matrix< F >) | concepts::Matrix< F > | inlinevirtual | 
| r_type typedef | concepts::DenseMatrix< F > | |
| resize(uint m, uint n) | concepts::DenseMatrix< F > | inlinevirtual | 
| row() const | concepts::ElementMatrix< F > | inline | 
| 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 | 
| setIndex(int i) | concepts::ElementMatrix< F > | inline | 
| setTimings(InOutParameters *timings) | concepts::Matrix< F > | static | 
| setTranspose(bool t) (defined in concepts::DenseMatrix< F >) | concepts::DenseMatrix< F > | inlinevirtual | 
| show_messages() (defined in concepts::Operator< F >) | concepts::Operator< F > | inlinevirtual | 
| size() const | concepts::ElementMatrixBase< F > | inline | 
| storeMatlab(const std::string filename, std::string name="", bool append=false) const | concepts::ElementMatrixBase< F > | |
| t_ | concepts::ElementMatrixBase< F > | protected | 
| timings() | concepts::Matrix< F > | static | 
| transpMult(const Vector< r_type > &fncY, Vector< F > &fncX) | concepts::DenseMatrix< F > | virtual | 
| transpMult(const Vector< c_type > &fncY, Vector< c_type > &fncX) (defined in concepts::DenseMatrix< F >) | concepts::DenseMatrix< F > | virtual | 
| transpose() | concepts::ElementMatrix< F > | inline | 
| type typedef | concepts::Operator< F > | |
| value_type typedef (defined in concepts::Matrix< F >) | concepts::Matrix< F > | |
| value_type typedef (defined in concepts::ElementMatrix< F >) | concepts::ElementMatrix< F > | |
| writeColumn(uint col, const Point< F, dim > &val) | concepts::ElementMatrix< F > | |
| writeColumn(uint col, const Array< F > &val) | concepts::ElementMatrix< F > | |
| writeColumn(uint col, const F val) | concepts::ElementMatrix< F > | |
| zeros() | concepts::ElementMatrix< F > | inline | 
| ~ElementMatrix() (defined in concepts::ElementMatrix< F >) | concepts::ElementMatrix< F > | inlinevirtual | 
| ~Operator() (defined in concepts::Operator< F >) | concepts::Operator< F > | inlinevirtual | 
| ~OutputOperator() (defined in concepts::OutputOperator) | concepts::OutputOperator | virtual |