|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface RntoMatrix
This interface represents a Rn → Matrix space function.
The function takes n real arguments and output a real matrix.
M = f(x1, x2, ..., xn)
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.numericalmethod.suanshu.analysis.function.Function |
|---|
Function.EvaluationException |
| Method Summary | |
|---|---|
Matrix |
evaluate(double... x)
A RntoMatrix function, f, takes a double array double[],
{x0, x1, ..., xn}
and maps it to a Matrix,
M = f(x0, x1, ..., xn) |
| Methods inherited from interface com.numericalmethod.suanshu.analysis.function.Function |
|---|
dimension4Domain, dimension4Range |
| Method Detail |
|---|
Matrix evaluate(double... x)
f, takes a double array double[],
and maps it to a Matrix,{x0,x1, ...,xn}
M = f(x0, x1, ..., xn)
x - {x} = {x0, x1, ... xn}
M = f({x}) as output
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||