|
||||
File indexing completed on 2024-04-06 12:04:42
0001 #ifndef DataFormats_Math_Matrix 0002 #define DataFormats_Math_Matrix 0003 #include "Math/SMatrix.h" 0004 #include "Math/SVector.h" 0005 0006 namespace math { 0007 template <unsigned int N, unsigned int M> 0008 struct Matrix { 0009 typedef ROOT::Math::SMatrix<double, N, M> type; 0010 }; 0011 } // namespace math 0012 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |