ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes | List of all members
TMatrixTSparseDiag_const< Element > Class Template Reference

template<class Element>
class TMatrixTSparseDiag_const< Element >

Definition at line 43 of file TMatrixDUtilsfwd.h.

Public Member Functions

 TMatrixTSparseDiag_const ()
 
 TMatrixTSparseDiag_const (const TMatrixTSparse< Element > &matrix)
 Constructor. More...
 
 TMatrixTSparseDiag_const (const TMatrixTSparseDiag_const< Element > &trc)
 
TMatrixTSparseDiag_const
< Element > & 
operator= (const TMatrixTSparseDiag_const< Element > &trc)
 
virtual ~TMatrixTSparseDiag_const ()
 
const TMatrixTBase< Element > * GetMatrix () const
 
const Element * GetDataPtr () const
 
Int_t GetNdiags () const
 
Element operator() (Int_t i) const
 
Element operator[] (Int_t i) const
 

Protected Attributes

const TMatrixTSparse< Element > * fMatrix
 
Int_t fNdiag
 
const Element * fDataPtr
 

#include <TMatrixDUtilsfwd.h>

Inheritance diagram for TMatrixTSparseDiag_const< Element >:
[legend]

Constructor & Destructor Documentation

template<class Element>
TMatrixTSparseDiag_const< Element >::TMatrixTSparseDiag_const ( )
inline

Definition at line 655 of file TMatrixTUtils.h.

template<class Element >
TMatrixTSparseDiag_const< Element >::TMatrixTSparseDiag_const ( const TMatrixTSparse< Element > &  matrix)

Constructor.

Definition at line 1624 of file TMatrixTUtils.cxx.

template<class Element>
TMatrixTSparseDiag_const< Element >::TMatrixTSparseDiag_const ( const TMatrixTSparseDiag_const< Element > &  trc)
inline

Definition at line 657 of file TMatrixTUtils.h.

template<class Element>
virtual TMatrixTSparseDiag_const< Element >::~TMatrixTSparseDiag_const ( )
inlinevirtual

Definition at line 661 of file TMatrixTUtils.h.

Member Function Documentation

template<class Element>
const Element* TMatrixTSparseDiag_const< Element >::GetDataPtr ( ) const
inline

Definition at line 664 of file TMatrixTUtils.h.

template<class Element>
const TMatrixTBase<Element>* TMatrixTSparseDiag_const< Element >::GetMatrix ( ) const
inline
template<class Element>
Int_t TMatrixTSparseDiag_const< Element >::GetNdiags ( ) const
inline
template<class Element >
Element TMatrixTSparseDiag_const< Element >::operator() ( Int_t  i) const

Definition at line 1636 of file TMatrixTUtils.cxx.

template<class Element>
TMatrixTSparseDiag_const<Element>& TMatrixTSparseDiag_const< Element >::operator= ( const TMatrixTSparseDiag_const< Element > &  trc)
inline

Definition at line 659 of file TMatrixTUtils.h.

template<class Element>
Element TMatrixTSparseDiag_const< Element >::operator[] ( Int_t  i) const
inline

Definition at line 668 of file TMatrixTUtils.h.

Member Data Documentation

template<class Element>
const Element* TMatrixTSparseDiag_const< Element >::fDataPtr
protected
template<class Element>
const TMatrixTSparse<Element>* TMatrixTSparseDiag_const< Element >::fMatrix
protected
template<class Element>
Int_t TMatrixTSparseDiag_const< Element >::fNdiag
protected

The documentation for this class was generated from the following files: