Home
last modified time | relevance | path

Searched refs:rbfCoeffClusterE (Results 1 – 2 of 2) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
DRBFMap2D.c47 bts_Cluster2D_init( cpA, &ptrA->rbfCoeffClusterE ); in bts_RBFMap2D_init()
67 bts_Cluster2D_exit( cpA, &ptrA->rbfCoeffClusterE ); in bts_RBFMap2D_exit()
96 bts_Cluster2D_copy( cpA, &ptrA->rbfCoeffClusterE, &srcPtrA->rbfCoeffClusterE ); in bts_RBFMap2D_copy()
109 …if( ! bts_Cluster2D_equal( cpA, &ptrA->rbfCoeffClusterE, &srcPtrA->rbfCoeffClusterE ) ) return FAL… in bts_RBFMap2D_equal()
140 bts_Cluster2D_create( cpA, &ptrA->rbfCoeffClusterE, sizeA, mspA ); in bts_RBFMap2D_create()
182 bts_Cluster2D_size( cpA, &ptrA->rbfCoeffClusterE, sizeL ); in bts_RBFMap2D_compute()
187 ptrA->rbfCoeffClusterE.vecArrE[ iL ].xE = 0; in bts_RBFMap2D_compute()
188 ptrA->rbfCoeffClusterE.vecArrE[ iL ].yE = 0; in bts_RBFMap2D_compute()
303 ptrA->rbfCoeffClusterE.vecArrE[ iL ].xE = rbfCoeffL; in bts_RBFMap2D_compute()
337 ptrA->rbfCoeffClusterE.vecArrE[ iL ].yE = rbfCoeffL; in bts_RBFMap2D_compute()
[all …]
DRBFMap2D.h71 struct bts_Cluster2D rbfCoeffClusterE; member