merge (inapropriately) detached2 to main
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
* Vector is a class to represent
|
||||
* a column vector with n rows.
|
||||
*/
|
||||
|
||||
|
||||
class Vector {
|
||||
protected:
|
||||
// Number of rows in vector
|
||||
@@ -95,4 +97,6 @@ public:
|
||||
friend std::ostream& operator<<(std::ostream& cout, Matrix& matrixObj);
|
||||
};
|
||||
|
||||
void showMatrix(Matrix);
|
||||
|
||||
#endif // TOOLS_MATRIX_H
|
||||
|
||||
Reference in New Issue
Block a user