• 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 LinearVectorPolynomial

Inheritance
object
LinearVectorPolynomial
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 LinearVectorPolynomial : IVectorFunction

Constructors

| Edit this page View Source

LinearVectorPolynomial(Tensor1, Tensor2)

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

LinearVectorPolynomial(Tensor2)

Declaration
public LinearVectorPolynomial(Tensor2 B)
Parameters
Type Name Description
Tensor2 B

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