class ROOT::Math::SMatrixIdentity


    SMatrix: a generic fixed size D1 x D2 Matrix class.
    The class is template on the scalar type, on the matrix sizes:
    D1 = number of rows and D2 = number of columns
    amd on the representation storage type.
    By default the representation is MatRepStd<T,D1,D2> (standard D1xD2 of type T),
    but it can be of type MatRepSym<T,D> for symmetric matrices DxD, where the storage is only
    D*(D+1)/2.

    See \ref SMatrixDoc.

    Original author is Thorsten Glebe
    HERA-B Collaboration, MPI Heidelberg (Germany)

    @ingroup SMatrixSVector

    @authors T. Glebe, L. Moneta and J. Palacios


 SMatrix: column-wise storage

Function Members (Methods)

public:
~SMatrixIdentity()
ROOT::Math::SMatrixIdentity&operator=(const ROOT::Math::SMatrixIdentity&)
ROOT::Math::SMatrixIdentitySMatrixIdentity()
ROOT::Math::SMatrixIdentitySMatrixIdentity(const ROOT::Math::SMatrixIdentity&)

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

SMatrix<T,D1,D2,R>& operator=(const ROOT::Math::SMatrixIdentity& )
       Assign from another compatible matrix.
       Possible Symmetirc to general but NOT vice-versa


Author: T. Glebe, L. Moneta, J. Palacios 2005
Last change: root/smatrix:$Id: SMatrix.h 21553 2007-12-21 10:55:46Z moneta $
Last generated: 2008-06-25 08:30

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.