Add column vector support to min, max, sum, prod.

This commit is contained in:
Krad
2023-04-26 14:58:18 +08:00
parent 6fd22ffc89
commit b4423b756e
3 changed files with 90 additions and 30 deletions

View File

@@ -83,6 +83,8 @@ namespace Aurora {
* @return 查询结果
*/
Matrix polyval(const Matrix& aP, const Matrix& aX);
void nantoval(Matrix& aMatrix,double val);
};