MCPcopy Create free account

hub / github.com/Xrvitd/GCNO / functions

Functions3,298 in github.com/Xrvitd/GCNO

↓ 2 callersFunctionae_shared_pool_clear
This function performs destruction of the pool object. NOTE: this function is NOT thread-safe. It does not acquire pool lock, so you should NOT
src/Optimization/ALGLIB/ap.cpp:4003
↓ 2 callersFunctionae_spin_wait
This function performs given number of spin-wait iterations ************************************************************************/
src/Optimization/ALGLIB/ap.cpp:3641
↓ 2 callersFunctionae_str2bool
This function unserializes boolean value from buffer buf buffer which contains value; leading spaces/tabs/newlines are ignored, t
src/Optimization/ALGLIB/ap.cpp:3243
↓ 2 callersFunctionae_str2double
This function unserializes double value from string buf buffer which contains value; leading spaces/tabs/newlines are ignored, tr
src/Optimization/ALGLIB/ap.cpp:3564
↓ 2 callersFunctionae_str2int
This function unserializes integer value from string buf buffer which contains value; leading spaces/tabs/newlines are ignored, t
src/Optimization/ALGLIB/ap.cpp:3390
↓ 2 callersFunctionae_str2int64
This function unserializes 64-bit integer value from string buf buffer which contains value; leading spaces/tabs/newlines are ign
src/Optimization/ALGLIB/ap.cpp:3446
↓ 2 callersFunctionae_yield
This function causes the calling thread to relinquish the CPU. The thread is moved to the end of the queue and some other thread gets to run. NOTE: t
src/Optimization/ALGLIB/ap.cpp:3665
↓ 2 callersFunctionaligned_free
src/Optimization/ALGLIB/ap.cpp:816
↓ 2 callersFunctionallocintegerarray
Allocation of serializer: Integer array *************************************************************************/
src/Optimization/ALGLIB/alglibinternal.cpp:2389
↓ 2 callersMethodarea_
src/BaseShape/Polygon.cpp:330
↓ 2 callersFunctionassign
MAIN/nanoflann/include/nanoflann.hpp:124
↓ 2 callersFunctionautogk_mheappush
src/Optimization/ALGLIB/integration.cpp:3977
↓ 2 callersFunctionbasestat_rankdatarec
Recurrent code for RankData(), splits problem into subproblems or calls basecase code (depending on problem complexity). INPUT PARAMETERS: XY
src/Optimization/ALGLIB/statistics.cpp:5028
↓ 2 callersFunctionbessel_besselasympt0
src/Optimization/ALGLIB/specialfunctions.cpp:6815
↓ 2 callersFunctionbessel_besselasympt1
src/Optimization/ALGLIB/specialfunctions.cpp:6861
↓ 2 callersFunctionbessely0
Bessel function of the second kind, order zero Returns Bessel function of the second kind, of order zero, of the argument. The domain is divided int
src/Optimization/ALGLIB/specialfunctions.cpp:1593
↓ 2 callersFunctionbessely1
Bessel function of second kind of order one Returns Bessel function of the second kind of order one of the argument. The domain is divided into the
src/Optimization/ALGLIB/specialfunctions.cpp:1634
↓ 2 callersFunctionbinomialdistribution
Binomial distribution Returns the sum of the terms 0 through k of the Binomial probability density: k -- ( n ) j n-j > ( ) p (1-
src/Optimization/ALGLIB/specialfunctions.cpp:3118
↓ 2 callersFunctionboundval
'bounds' value: maps X to [B1,B2] -- ALGLIB -- Copyright 20.03.2009 by Bochkanov Sergey ******************************************************
src/Optimization/ALGLIB/alglibinternal.cpp:2201
↓ 2 callersFunctioncal
(MatrixTime, col)
MAIN/nanoflann/benchmarkTool/randomTests/randomTests.py:8
↓ 2 callersFunctioncal
(MatrixTime, col)
MAIN/nanoflann/benchmarkTool/realTests/realTests.py:8
↓ 2 callersFunctionclear_accum
src/PQP/Build.cpp:70
↓ 2 callersMethodcomputeInitialDistances
MAIN/nanoflann.hpp:1033
↓ 2 callersMethodcomputeInitialDistances
MAIN/nanoflann/include/nanoflann.hpp:1033
↓ 2 callersFunctioncompute_moments
src/PQP/Build.cpp:185
↓ 2 callersFunctionconvc1dx
1-dimensional complex convolution. Extended subroutine which allows to choose convolution algorithm. Intended for internal use, ALGLIB users should c
src/Optimization/ALGLIB/fasttransforms.cpp:2503
↓ 2 callersFunctionconvr1dx
1-dimensional real convolution. Extended subroutine which allows to choose convolution algorithm. Intended for internal use, ALGLIB users should call
src/Optimization/ALGLIB/fasttransforms.cpp:2925
↓ 2 callersFunctioncorrelationtests_spearmantail
Tail(T,N), accepts T<0 *************************************************************************/
src/Optimization/ALGLIB/statistics.cpp:10648
↓ 2 callersFunctioncovariance_from_accum
src/PQP/Build.cpp:120
↓ 2 callersFunctioncreateButton
(TextMessage, row_index, col_index)
MAIN/nanoflann/benchmarkTool/tool.py:119
↓ 2 callersFunctiondirectdensesolvers_hpdbasiccholeskysolve
Basic Cholesky solver for ScaleA*Cholesky(A)'*x = y. This subroutine assumes that: * A*ScaleA is well scaled * A is well-conditioned, so no zero divi
src/Optimization/ALGLIB/solvers.cpp:10251
↓ 2 callersFunctiondirectdensesolvers_hpdmatrixcholeskysolveinternal
Internal Cholesky solver -- ALGLIB -- Copyright 27.01.2010 by Bochkanov Sergey ***************************************************************
src/Optimization/ALGLIB/solvers.cpp:9961
↓ 2 callersFunctiondirectdensesolvers_spdbasiccholeskysolve
Basic Cholesky solver for ScaleA*Cholesky(A)'*x = y. This subroutine assumes that: * A*ScaleA is well scaled * A is well-conditioned, so no zero divi
src/Optimization/ALGLIB/solvers.cpp:10137
↓ 2 callersFunctiondirectdensesolvers_spdmatrixcholeskysolveinternal
Internal Cholesky solver -- ALGLIB -- Copyright 27.01.2010 by Bochkanov Sergey ***************************************************************
src/Optimization/ALGLIB/solvers.cpp:9715
↓ 2 callersMethoddivideTree
* Create a tree node that subdivides the list of vecs from vind[first] * to vind[last]. The routine is called recursively on each sublist. *
MAIN/nanoflann.hpp:886
↓ 2 callersMethoddivideTree
* Create a tree node that subdivides the list of vecs from vind[first] * to vind[last]. The routine is called recursively on each sublist. *
MAIN/nanoflann/include/nanoflann.hpp:886
↓ 2 callersMethoddraw_point_
src/Draw/DrawPS.cpp:33
↓ 2 callersFunctiondump_mem_usage
MAIN/nanoflann/examples/pointcloud_adaptor_example.cpp:154
↓ 2 callersMethodface_begin
src/Model/Model.cpp:70
↓ 2 callersMethodface_end
include/BGAL/Model/Model.h:89
↓ 2 callersMethodfe_begin
src/Model/ManifoldModel.cpp:61
↓ 2 callersMethodfe_end
include/BGAL/Model/ManifoldModel.h:55
↓ 2 callersMethodfindNeighbors
MAIN/nanoflann.hpp:1617
↓ 2 callersMethodfindNeighbors
MAIN/nanoflann/include/nanoflann.hpp:1617
↓ 2 callersFunctionftbase_ftbasefindsmoothrec
recurrent subroutine for FFTFindSmoothRec -- ALGLIB -- Copyright 01.05.2009 by Bochkanov Sergey **********************************************
src/Optimization/ALGLIB/alglibinternal.cpp:14998
↓ 2 callersFunctionftbase_ftfactorize
Factorizes task size N into product of two smaller sizes N1 and N2 INPUT PARAMETERS: N - task size, N>0 IsRoot - whether taks is r
src/Optimization/ALGLIB/alglibinternal.cpp:14554
↓ 2 callersFunctionftbase_ftprecomputebluesteinsfft
This subroutine precomputes data for complex Bluestein's FFT and writes them to array PrecR[] at specified offset. It is responsibility of the
src/Optimization/ALGLIB/alglibinternal.cpp:14182
↓ 2 callersFunctiongammafunc_gammastirf
src/Optimization/ALGLIB/specialfunctions.cpp:3683
↓ 2 callersFunctiongenerateRandomPointCloud_Orient
MAIN/nanoflann/examples/utils.h:164
↓ 2 callersFunctiongenerateRandomPointCloud_Quat
MAIN/nanoflann/examples/utils.h:110
↓ 2 callersFunctionget_centroid_triverts
src/PQP/Build.cpp:257
↓ 2 callersFunctionget_covariance_triverts
src/PQP/Build.cpp:287
↓ 2 callersMethodget_distance_
src/Geodesic/Dijkstra/Dijkstra.cpp:27
↓ 2 callersMethodget_root_
src/Geodesic/Dijkstra/Dijkstra.cpp:39
↓ 2 callersFunctiongetkdtreeserializationcode
src/Optimization/ALGLIB/alglibinternal.cpp:363
↓ 2 callersFunctiongkqgeneraterec
Computation of nodes and weights of a Gauss-Kronrod quadrature formula The algorithm generates the N-point Gauss-Kronrod quadrature formula with wei
src/Optimization/ALGLIB/integration.cpp:543
↓ 2 callersFunctionhqrnd_hqrndintegerbase
This function returns random integer in [0,HQRNDMax] L'Ecuyer, Efficient and portable combined random number generators *****************************
src/Optimization/ALGLIB/alglibmisc.cpp:7265
↓ 2 callersFunctionhqrndnormal2
Random number generator: normal numbers This function generates two independent random numbers from normal distribution. Its performance is equal to
src/Optimization/ALGLIB/alglibmisc.cpp:2922
↓ 2 callersFunctionhqrnduniformi
This function generates random integer number in [0, N) 1. State structure must be initialized with HQRNDRandomize() or HQRNDSeed() 2. N can be any p
src/Optimization/ALGLIB/alglibmisc.cpp:2831
↓ 2 callersFunctionibetaf_incompletebetaps
Power series for incomplete beta integral. Use when b*x is small and x not too close to 1. Cephes Math Library, Release 2.8: June, 2000 Copyright 19
src/Optimization/ALGLIB/specialfunctions.cpp:7659
↓ 2 callersFunctionimatrixresize
Resizes X and: * preserves old contents of X * fills new elements by zeros -- ALGLIB -- Copyright 20.03.2009 by Bochkanov Sergey *************
src/Optimization/ALGLIB/alglibinternal.cpp:1290
↓ 2 callersFunctioninvincompletegammac
Inverse of complemented imcomplete gamma integral Given p, the function finds x such that igamc( a, x ) = p. Starting with the approximate value
src/Optimization/ALGLIB/specialfunctions.cpp:753
↓ 2 callersFunctionisfinitecvector
This function checks that first N values from X[] are finite -- ALGLIB -- Copyright 18.06.2010 by Bochkanov Sergey ***************************
src/Optimization/ALGLIB/alglibinternal.cpp:1388
↓ 2 callersFunctionjarquebera_jbtbl100
src/Optimization/ALGLIB/statistics.cpp:16781
↓ 2 callersFunctionjarquebera_jbtbl1401
src/Optimization/ALGLIB/statistics.cpp:17103
↓ 2 callersFunctionjarquebera_jbtbl20
src/Optimization/ALGLIB/statistics.cpp:16518
↓ 2 callersFunctionjarquebera_jbtbl200
src/Optimization/ALGLIB/statistics.cpp:16891
↓ 2 callersFunctionjarquebera_jbtbl50
src/Optimization/ALGLIB/statistics.cpp:16659
↓ 2 callersFunctionjarquebera_jbtbl501
src/Optimization/ALGLIB/statistics.cpp:17001
↓ 2 callersMethodjoin_new
Create a new circle that includes only this instance.
MAIN/nanoflann/tests/gtest-1.8.0/include/gtest/internal/gtest-linked_ptr.h:92
↓ 2 callersMethodkdtree_get_bbox
MAIN/nanoflann.hpp:2084
↓ 2 callersMethodkdtree_get_bbox
MAIN/nanoflann/include/nanoflann.hpp:2084
↓ 2 callersFunctionkdtreealloc
Serializer: allocation -- ALGLIB -- Copyright 14.03.2011 by Bochkanov Sergey *****************************************************************
src/Optimization/ALGLIB/alglibmisc.cpp:5812
↓ 2 callersFunctionkdtreecreaterequestbuffer
This function creates buffer structure which can be used to perform parallel KD-tree requests. KD-tree subpackage provides two sets of request
src/Optimization/ALGLIB/alglibmisc.cpp:740
↓ 2 callersFunctionkeast_suborder
src/Integral/Tetrahedron_arbq_rule.cpp:773
↓ 2 callersFunctionkeast_suborder_num
src/Integral/Tetrahedron_arbq_rule.cpp:888
↓ 2 callersMethodlength_
include/BGAL/BaseShape/Line.h:22
↓ 2 callersFunctionlincg_updateitersdata
Clears request fileds (to be sure that we don't forgot to clear something) *************************************************************************/
src/Optimization/ALGLIB/solvers.cpp:13542
↓ 2 callersFunctionlinmin_mcstep
src/Optimization/ALGLIB/alglibinternal.cpp:10969
↓ 2 callersMethodloadIndex_
Loads a previous index from a binary file. * IMPORTANT NOTE: The set of data points is NOT stored in the file, so the * index object must be c
MAIN/nanoflann.hpp:1092
↓ 2 callersMethodloadIndex_
Loads a previous index from a binary file. * IMPORTANT NOTE: The set of data points is NOT stored in the file, so the * index object must be c
MAIN/nanoflann/include/nanoflann.hpp:1092
↓ 2 callersFunctionmannwhitneyu_usigma300
Tail(3.0, N1, N2) *************************************************************************/
src/Optimization/ALGLIB/statistics.cpp:11513
↓ 2 callersFunctionmannwhitneyu_utbln10n15
Tail(S, 10, 15) *************************************************************************/
src/Optimization/ALGLIB/statistics.cpp:13953
↓ 2 callersFunctionmannwhitneyu_utbln11n15
Tail(S, 11, 15) *************************************************************************/
src/Optimization/ALGLIB/statistics.cpp:14177
↓ 2 callersFunctionmannwhitneyu_utbln12n15
Tail(S, 12, 15) *************************************************************************/
src/Optimization/ALGLIB/statistics.cpp:14369
↓ 2 callersFunctionmannwhitneyu_utbln13n15
Tail(S, 13, 15) *************************************************************************/
src/Optimization/ALGLIB/statistics.cpp:14529
↓ 2 callersFunctionmannwhitneyu_utbln14n15
Tail(S, 14, 15) *************************************************************************/
src/Optimization/ALGLIB/statistics.cpp:14657
↓ 2 callersFunctionmannwhitneyu_utbln5n15
Tail(S, 5, 15) *************************************************************************/
src/Optimization/ALGLIB/statistics.cpp:11905
↓ 2 callersFunctionmannwhitneyu_utbln6n15
Tail(S, 6, 15) *************************************************************************/
src/Optimization/ALGLIB/statistics.cpp:12737
↓ 2 callersFunctionmannwhitneyu_utbln7n15
Tail(S, 7, 15) *************************************************************************/
src/Optimization/ALGLIB/statistics.cpp:13089
↓ 2 callersFunctionmannwhitneyu_utbln8n15
Tail(S, 8, 15) *************************************************************************/
src/Optimization/ALGLIB/statistics.cpp:13409
↓ 2 callersFunctionmannwhitneyu_utbln9n15
Tail(S, 9, 15) *************************************************************************/
src/Optimization/ALGLIB/statistics.cpp:13697
↓ 2 callersFunctionmean_from_accum
src/PQP/Build.cpp:111
↓ 2 callersFunctionnearestneighbor_kdtreeinitbox
Copies X[] to Buf.X[] Loads distance from X[] to bounding box. Initializes Buf.CurBox[]. -- ALGLIB -- Copyright 28.02.2010 by Bochkanov Sergey
src/Optimization/ALGLIB/alglibmisc.cpp:6652
↓ 2 callersFunctionnearestneighbor_kdtreequerynnrec
Recursive subroutine for NN queries. -- ALGLIB -- Copyright 28.02.2010 by Bochkanov Sergey ***************************************************
src/Optimization/ALGLIB/alglibmisc.cpp:6315
↓ 2 callersFunctionnearestneighbor_tsqueryrnn
R-NN query: all points within R-sphere centered at X, using external thread-local buffer, sorted by distance between point and X (by ascending)
src/Optimization/ALGLIB/alglibmisc.cpp:5951
↓ 2 callersFunctionnuexpm1
src/Optimization/ALGLIB/alglibinternal.cpp:15094
↓ 2 callersFunctionnulog1p
src/Optimization/ALGLIB/alglibinternal.cpp:15063
↓ 2 callersMethodoperator<=
src/BaseShape/Point.cpp:84
↓ 2 callersFunctionpearsoncorr2
Pearson product-moment correlation coefficient Input parameters: X - sample 1 (array indexes: [0..N-1]) Y - sample 2 (array i
src/Optimization/ALGLIB/statistics.cpp:788
← previousnext →601–700 of 3,298, ranked by callers