Package jdistlib.inference.lang
Interface StanExternalFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Java implementation of a forward-declared Stan function.
-
Method Summary
Modifier and TypeMethodDescriptionevaluate(double[][] arguments) Evaluates flattened arguments and returns values plus a complete Jacobian.
-
Method Details
-
evaluate
Evaluates flattened arguments and returns values plus a complete Jacobian.
-