This is the complete list of members for concepts::SubMatrixN< 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::type > | virtual |
addInto(Matrix< H > &dest, const I fact, const uint rowoffset=0, const uint coloffset=0) const | concepts::SubMatrixN< F > | |
assembly(Matrix< F > &dest, const Space< G > &spc, const BilinearForm< F, G > &bf, const Real threshold=0.0) | concepts::Matrix< F::type > | static |
assembly(Matrix< F > &dest, Scan< Element< G > > *sc, const BilinearForm< F, G > &bf, const Real threshold=0.0) | concepts::Matrix< F::type > | static |
assembly(Matrix< F > &dest, const Sequence< ElementWithCell< G > * > seq, const BilinearForm< F, G > &bf, const Real threshold=0.0) | concepts::Matrix< F::type > | 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::type > | 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::type > | 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::type > | static |
assembly(Matrix< F > &dest, const BilinearForm< F, G > &bf, const ElementPairList< G > &pairs) | concepts::Matrix< F::type > | 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::type > | static |
begin(uint r=0) | concepts::SubMatrixN< F > | |
begin(uint r=0) const | concepts::SubMatrixN< F > | |
c_type typedef | concepts::SubMatrixN< F > | |
const_iterator typedef (defined in concepts::SubMatrixN< F >) | concepts::SubMatrixN< F > | |
convertCCS(type *a, int *asub, int *xa) const | concepts::SubMatrixN< F > | virtual |
CRSConvertable< F::type >::convertCCS(F *a, int *asub, int *xa) const=0 | concepts::CRSConvertable< F::type > | pure virtual |
convertCRS(type *a, int *asub, int *xa) const | concepts::SubMatrixN< F > | virtual |
CRSConvertable< F::type >::convertCRS(F *a, int *asub, int *xa) const=0 | concepts::CRSConvertable< F::type > | pure virtual |
convertIJK(type *, int *, int *) const | concepts::SubMatrixN< F > | virtual |
CRSConvertable< F::type >::convertIJK(F *a, int *irn, int *jcn) const=0 | concepts::CRSConvertable< F::type > | pure virtual |
d_type typedef | concepts::SubMatrixN< F > | |
dimX() const | concepts::Operator< F > | inlinevirtual |
dimX_ | concepts::Operator< F > | protected |
dimY() const | concepts::Operator< F > | inlinevirtual |
dimY_ (defined in concepts::Operator< F >) | concepts::Operator< F > | protected |
end() const | concepts::SubMatrixN< F > | |
Matrix< F::type >::end() | concepts::Matrix< F::type > | inline |
indicesX() const | concepts::SubMatrixN< F > | inline |
indicesX_ | concepts::SubMatrixN< F > | protected |
indicesY() const | concepts::SubMatrixN< F > | inline |
indicesY_ (defined in concepts::SubMatrixN< F >) | concepts::SubMatrixN< F > | protected |
info(std::ostream &os) const | concepts::SubMatrixN< F > | protectedvirtual |
iterator typedef (defined in concepts::SubMatrixN< F >) | concepts::SubMatrixN< F > | |
matrix() | concepts::SubMatrixN< F > | inline |
matrix() const (defined in concepts::SubMatrixN< F >) | concepts::SubMatrixN< F > | inline |
multiply(const H &fact, I &dest) const (defined in concepts::SubMatrixN< F >) | concepts::SubMatrixN< F > | inline |
nofCols() const | concepts::Matrix< F::type > | inline |
nofRows() const | concepts::Matrix< F::type > | inline |
Operator(uint dimX, uint dimY) (defined in concepts::Operator< F >) | concepts::Operator< F > | inline |
operator()(const Function< r_type > &fncY, Function< type > &fncX) (defined in concepts::SubMatrixN< F >) | concepts::SubMatrixN< F > | virtual |
operator()(const Function< c_type > &fncY, Function< c_type > &fncX) | concepts::SubMatrixN< F > | virtual |
operator()(const uint i, const uint j) const | concepts::SubMatrixN< F > | virtual |
operator()(const uint i, const uint j) | concepts::SubMatrixN< F > | virtual |
Matrix< F::type >::operator()(const Function< r_type > &fncY, Function< F > &fncX)=0 | concepts::Matrix< F::type > | pure virtual |
concepts::Operator::operator()() | concepts::Operator< F > | virtual |
r_type typedef | concepts::SubMatrixN< 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::type > | virtual |
setTimings(InOutParameters *timings) | concepts::Matrix< F::type > | static |
show_messages() (defined in concepts::Operator< F >) | concepts::Operator< F > | inlinevirtual |
SubMatrixN(F &m, const Set< IndexRange > &indicesX, const Set< IndexRange > &indicesY) | concepts::SubMatrixN< F > | |
SubMatrixN() | concepts::SubMatrixN< F > | |
timings() | concepts::Matrix< F::type > | static |
transpMult(const Vector< r_type > &fncY, Vector< type > &fncX) (defined in concepts::SubMatrixN< F >) | concepts::SubMatrixN< F > | virtual |
transpMult(const Vector< c_type > &fncY, Vector< c_type > &fncX) (defined in concepts::SubMatrixN< F >) | concepts::SubMatrixN< F > | virtual |
Matrix< F::type >::transpMult(const Vector< r_type > &fncY, Vector< F > &fncX)=0 | concepts::Matrix< F::type > | pure virtual |
type typedef (defined in concepts::SubMatrixN< F >) | concepts::SubMatrixN< F > | |
used() const | concepts::SubMatrixN< F > | virtual |
~Operator() (defined in concepts::Operator< F >) | concepts::Operator< F > | inlinevirtual |
~OutputOperator() (defined in concepts::OutputOperator) | concepts::OutputOperator | virtual |
~SubMatrixN() (defined in concepts::SubMatrixN< F >) | concepts::SubMatrixN< F > | inlinevirtual |