add(const ElementMatrix< F > &A, uint offm=0, uint offn=0) | concepts::ElementMatrix< F > | |
col() const | concepts::ElementMatrix< F > | inline |
compress(const Real threshold=EPS) | concepts::ElementMatrix< F > | |
ElementMatrix(const uint m=0, const uint n=0) | concepts::ElementMatrix< F > | |
ElementMatrix(const uint m, const uint n, const F *data) | concepts::ElementMatrix< F > | |
getIndex() const | concepts::ElementMatrix< F > | inline |
i_ | concepts::ElementMatrix< F > | private |
info(std::ostream &os) const | concepts::ElementMatrix< F > | |
operator F*() | concepts::ElementMatrix< F > | inline |
operator()(const uint i, const uint j) const | concepts::ElementMatrix< F > | inline |
operator()(const uint i, const uint j) | concepts::ElementMatrix< F > | inline |
operator*=(const F n) | concepts::ElementMatrix< F > | inline |
operator=(const ElementMatrixBase< F > &A) | concepts::ElementMatrix< F > | |
operator=(const ElementMatrix< G > &other) | concepts::ElementMatrix< F > | inline |
operator=(const F &v) | concepts::ElementMatrix< F > | inlinevirtual |
resize(uint m, uint n) | concepts::ElementMatrix< F > | virtual |
row() const | concepts::ElementMatrix< F > | inline |
setIndex(int i) | concepts::ElementMatrix< F > | inline |
setTranspose(bool t) | concepts::ElementMatrix< F > | inline |
transpose() | concepts::ElementMatrix< F > | inline |
value_type typedef | 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() | concepts::ElementMatrix< F > | inlinevirtual |