Interface IVectorFunction
Assembly: IntersectingQuadrature.dll
Syntax
public interface IVectorFunction
Properties
|
Edit this page
View Source
M
Declaration
Property Value
|
Edit this page
View Source
N
Declaration
Property Value
Methods
|
Edit this page
View Source
Evaluate(Tensor1)
Declaration
Tensor1 Evaluate(Tensor1 x)
Parameters
Returns
|
Edit this page
View Source
EvaluateAndJacobian(Tensor1)
Declaration
(Tensor1 evaluation, Tensor2 jacobian) EvaluateAndJacobian(Tensor1 x)
Parameters
Returns
|
Edit this page
View Source
EvaluateAndJacobianAndHessian(Tensor1)
Declaration
(Tensor1 evaluation, Tensor2 jacobian, Tensor3 hessian) EvaluateAndJacobianAndHessian(Tensor1 x)
Parameters
Returns