C++ main module for mmsd Package  1.0
LAP_SymmetricMatrix.h
Go to the documentation of this file.
1 #ifndef LAP_SymmetricMatrix_H
2 #define LAP_SymmetricMatrix_H
3 
4 
5 #include "LAP_Object.h"
6 
7 class LAP_DoubleFullMatrix;
8 
16 
18 
19  SP_OBJECT(LAP_SymmetricMatrix);
20 
21 private:
22  // ATTRIBUTES
23 
24 
25 
26  // ASSOCIATIONS
27 
28  // METHOD
29 
30 
31 public:
32  // CONSTRUCTORS
35  }
36 
37 
38 
39  // DESTRUCTORS
43  }
44 
45 
46 
47 
48 
49 
50 
51 public:
52 
53 
54  // LINEAR Method
55  //===============
56 
57  // ----------------
58  // vector product
59  // ----------------
60 
61 
62 
63  // ----------------
64  // matrix product
65  // ----------------
66 
67 
68  // ----------------------
69  // eigen values & vectors
70  // ------------------------
71 
72 
73  // -----------------------
74  // linear system solvers
75  // -----------------------
76 
77 
78 
79  // -----------------------
80  // STRING Representation
81  // ----------------------
82 
83 
84 };
85 #endif
DEFINE_SPTR(LAP_SymmetricMatrix)
This class is the base class of all lapack objects.
Definition: LAP_Object.h:17
this class describes a general symmetric matrix
Definition: LAP_SymmetricMatrix.h:17
virtual ~LAP_SymmetricMatrix()
destroy a matrix
Definition: LAP_SymmetricMatrix.h:42
LAP_SymmetricMatrix()
build a matrix
Definition: LAP_SymmetricMatrix.h:34