Add floor to Function1D.

This commit is contained in:
kradchen
2023-05-18 16:52:03 +08:00
parent a1e359231e
commit bb56a89f8f
2 changed files with 25 additions and 0 deletions

View File

@@ -30,6 +30,10 @@ namespace Aurora {
Matrix round(const Matrix&& matrix);
Matrix floor(const Matrix& matrix);
Matrix floor(const Matrix&& matrix);
/**
* 开根号,暂时只支持正整数
* @param matrix