+
class ROOT::Math::SMatrixIdentity
-
library: libSmatrix
#include "SMatrix.h"
Display options:
Show inherited
Show non-public

class ROOT::Math::SMatrixIdentity


 source:

 type:      source code

 created:   20. Mar 2001

 author:    Thorsten Glebe
            HERA-B Collaboration
            Max-Planck-Institut fuer Kernphysik
            Saupfercheckweg 1
            69117 Heidelberg
            Germany
            E-mail: T.Glebe@mpi-hd.mpg.de

 Description: A fixed size two dimensional Matrix class

 changes:
 20 Mar 2001 (TG) creation
 21 Mar 2001 (TG) added operators +=, -=, *=, /=
 26 Mar 2001 (TG) place_in_row(), place_in_col() added
 02 Apr 2001 (TG) non-const Array() added
 03 Apr 2001 (TG) invert() added
 07 Apr 2001 (TG) CTOR from SVertex (dyadic product) added
 09 Apr 2001 (TG) CTOR from array added
 11 Apr 2001 (TG) rows(), cols(), size() replaced by rows, cols, size
 25 Mai 2001 (TG) row(), col() added
 04 Sep 2001 (TG) moved inlined functions to .icc file
 11 Jan 2002 (TG) added operator==(), operator!=()
 14 Jan 2002 (TG) added more operator==(), operator!=(), operator>(), operator<()


 for platform specific configurations

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


Last update: Mon Jun 25 19:40:52 2007

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.