Add floor to Function1D.
This commit is contained in:
@@ -30,6 +30,10 @@ namespace Aurora {
|
||||
|
||||
Matrix round(const Matrix&& matrix);
|
||||
|
||||
Matrix floor(const Matrix& matrix);
|
||||
|
||||
Matrix floor(const Matrix&& matrix);
|
||||
|
||||
/**
|
||||
* 开根号,暂时只支持正整数
|
||||
* @param matrix
|
||||
|
||||
Reference in New Issue
Block a user