concepts::DiagonalMatrix< F > Member List
This is the complete list of members for concepts::DiagonalMatrix< F >, including all inherited members.
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 |
addInto(Matrix< H > &dest, const I fact) | concepts::DiagonalMatrix< F > | |
apply_(const Function< H > &fncY, Function< I > &fncX) | concepts::DiagonalMatrix< F > | private |
applyT_(const Vector< H > &fncY, Vector< I > &fncX) | concepts::DiagonalMatrix< F > | private |
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::DiagonalMatrix< F > | |
const_iterator typedef | concepts::Matrix< F > | |
d_type typedef | concepts::DiagonalMatrix< F > | |
DiagonalMatrix(const Space< G > &spc) | concepts::DiagonalMatrix< F > | |
DiagonalMatrix(uint dim=0) | concepts::DiagonalMatrix< F > | |
DiagonalMatrix(const Space< G > &spc, const Array< F > entries) | concepts::DiagonalMatrix< F > | |
DiagonalMatrix(const Matrix< F > &matrix) | concepts::DiagonalMatrix< F > | |
dummy_ | concepts::DiagonalMatrix< F > | private |
end() | concepts::Matrix< F > | inline |
end() const | concepts::Matrix< F > | inline |
entries_ | concepts::DiagonalMatrix< F > | private |
info(std::ostream &os) const | concepts::DiagonalMatrix< F > | protectedvirtual |
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 F*() | concepts::DiagonalMatrix< F > | inline |
operator()(const Function< r_type > &fncY, Function< F > &fncX) | concepts::DiagonalMatrix< F > | virtual |
operator()(const Function< c_type > &fncY, Function< c_type > &fncX) | concepts::DiagonalMatrix< F > | virtual |
operator()(const uint i, const uint j) const | concepts::DiagonalMatrix< F > | virtual |
operator()(const uint i, const uint j) | concepts::DiagonalMatrix< F > | virtual |
operator+=(const Matrix< F > &d) | concepts::DiagonalMatrix< F > | |
operator=(F c) | concepts::DiagonalMatrix< F > | |
operator==(const Matrix< F > &otherMat) const | concepts::Matrix< F > | inlinevirtual |
r_type typedef | concepts::DiagonalMatrix< F > | |
resize(uint n) | concepts::DiagonalMatrix< 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::DiagonalMatrix< F > | virtual |
transpMult(const Vector< c_type > &fncY, Vector< c_type > &fncX) | concepts::DiagonalMatrix< F > | virtual |
value_type typedef | concepts::Matrix< F > | |
zeros() | concepts::DiagonalMatrix< F > | inline |
~DiagonalMatrix() | concepts::DiagonalMatrix< F > | virtual |