The column header: column index and length of the column data. More...
#include <tmatrix.hh>


Public Attributes | |
| uint | idx |
| Column index. | |
| uint | sz |
| Column length. | |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
The column header: column index and length of the column data.
Definition at line 483 of file tmatrix.hh.
| virtual std::ostream& concepts::TMatrix< F >::Control::info | ( | std::ostream & | os | ) | const [protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
| uint concepts::TMatrix< F >::Control::idx |
Column index.
Definition at line 485 of file tmatrix.hh.
| uint concepts::TMatrix< F >::Control::sz |
Column length.
Definition at line 487 of file tmatrix.hh.