Fix Matrix block function bug.
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
* 矩阵乘法
|
||||
|
||||
Reference in New Issue
Block a user