Add column vector support to min, max, sum, prod.
This commit is contained in:
@@ -83,6 +83,8 @@ namespace Aurora {
|
||||
* @return 查询结果
|
||||
*/
|
||||
Matrix polyval(const Matrix& aP, const Matrix& aX);
|
||||
|
||||
void nantoval(Matrix& aMatrix,double val);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user