Skip to content
Snippets Groups Projects
Commit 75f27402 authored by Lorenzo Moneta's avatar Lorenzo Moneta
Browse files

update doc

git-svn-id: http://root.cern.ch/svn/root/trunk@13698 27541ba8-7e3a-0410-8455-c3a389f83636
parent e496ad83
No related branches found
No related tags found
No related merge requests found
// @(#)root/smatrix:$Name: $:$Id: SMatrix.h,v 1.8 2005/12/11 00:24:49 rdm Exp $
// @(#)root/smatrix:$Name: $:$Id: SMatrix.h,v 1.9 2005/12/12 11:35:10 moneta Exp $
// Authors: T. Glebe, L. Moneta 2005
#ifndef ROOT_Math_SMatrix
......@@ -46,6 +46,11 @@
#include "Math/Expression.h"
//doxygen tag
/**
@defgroup SMatrix Matrix and Vector classes
*/
namespace ROOT {
......@@ -56,9 +61,12 @@ namespace ROOT {
/** SMatrix.
A generic fixed size n x m Matrix class.q
/**
SMatrix: a generic fixed size n x m Matrix class.
The class is template on the scalar type and on the matrix sizes:
D1 = number of rows and D2 = number of columns.
@ingroup SMatrix
@memo SMatrix
@author T. Glebe
*/
......
// @(#)root/smatrix:$Name: $:$Id: SVector.h,v 1.3 2005/12/07 17:25:43 moneta Exp $
// @(#)root/smatrix:$Name: $:$Id: SVector.h,v 1.4 2005/12/12 14:59:24 moneta Exp $
// Authors: T. Glebe, L. Moneta 2005
#ifndef ROOT_Math_SVector
......@@ -52,9 +52,13 @@ namespace ROOT {
template <class A, class T, unsigned int D, unsigned int D2> class Expr;
/** SVector.
A generic fixed size Vector class.
/**
SVector: a generic fixed size Vector class.
The class is template on the scalar type and on the vector size D.
@ingroup SMatrix
@memo SVector
@author T. Glebe
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment