Linker functions
[C Interface]

Collaboration diagram for Linker functions:


Modules

 Dot Matrix Linker
 Norm Matrix Linker
 Sparse Matrix Linker
 Copy Linker

Functions

C_NNFW_API NnfwLinker * NnfwLinkerCreate (const char *type, NnfwCluster *from, NnfwCluster *to)
C_NNFW_API NnfwCluster * NnfwLinkerFrom (NnfwLinker *)
C_NNFW_API NnfwCluster * NnfwLinkerTo (NnfwLinker *)
C_NNFW_API void NnfwLinkerUpdate (NnfwLinker *)
C_NNFW_API unsigned int NnfwLinkerSize (NnfwLinker *)
C_NNFW_API void NnfwLinkerRandomize (NnfwLinker *, Real min, Real max)
C_NNFW_API NnfwLinker * NnfwLinkerClone (NnfwLinker *)

Function Documentation

C_NNFW_API NnfwLinker* NnfwLinkerClone ( NnfwLinker *   ) 

Clone this linker

C_NNFW_API NnfwLinker* NnfwLinkerCreate ( const char *  type,
NnfwCluster *  from,
NnfwCluster *  to 
)

Create a Linker with type specified

C_NNFW_API NnfwCluster* NnfwLinkerFrom ( NnfwLinker *   ) 

Return the NnfwCluster from

C_NNFW_API void NnfwLinkerRandomize ( NnfwLinker *  ,
Real  min,
Real  max 
)

Randomize the parameters of Linker within min and max values specified

C_NNFW_API unsigned int NnfwLinkerSize ( NnfwLinker *   ) 

Return the dimension of the Linker

C_NNFW_API NnfwCluster* NnfwLinkerTo ( NnfwLinker *   ) 

Return the NnfwCluster to

C_NNFW_API void NnfwLinkerUpdate ( NnfwLinker *   ) 

update the linker

BerliOS Developer Logo Valid XHTML 1.0 Transitional Valid CSS!