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

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

The matrix entries: row index and data. More...

#include <tmatrix.hh>

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

List of all members.

Public Attributes

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.

Detailed Description

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

The matrix entries: row index and data.

Definition at line 493 of file tmatrix.hh.


Member Function Documentation

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

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.


Member Data Documentation

template<class F>
F concepts::TMatrix< F >::Data::data

Data at this entry.

Definition at line 497 of file tmatrix.hh.

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

Row index.

Definition at line 495 of file tmatrix.hh.


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

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