Class LinearVectorPolynomial
Inheritance
LinearVectorPolynomial
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
|
Edit this page
View Source
LinearVectorPolynomial(Tensor2)
Declaration
public LinearVectorPolynomial(Tensor2 B)
Parameters
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
public Tensor1 Evaluate(Tensor1 x)
Parameters
Returns
|
Edit this page
View Source
EvaluateAndJacobian(Tensor1)
Declaration
public (Tensor1 evaluation, Tensor2 jacobian) EvaluateAndJacobian(Tensor1 x)
Parameters
Returns
|
Edit this page
View Source
EvaluateAndJacobianAndHessian(Tensor1)
Declaration
public (Tensor1 evaluation, Tensor2 jacobian, Tensor3 hessian) EvaluateAndJacobianAndHessian(Tensor1 x)
Parameters
Returns
Implements