Struct rust_ad_core::ProcedureOutputs [−][src]
pub struct ProcedureOutputs {
pub output_type: String,
pub forward_derivative: FgdType,
pub reverse_derivative: RgdType,
}
Expand description
Information to relating to specific procedure, output type, etc. (including functions for transforming statements into derivatives).
Fields
output_type: String
Output type of procedure
forward_derivative: FgdType
Transformation procedure to give the forward derivative
reverse_derivative: RgdType
Transformation procedure to give the reverse derivative