The matrix entries: row index and data. More...
#include <tmatrix.hh>


Public Attributes | |
| F | data |
| Data at this entry. | |
| uint | idx |
| Row index. | |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
The matrix entries: row index and data.
Definition at line 493 of file tmatrix.hh.
| virtual std::ostream& concepts::TMatrix< F >::Data::info | ( | std::ostream & | os | ) | const [protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
| F concepts::TMatrix< F >::Data::data |
Data at this entry.
Definition at line 497 of file tmatrix.hh.
| uint concepts::TMatrix< F >::Data::idx |
Row index.
Definition at line 495 of file tmatrix.hh.