• 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

Class QuadraticVectorPolynomial

Inheritance
object
QuadraticVectorPolynomial
Implements
IVectorFunction
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: IntersectingQuadrature.Tensor
Assembly: IntersectingQuadrature.dll
Syntax
public class QuadraticVectorPolynomial : IVectorFunction

Constructors

| Edit this page View Source

QuadraticVectorPolynomial(Tensor1, Tensor2, Tensor3)

Declaration
public QuadraticVectorPolynomial(Tensor1 A, Tensor2 B, Tensor3 C)
Parameters
Type Name Description
Tensor1 A
Tensor2 B
Tensor3 C
| Edit this page View Source

QuadraticVectorPolynomial(Tensor3)

Declaration
public QuadraticVectorPolynomial(Tensor3 C)
Parameters
Type Name Description
Tensor3 C

Properties

| Edit this page View Source

M

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

N

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

Methods

| Edit this page View Source

Evaluate(Tensor1)

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

EvaluateAndJacobian(Tensor1)

Declaration
public (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
public (Tensor1 evaluation, Tensor2 jacobian, Tensor3 hessian) EvaluateAndJacobianAndHessian(Tensor1 x)
Parameters
Type Name Description
Tensor1 x
Returns
Type Description
(Tensor1 evaluation, Tensor2 jacobian, Tensor3 hessian)

Implements

IVectorFunction
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX