TMatrixTSparseDiag< Element > Class Template Reference

#include <TMatrixTUtils.h>

Inheritance diagram for TMatrixTSparseDiag< Element >:

TMatrixTSparseDiag_const< Element > TMatrixTSparseDiag_const< Element > List of all members.

Public Member Functions

 TMatrixTSparseDiag ()
 TMatrixTSparseDiag (TMatrixTSparse< Element > &matrix)
 TMatrixTSparseDiag (const TMatrixTSparseDiag< Element > &md)
Element * GetDataPtr () const
Element operator() (Int_t i) const
Element & operator() (Int_t i)
Element operator[] (Int_t i) const
Element & operator[] (Int_t i)
void operator= (Element val)
void operator+= (Element val)
void operator *= (Element val)
void operator= (const TMatrixTSparseDiag_const< Element > &d)
TMatrixTSparseDiag< Element > & operator= (const TMatrixTSparseDiag< Element > &d)
void operator= (const TVectorT< Element > &vec)
void operator+= (const TMatrixTSparseDiag_const< Element > &d)
void operator *= (const TMatrixTSparseDiag_const< Element > &d)
 TMatrixTSparseDiag ()
 TMatrixTSparseDiag (TMatrixTSparse< Element > &matrix)
 TMatrixTSparseDiag (const TMatrixTSparseDiag< Element > &md)
Element * GetDataPtr () const
Element operator() (Int_t i) const
Element & operator() (Int_t i)
Element operator[] (Int_t i) const
Element & operator[] (Int_t i)
void operator= (Element val)
void operator+= (Element val)
void operator *= (Element val)
void operator= (const TMatrixTSparseDiag_const< Element > &d)
TMatrixTSparseDiag< Element > & operator= (const TMatrixTSparseDiag< Element > &d)
void operator= (const TVectorT< Element > &vec)
void operator+= (const TMatrixTSparseDiag_const< Element > &d)
void operator *= (const TMatrixTSparseDiag_const< Element > &d)
template<>
TClassClass ()
template<>
TClassClass ()
template<>
void Streamer (TBuffer &R__b)
template<>
void Streamer (TBuffer &R__b)

Detailed Description

template<class Element>
class TMatrixTSparseDiag< Element >

Definition at line 666 of file TMatrixTUtils.h.


Constructor & Destructor Documentation

template<class Element>
TMatrixTSparseDiag< Element >::TMatrixTSparseDiag (  )  [inline]

Definition at line 669 of file TMatrixTUtils.h.

template<class Element>
TMatrixTSparseDiag< Element >::TMatrixTSparseDiag ( TMatrixTSparse< Element > &  matrix  ) 

Definition at line 1640 of file TMatrixTUtils.cxx.

template<class Element>
TMatrixTSparseDiag< Element >::TMatrixTSparseDiag ( const TMatrixTSparseDiag< Element > &  md  ) 

Definition at line 1648 of file TMatrixTUtils.cxx.

template<class Element>
TMatrixTSparseDiag< Element >::TMatrixTSparseDiag (  )  [inline]

Definition at line 669 of file TMatrixTUtils.h.

template<class Element>
TMatrixTSparseDiag< Element >::TMatrixTSparseDiag ( TMatrixTSparse< Element > &  matrix  ) 

template<class Element>
TMatrixTSparseDiag< Element >::TMatrixTSparseDiag ( const TMatrixTSparseDiag< Element > &  md  ) 


Member Function Documentation

template<class Element>
Element* TMatrixTSparseDiag< Element >::GetDataPtr (  )  const [inline]

Reimplemented from TMatrixTSparseDiag_const< Element >.

Definition at line 673 of file TMatrixTUtils.h.

References TMatrixTSparseDiag_const< Element >::fDataPtr.

template<class Element>
Element TMatrixTSparseDiag< Element >::operator() ( Int_t  i  )  const

Reimplemented from TMatrixTSparseDiag_const< Element >.

Definition at line 1658 of file TMatrixTUtils.cxx.

References TMath::BinarySearch(), Error, TMatrixTSparseDiag_const< Element >::fMatrix, TMatrixTSparseDiag_const< Element >::fNdiag, and R__ASSERT.

template<class Element>
Element & TMatrixTSparseDiag< Element >::operator() ( Int_t  i  ) 

Definition at line 1679 of file TMatrixTUtils.cxx.

References TMath::BinarySearch(), Error, TMatrixTSparseDiag_const< Element >::fDataPtr, TMatrixTSparseDiag_const< Element >::fMatrix, TMatrixTBase< Element >::GetColIndexArray(), TMatrixTBase< Element >::GetColLwb(), TMatrixTBase< Element >::GetMatrixArray(), TMatrixTBase< Element >::GetRowIndexArray(), TMatrixTBase< Element >::GetRowLwb(), TMatrixTBase< Element >::InsertRow(), R__ASSERT, row, and val.

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

Reimplemented from TMatrixTSparseDiag_const< Element >.

Definition at line 677 of file TMatrixTUtils.h.

template<class Element>
Element& TMatrixTSparseDiag< Element >::operator[] ( Int_t  i  )  [inline]

Definition at line 678 of file TMatrixTUtils.h.

template<class Element>
void TMatrixTSparseDiag< Element >::operator= ( Element  val  ) 

Definition at line 1720 of file TMatrixTUtils.cxx.

References TMatrixTSparseDiag_const< Element >::fNdiag, i, and R__ASSERT.

Referenced by TMatrixTSparseDiag< Element >::operator=().

template<class Element>
void TMatrixTSparseDiag< Element >::operator+= ( Element  val  ) 

Definition at line 1731 of file TMatrixTUtils.cxx.

References TMatrixTSparseDiag_const< Element >::fNdiag, i, and R__ASSERT.

template<class Element>
void TMatrixTSparseDiag< Element >::operator *= ( Element  val  ) 

Definition at line 1742 of file TMatrixTUtils.cxx.

References TMatrixTSparseDiag_const< Element >::fNdiag, i, and R__ASSERT.

template<class Element>
void TMatrixTSparseDiag< Element >::operator= ( const TMatrixTSparseDiag_const< Element > &  d  ) 

Reimplemented from TMatrixTSparseDiag_const< Element >.

Definition at line 1753 of file TMatrixTUtils.cxx.

References Error, TMatrixTSparseDiag_const< Element >::fNdiag, TMatrixTSparseDiag_const< Element >::GetMatrix(), TMatrixTSparseDiag_const< Element >::GetNdiags(), i, TMatrixTBase< Element >::IsValid(), and R__ASSERT.

template<class Element>
TMatrixTSparseDiag<Element>& TMatrixTSparseDiag< Element >::operator= ( const TMatrixTSparseDiag< Element > &  d  )  [inline]

Definition at line 685 of file TMatrixTUtils.h.

References d, and TMatrixTSparseDiag< Element >::operator=().

template<class Element>
void TMatrixTSparseDiag< Element >::operator= ( const TVectorT< Element > &  vec  ) 

Definition at line 1773 of file TMatrixTUtils.cxx.

References Error, TMatrixTSparseDiag_const< Element >::fNdiag, TVectorT< Element >::GetMatrixArray(), TVectorT< Element >::GetNrows(), i, TVectorT< Element >::IsValid(), R__ASSERT, and vp.

template<class Element>
void TMatrixTSparseDiag< Element >::operator+= ( const TMatrixTSparseDiag_const< Element > &  d  ) 

Definition at line 1792 of file TMatrixTUtils.cxx.

References Error, TMatrixTSparseDiag_const< Element >::fNdiag, TMatrixTSparseDiag_const< Element >::GetMatrix(), TMatrixTSparseDiag_const< Element >::GetNdiags(), i, TMatrixTBase< Element >::IsValid(), and R__ASSERT.

template<class Element>
void TMatrixTSparseDiag< Element >::operator *= ( const TMatrixTSparseDiag_const< Element > &  d  ) 

Definition at line 1812 of file TMatrixTUtils.cxx.

References Error, TMatrixTSparseDiag_const< Element >::fNdiag, TMatrixTSparseDiag_const< Element >::GetMatrix(), TMatrixTSparseDiag_const< Element >::GetNdiags(), i, TMatrixTBase< Element >::IsValid(), and R__ASSERT.

template<class Element>
Element* TMatrixTSparseDiag< Element >::GetDataPtr (  )  const [inline]

Reimplemented from TMatrixTSparseDiag_const< Element >.

Definition at line 673 of file TMatrixTUtils.h.

References TMatrixTSparseDiag_const< Element >::fDataPtr.

template<class Element>
Element TMatrixTSparseDiag< Element >::operator() ( Int_t  i  )  const

Reimplemented from TMatrixTSparseDiag_const< Element >.

template<class Element>
Element& TMatrixTSparseDiag< Element >::operator() ( Int_t  i  ) 

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

Reimplemented from TMatrixTSparseDiag_const< Element >.

Definition at line 677 of file TMatrixTUtils.h.

template<class Element>
Element& TMatrixTSparseDiag< Element >::operator[] ( Int_t  i  )  [inline]

Definition at line 678 of file TMatrixTUtils.h.

template<class Element>
void TMatrixTSparseDiag< Element >::operator= ( Element  val  ) 

template<class Element>
void TMatrixTSparseDiag< Element >::operator+= ( Element  val  ) 

template<class Element>
void TMatrixTSparseDiag< Element >::operator *= ( Element  val  ) 

template<class Element>
void TMatrixTSparseDiag< Element >::operator= ( const TMatrixTSparseDiag_const< Element > &  d  ) 

Reimplemented from TMatrixTSparseDiag_const< Element >.

template<class Element>
TMatrixTSparseDiag<Element>& TMatrixTSparseDiag< Element >::operator= ( const TMatrixTSparseDiag< Element > &  d  )  [inline]

Definition at line 685 of file TMatrixTUtils.h.

References d, and TMatrixTSparseDiag< Element >::operator=().

template<class Element>
void TMatrixTSparseDiag< Element >::operator= ( const TVectorT< Element > &  vec  ) 

template<class Element>
void TMatrixTSparseDiag< Element >::operator+= ( const TMatrixTSparseDiag_const< Element > &  d  ) 

template<class Element>
void TMatrixTSparseDiag< Element >::operator *= ( const TMatrixTSparseDiag_const< Element > &  d  ) 

template<>
TClass * TMatrixTSparseDiag< double >::Class (  ) 

Reimplemented from TMatrixTSparseDiag_const< Element >.

Definition at line 3944 of file G__Matrix.cxx.

References ROOT::GenerateInitInstanceLocal(), and x0.

template<>
TClass * TMatrixTSparseDiag< float >::Class (  ) 

Reimplemented from TMatrixTSparseDiag_const< Element >.

Definition at line 5032 of file G__Matrix.cxx.

References ROOT::GenerateInitInstanceLocal(), and x0.

template<>
void TMatrixTSparseDiag< float >::Streamer ( TBuffer R__b  ) 

Reimplemented from TMatrixTSparseDiag_const< Element >.

Definition at line 6369 of file G__Matrix.cxx.

References TMatrixTSparseDiag_const< Element >::Streamer().

template<>
void TMatrixTSparseDiag< double >::Streamer ( TBuffer R__b  ) 

Reimplemented from TMatrixTSparseDiag_const< Element >.

Definition at line 7651 of file G__Matrix.cxx.

References TMatrixTSparseDiag_const< Element >::Streamer().


The documentation for this class was generated from the following files:
Generated on Tue Jul 5 16:42:50 2011 for ROOT_528-00b_version by  doxygen 1.5.1