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
| ~SMatrixIdentity() | |
| ROOT::Math::SMatrixIdentity& | operator=(const ROOT::Math::SMatrixIdentity&) |
| ROOT::Math::SMatrixIdentity | SMatrixIdentity() |
| ROOT::Math::SMatrixIdentity | SMatrixIdentity(const ROOT::Math::SMatrixIdentity&) |

Assign from another compatible matrix. Possible Symmetirc to general but NOT vice-versa