#include "TMatrixTUtils.h"

TMatrixTColumn_const


class description - source file - inheritance tree (.pdf)

class TMatrixTColumn_const

Inheritance Chart:
TMatrixTColumn_const<float>
<-
TMatrixTColumn<float>

    public:
TMatrixTColumn_const<float>() TMatrixTColumn_const<float>(const TMatrixT<float>& matrix, Int_t col) TMatrixTColumn_const<float>(const TMatrixTSym<float>& matrix, Int_t col) TMatrixTColumn_const<float>(const TMatrixTColumn_const<float>&) virtual ~TMatrixTColumn_const<float>() static TClass* Class() Int_t GetColIndex() const Int_t GetInc() const const TMatrixTBase<float>* GetMatrix() const const float* GetPtr() const virtual TClass* IsA() const const float& operator()(Int_t i) const const float& operator[](Int_t i) const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
const TMatrixTBase<float>* fMatrix the matrix I am a column of Int_t fColInd effective column index Int_t fInc if ptr = @a[i,col], then ptr+inc = @a[i+1,col] const float* fPtr pointer to the a[0,col] column

Class Description

                                                                      
 Matrix utility classes.                                              
                                                                      
 Templates of utility classes in the Linear Algebra Package.          
 The following classes are defined here:                              
                                                                      
 Different matrix views without copying data elements :               
   TMatrixTRow_const        TMatrixTRow                               
   TMatrixTColumn_const     TMatrixTColumn                            
   TMatrixTDiag_const       TMatrixTDiag                              
   TMatrixTFlat_const       TMatrixTFlat                              
   TMatrixTSub_const        TMatrixTSub                               
   TMatrixTSparseRow_const  TMatrixTSparseRow                         
   TMatrixTSparseDiag_const TMatrixTSparseDiag                        
                                                                      
   TElementActionT                                                    
   TElementPosActionT                                                 
                                                                      




Inline Functions


                               void ~TMatrixTColumn_const()
        TMatrixTColumn_const<float> TMatrixTColumn_const()
        TMatrixTColumn_const<float> TMatrixTColumn_const(const TMatrixT<float>& matrix, Int_t col)
        TMatrixTColumn_const<float> TMatrixTColumn_const(const TMatrixTSym<float>& matrix, Int_t col)
         const TMatrixTBase<float>* GetMatrix() const
                              Int_t GetColIndex() const
                              Int_t GetInc() const
                       const float* GetPtr() const
                       const float& operator()(Int_t i) const
                       const float& operator[](Int_t i) const
                            TClass* Class()
                            TClass* IsA() const
                               void ShowMembers(TMemberInspector& insp, char* parent)
                               void Streamer(TBuffer& b)
                               void StreamerNVirtual(TBuffer& b)
        TMatrixTColumn_const<float> TMatrixTColumn_const(const TMatrixTColumn_const<float>&)


Last update: root/matrix:$Name: $:$Id: TMatrixTUtils.h,v 1.2 2005/12/23 07:20:10 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.