Add Matrix method setBlockValue
This commit is contained in:
@@ -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 目前只支持矩阵乘向量
|
||||
|
||||
Reference in New Issue
Block a user