SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.analysis.function.rn2rm

Interface Summary
RealVectorFunction This interface represents a Rn → Rm function, [y0, y1, y2, ...] = f(x0, x1, ..., xn) The function takes n real arguments and output m real values in the form of a Vector.
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.