PartialDerivativesFixedCreatePartialDerivativesWithRespectToNothing Method  | 
  
    Namespace: 
   AGI.Foundation.NumericalMethods.Advanced
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static PartialDerivativesFixed CreatePartialDerivativesWithRespectToNothing(
	IPartialDifferentiable partial
)
Public Shared Function CreatePartialDerivativesWithRespectToNothing ( 
	partial As IPartialDifferentiable
) As PartialDerivativesFixed
public:
static PartialDerivativesFixed^ CreatePartialDerivativesWithRespectToNothing(
	IPartialDifferentiable^ partial
)
static member CreatePartialDerivativesWithRespectToNothing : 
        partial : IPartialDifferentiable -> PartialDerivativesFixed 
Parameters
- partial
 - Type: AGI.Foundation.NumericalMethods.AdvancedIPartialDifferentiable
The partial to use to create the Identity partial derivatives with respect to itself. 
Return Value
Type: 
PartialDerivativesFixedA 
PartialDerivativesFixed with the given partial as the DependentVariable and an empty list of IndependentVariables.
See Also