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