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