Exemple #1
0
def standard_dimension():
    """
    Returns the dimension of the tropisms stored in standard double precision.
    """
    from phcpy.phcpy2c3 import py2c_numbtrop_standard_dimension as get_dim

    return get_dim()
Exemple #2
0
def quaddobl_dimension():
    """
    Returns the dimension of the tropisms stored in quad double precision.
    """
    from phcpy.phcpy2c3 import py2c_numbtrop_quaddobl_dimension as get_dim

    return get_dim()
Exemple #3
0
def standard_dimension():
    """
    Returns the dimension of the tropisms stored in standard double precision.
    """
    from phcpy.phcpy2c3 import py2c_numbtrop_standard_dimension as get_dim
    return get_dim()
Exemple #4
0
def quaddobl_dimension():
    """
    Returns the dimension of the tropisms stored in quad double precision.
    """
    from phcpy.phcpy2c3 import py2c_numbtrop_quaddobl_dimension as get_dim
    return get_dim()