Graph Framework
|
Interface for the graph_context constructor with float type. More...
Public Member Functions | |
class(graph_context) function, pointer | graph_construct_float (use_safe_math) |
Construct a graph_context object with float type. | |
Interface for the graph_context constructor with float type.
class(graph_context) function, pointer graph_fortran::graph_float_context::graph_construct_float | ( | logical(c_bool), intent(in) | use_safe_math | ) |
Construct a graph_context object with float type.
Allocate memory for the graph_context and initalize the c context with a double type.
[in] | use_safe_math | Optional use safe math. |