concepts::TMatrix< F > Member List
This is the complete list of members for concepts::TMatrix< F >, including all inherited members.
append(TColumn< F > *T) | concepts::TMatrix< F > | |
applyOne(const ElementMatrix< F > &A, ElementMatrix< F > &B) const | concepts::TMatrix< F > | |
columns() const | concepts::TMatrix< F > | |
control(uint i) const | concepts::TMatrix< F > | inline |
ctrl_ | concepts::TMatrix< F > | private |
data(uint i) const | concepts::TMatrix< F > | inline |
data_ | concepts::TMatrix< F > | private |
extract(const concepts::Vector< F > &solution, concepts::Array< F > &coeff) const | concepts::TMatrix< F > | virtual |
extract(const concepts::Vector<::std::complex< F > > &solution, concepts::Array<::std::complex< F > > &coeff) const | concepts::TMatrix< F > | virtual |
extractOne(const concepts::Vector< F > &solution, concepts::Array< F > &coeff) const | concepts::TMatrix< F > | |
index(const uint i) const | concepts::TMatrix< F > | inlinevirtual |
info(::std::ostream &os) const | concepts::TMatrix< F > | protected |
nEntries() const | concepts::TMatrix< F > | inline |
operator()(const ElementMatrix< F > &A, ElementMatrix< F > &B) const | concepts::TMatrix< F > | |
operator()(const ElementMatrix<::std::complex< F > > &A, ElementMatrix<::std::complex< F > > &B) const | concepts::TMatrix< F > | |
operator()(const Vector< F > &A, Vector< F > &B) const | concepts::TMatrix< F > | |
outputLocalMap(::std::ostream &os) const | concepts::TMatrix< F > | |
sz_ | concepts::TMatrix< F > | private |
TMatrix(TColumn< F > *T) | concepts::TMatrix< F > | |
TMatrix(const TMatrix< F > &T, Set< uint > *idx=0) | concepts::TMatrix< F > | |
TMatrix(const TMatrix< G > &T) | concepts::TMatrix< F > | |
usedIdx(TColumn< bool > &c) const | concepts::TMatrix< F > | virtual |
usedIdx(Set< uint > &c) const | concepts::TMatrix< F > | virtual |
~TMatrix() | concepts::TMatrix< F > | virtual |