Update operator[] logic of Matrix.
This commit is contained in:
@@ -171,6 +171,8 @@ namespace Aurora {
|
||||
|
||||
// sub
|
||||
double& operator[](size_t index);
|
||||
double operator[](size_t index) const;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user