Utils
Index
CTBase.ctgradient
CTBase.ctgradient
CTBase.ctgradient
CTBase.ctindices
CTBase.ctinterpolate
CTBase.ctjacobian
CTBase.ctjacobian
CTBase.ctjacobian
CTBase.ctupperscripts
Documentation
CTBase.ctgradient
— Methodctgradient(f::Function, x; backend) -> Any
Return the gradient of f
at x
.
CTBase.ctgradient
— Methodctgradient(f::Function, x::Real; backend) -> Any
Return the gradient of f
at x
.
CTBase.ctgradient
— Methodctgradient(X::VectorField, x) -> Any
Return the gradient of X
at x
.
CTBase.ctindices
— Methodctindices(i::Integer) -> String
Return i
> 0 as a subscript.
CTBase.ctinterpolate
— Methodctinterpolate(x, f) -> Any
Return the interpolation of f
at x
.
CTBase.ctjacobian
— Methodctjacobian(f::Function, x; backend) -> Any
Return the Jacobian of f
at x
.
CTBase.ctjacobian
— Methodctjacobian(f::Function, x::Real; backend) -> Any
Return the Jacobian of f
at x
.
CTBase.ctjacobian
— Methodctjacobian(X::VectorField, x) -> Any
Return the Jacobian of X
at x
.
CTBase.ctupperscripts
— Methodctupperscripts(i::Integer) -> String
Return i
> 0 as an upperscript.