Add Matrix method setBlockValue

This commit is contained in:
kradchen
2023-05-29 11:09:09 +08:00
parent 320d6c81cb
commit ce91b7a868
3 changed files with 94 additions and 3 deletions

View File

@@ -183,6 +183,8 @@ namespace Aurora {
*/
Matrix block(int aDim,int aBeginIndx, int aEndIndex) const;
bool setBlockValue(int aDim,int aBeginIndx, int aEndIndex,double value);
/**
* 矩阵乘法
* @attention 目前只支持矩阵乘向量