concepts::DenseMatrix< F > Member List
This is the complete list of members for concepts::DenseMatrix< F >, including all inherited members.
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 |
c_type typedef | concepts::DenseMatrix< F > | |
d_type typedef | concepts::DenseMatrix< F > | |
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 > | |
info(std::ostream &os) const | concepts::DenseMatrix< F > | protectedvirtual |
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) | 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 |
operator=(const F &v) | concepts::DenseMatrix< F > | inlinevirtual |
r_type typedef | concepts::DenseMatrix< F > | |
resize(uint m, uint n) | concepts::DenseMatrix< F > | inlinevirtual |
setTranspose(bool t) | concepts::DenseMatrix< F > | inlinevirtual |
transpMult(const Vector< r_type > &fncY, Vector< F > &fncX) | concepts::DenseMatrix< F > | virtual |
transpMult(const Vector< c_type > &fncY, Vector< c_type > &fncX) | concepts::DenseMatrix< F > | virtual |