Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Attributes | Protected Member Functions
concepts::TMatrix< F >::Control Struct Reference

The column header: column index and length of the column data. More...

#include <tmatrix.hh>

Inheritance diagram for concepts::TMatrix< F >::Control:
Inheritance graph
[legend]
Collaboration diagram for concepts::TMatrix< F >::Control:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

template<class F>
struct concepts::TMatrix< F >::Control

The column header: column index and length of the column data.

Definition at line 483 of file tmatrix.hh.


Member Function Documentation

template<class F>
virtual std::ostream& concepts::TMatrix< F >::Control::info ( std::ostream &  os) const [protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.


Member Data Documentation

template<class F>
uint concepts::TMatrix< F >::Control::idx

Column index.

Definition at line 485 of file tmatrix.hh.

template<class F>
uint concepts::TMatrix< F >::Control::sz

Column length.

Definition at line 487 of file tmatrix.hh.


The documentation for this struct was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)