Add const to isnan and isfinite
This commit is contained in:
@@ -106,9 +106,9 @@ namespace Aurora {
|
||||
void nantoval(Matrix& aMatrix,double val);
|
||||
|
||||
|
||||
Matrix isnan(Matrix& aMatrix);
|
||||
Matrix isnan(const Matrix& aMatrix);
|
||||
|
||||
Matrix isfinite(Matrix& aMatrix);
|
||||
Matrix isfinite(const Matrix& aMatrix);
|
||||
|
||||
/**
|
||||
* 使用特定值补齐矩阵,默认为设置原数据矩阵数据到制定长度索引的所有值为制定值
|
||||
|
||||
Reference in New Issue
Block a user