mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-08-05 23:27:10 +01:00
DMat: copy constructor from base class
This commit is contained in:
@@ -37,7 +37,8 @@ class DMat: public DMatBase, public IoObject
|
||||
public:
|
||||
// constructors
|
||||
DMat(void);
|
||||
DMat(const DMat& M);
|
||||
DMat(const DMatBase &m);
|
||||
DMat(const DMat &m);
|
||||
DMat(const unsigned int nRow, const unsigned int nCol);
|
||||
// IO
|
||||
virtual unsigned int getType(void) const;
|
||||
|
Reference in New Issue
Block a user