ADMM_TAPENADE_INTERFACE Module


Interfaces

public interface ADMM_REBASE

  • public subroutine ADMM_REBASE(base) bind(c, name='ADMM_rebase')

    Arguments

    Type IntentOptional Attributes Name
    type(C_PTR) :: base

public interface ADMM_REBASESHADOWED

  • public subroutine ADMM_REBASESHADOWED(base, baseb) bind(c, name= 'ADMM_rebaseShadowed')

    Arguments

    Type IntentOptional Attributes Name
    type(C_PTR) :: base
    type(C_PTR) :: baseb

public interface ADMM_REGISTER

  • public subroutine ADMM_REGISTER(base, obase, size, nbelem) bind(c, name= 'ADMM_register')

    Arguments

    Type IntentOptional Attributes Name
    type(C_PTR), VALUE :: base
    type(C_PTR), VALUE :: obase
    integer, VALUE :: size
    integer, VALUE :: nbelem

public interface ADMM_REGISTERSHADOWED

  • public subroutine ADMM_REGISTERSHADOWED(base, obase, size, baseb, obaseb, sizeb, nbelem) bind(c, name='ADMM_registerShadowed')

    Arguments

    Type IntentOptional Attributes Name
    type(C_PTR), VALUE :: base
    type(C_PTR), VALUE :: obase
    integer, VALUE :: size
    type(C_PTR), VALUE :: baseb
    type(C_PTR), VALUE :: obaseb
    integer, VALUE :: sizeb
    integer, VALUE :: nbelem

public interface ADMM_UNREGISTER

  • public subroutine ADMM_UNREGISTER(base, nbelem) bind(c, name= 'ADMM_unregister')

    Arguments

    Type IntentOptional Attributes Name
    type(C_PTR), VALUE :: base
    integer :: nbelem

public interface ADMM_UNREGISTERSHADOWED

  • public subroutine ADMM_UNREGISTERSHADOWED(base, baseb, nbelem) bind(c, name='ADMM_unregisterShadowed')

    Arguments

    Type IntentOptional Attributes Name
    type(C_PTR), VALUE :: base
    type(C_PTR), VALUE :: baseb
    integer :: nbelem

public interface POPPOINTER8

  • public subroutine POPPOINTER8(pp) bind(c, name='popPointer8')

    Arguments

    Type IntentOptional Attributes Name
    type(C_PTR) :: pp

public interface PUSHPOINTER8

  • public subroutine PUSHPOINTER8(pp) bind(c, name='pushPointer8')

    Arguments

    Type IntentOptional Attributes Name
    type(C_PTR), VALUE :: pp