Fix Matrix block function bug.

This commit is contained in:
kradchen
2023-05-17 15:09:59 +08:00
parent 7babd216de
commit 88e1052992
2 changed files with 6 additions and 3 deletions

View File

@@ -181,7 +181,7 @@ namespace Aurora {
* @param aEndIndex 终止索引,包含
* @return Matrix 返回矩阵
*/
Matrix block(int aDim,int aBeginIndx, int aEndIndex);
Matrix block(int aDim,int aBeginIndx, int aEndIndex) const;
/**
* 矩阵乘法