• Api Documentation
Show / Hide Table of Contents
  • IntersectingQuadrature
    • HyperRectangle
    • IHyperRectangle
    • IQuadrater
    • Methods
    • Quadrature
    • QuadratureNode
    • QuadratureRule
    • Symbol
  • IntersectingQuadrature.Tensor
    • Algebra
    • ConstantPolynomial
    • GradientComponent
    • IScalarFunction
    • IVectorFunction
    • LinearPolynomial
    • LinearVectorPolynomial
    • QuadraticPolynomial
    • QuadraticVectorPolynomial
    • ScalarComposition
    • Tensor1
    • Tensor2
    • Tensor3
    • VectorComposition

Interface IVectorFunction

Namespace: IntersectingQuadrature.Tensor
Assembly: IntersectingQuadrature.dll
Syntax
public interface IVectorFunction

Properties

| Edit this page View Source

M

Declaration
int M { get; }
Property Value
Type Description
int
| Edit this page View Source

N

Declaration
int N { get; }
Property Value
Type Description
int

Methods

| Edit this page View Source

Evaluate(Tensor1)

Declaration
Tensor1 Evaluate(Tensor1 x)
Parameters
Type Name Description
Tensor1 x
Returns
Type Description
Tensor1
| Edit this page View Source

EvaluateAndJacobian(Tensor1)

Declaration
(Tensor1 evaluation, Tensor2 jacobian) EvaluateAndJacobian(Tensor1 x)
Parameters
Type Name Description
Tensor1 x
Returns
Type Description
(Tensor1 evaluation, Tensor2 jacobian)
| Edit this page View Source

EvaluateAndJacobianAndHessian(Tensor1)

Declaration
(Tensor1 evaluation, Tensor2 jacobian, Tensor3 hessian) EvaluateAndJacobianAndHessian(Tensor1 x)
Parameters
Type Name Description
Tensor1 x
Returns
Type Description
(Tensor1 evaluation, Tensor2 jacobian, Tensor3 hessian)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX