Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

concepts::ElementMatrix< F > Member List
This is the complete list of members for concepts::ElementMatrix< F >, including all inherited members.
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 >
data_concepts::ElementMatrixBase< F > [protected]
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 >
ElementMatrixBase()concepts::ElementMatrixBase< F > [inline]
getData() const concepts::ElementMatrixBase< F > [inline]
getIndex() const concepts::ElementMatrix< F > [inline]
i_concepts::ElementMatrix< F > [private]
info(std::ostream &os) const concepts::ElementMatrix< F >
isTranspose() const concepts::ElementMatrixBase< F > [inline]
m() const concepts::ElementMatrixBase< F > [inline]
m_concepts::ElementMatrixBase< F > [protected]
n() const concepts::ElementMatrixBase< F > [inline]
n_concepts::ElementMatrixBase< F > [protected]
operator const F *() const concepts::ElementMatrixBase< F > [inline]
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]
resize(uint m, uint n)concepts::ElementMatrix< F >
row() const concepts::ElementMatrix< F > [inline]
setIndex(int i)concepts::ElementMatrix< F > [inline]
setTranspose(bool t)concepts::ElementMatrix< F > [inline]
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]
transpose()concepts::ElementMatrix< F > [inline]
value_type typedefconcepts::ElementMatrix< F >
zeros()concepts::ElementMatrix< F > [inline]

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)