concepts::Transpose< F > Member List
This is the complete list of members for concepts::Transpose< F >, including all inherited members.
a_ | concepts::Transpose< F > | private |
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::Transpose< F > | |
const_iterator typedef | concepts::Matrix< F > | |
d_type typedef | concepts::Matrix< F > | |
end() | concepts::Matrix< F > | inline |
end() const | concepts::Matrix< F > | inline |
info(std::ostream &os) const | concepts::Transpose< F > | protected |
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 | concepts::Transpose< F > | inlinevirtual |
operator()(const uint i, const uint j) | concepts::Transpose< F > | inlinevirtual |
operator()(const Function< r_type > &fncY, Function< F > &fncX) | concepts::Transpose< F > | virtual |
operator()(const Function< c_type > &fncY, Function< c_type > &fncX) | concepts::Transpose< F > | virtual |
operator()(const Vector< H > &fncY, Vector< I > &fncX) | concepts::Transpose< F > | inline |
operator==(const Matrix< F > &otherMat) const | concepts::Matrix< F > | inlinevirtual |
r_type typedef | concepts::Transpose< 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) | concepts::Transpose< F > | inlinevirtual |
transpMult(const Vector< c_type > &fncY, Vector< c_type > &fncX) | concepts::Transpose< F > | inlinevirtual |
Transpose(Matrix< F > &a) | concepts::Transpose< F > | inline |
value_type typedef | concepts::Matrix< F > |