compute abstract method
Vector
compute(
- Vector v
Computes the values of the function using the content of v
as parameters
Implementation
Vector compute(Vector v);
Computes the values of the function using the content of v
as parameters
Vector compute(Vector v);