Binary compatibility report for the ALGLIB library between 2.6.0 and 3.0.0 versions on x86
Test Info
Library Name | ALGLIB |
Version #1 | 2.6.0 |
Version #2 | 3.0.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 105 |
Total Shared Libraries | 1 |
Total Symbols / Types | 277 / 2608 |
Verdict | Incompatible (100%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2480 |
Removed Symbols | High | 277 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Other Changes in Constants | - | 8 |
Added Symbols (2480)
alglibinternal.h,
libalglib.so
namespace alglib_impl
_ftplan_clear ( struct ftplan* p )
[symbol: _ZN11alglib_impl13_ftplan_clearEPNS_6ftplanE]
_ftplan_init ( struct ftplan* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl12_ftplan_initEPNS_6ftplanEPNS_8ae_stateEb]
_ftplan_init_copy ( struct ftplan* dst, struct ftplan* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl17_ftplan_init_copyEPNS_6ftplanES1_PNS_8ae_stateEb]
_linminstate_clear ( struct linminstate* p )
[symbol: _ZN11alglib_impl18_linminstate_clearEPNS_11linminstateE]
_linminstate_init ( struct linminstate* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl17_linminstate_initEPNS_11linminstateEPNS_8ae_stateEb]
_linminstate_init_copy ( struct linminstate* dst, struct linminstate* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl22_linminstate_init_copyEPNS_11linminstateES1_PNS_8ae_stateEb]
apperiodicmap ( double* x, double a, double b, double* k, struct ae_state* _state )
[symbol: _ZN11alglib_impl13apperiodicmapEPdddS0_PNS_8ae_stateE]
applyreflectionfromtheleft ( ae_matrix* c, double tau, ae_vector* v, ae_int_t m1, ae_int_t m2, ae_int_t n1, ae_int_t n2, ae_vector* work, struct ae_state* _state )
[symbol: _ZN11alglib_impl26applyreflectionfromtheleftEPNS_9ae_matrixEdPNS_9ae_vectorEiiiiS3_PNS_8ae_stateE]
applyreflectionfromtheright ( ae_matrix* c, double tau, ae_vector* v, ae_int_t m1, ae_int_t m2, ae_int_t n1, ae_int_t n2, ae_vector* work, struct ae_state* _state )
[symbol: _ZN11alglib_impl27applyreflectionfromtherightEPNS_9ae_matrixEdPNS_9ae_vectorEiiiiS3_PNS_8ae_stateE]
applyrotationsfromtheleft ( bool isforward, ae_int_t m1, ae_int_t m2, ae_int_t n1, ae_int_t n2, ae_vector* c, ae_vector* s, ae_matrix* a, ae_vector* work, struct ae_state* _state )
[symbol: _ZN11alglib_impl25applyrotationsfromtheleftEbiiiiPNS_9ae_vectorES1_PNS_9ae_matrixES1_PNS_8ae_stateE]
applyrotationsfromtheright ( bool isforward, ae_int_t m1, ae_int_t m2, ae_int_t n1, ae_int_t n2, ae_vector* c, ae_vector* s, ae_matrix* a, ae_vector* work, struct ae_state* _state )
[symbol: _ZN11alglib_impl26applyrotationsfromtherightEbiiiiPNS_9ae_vectorES1_PNS_9ae_matrixES1_PNS_8ae_stateE]
apservisfinitecmatrix ( ae_matrix* x, ae_int_t m, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl21apservisfinitecmatrixEPNS_9ae_matrixEiiPNS_8ae_stateE]
apservisfinitectrmatrix ( ae_matrix* x, ae_int_t n, bool isupper, struct ae_state* _state )
[symbol: _ZN11alglib_impl23apservisfinitectrmatrixEPNS_9ae_matrixEibPNS_8ae_stateE]
apservisfinitematrix ( ae_matrix* x, ae_int_t m, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl20apservisfinitematrixEPNS_9ae_matrixEiiPNS_8ae_stateE]
apservisfiniteornanmatrix ( ae_matrix* x, ae_int_t m, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl25apservisfiniteornanmatrixEPNS_9ae_matrixEiiPNS_8ae_stateE]
apservisfinitertrmatrix ( ae_matrix* x, ae_int_t n, bool isupper, struct ae_state* _state )
[symbol: _ZN11alglib_impl23apservisfinitertrmatrixEPNS_9ae_matrixEibPNS_8ae_stateE]
aredistinct ( ae_vector* x, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl11aredistinctEPNS_9ae_vectorEiPNS_8ae_stateE]
boundval ( double x, double b1, double b2, struct ae_state* _state )
[symbol: _ZN11alglib_impl8boundvalEdddPNS_8ae_stateE]
buildfloaterhormannrationalinterpolant ( ae_vector* x, ae_int_t n, ae_int_t d, ae_vector* w, struct ae_state* _state )
[symbol: _ZN11alglib_impl38buildfloaterhormannrationalinterpolantEPNS_9ae_vectorEiiS1_PNS_8ae_stateE]
cmatrixgemmf ( ae_int_t m, ae_int_t n, ae_int_t k, struct ae_complex alpha, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_int_t optypea, ae_matrix* b, ae_int_t ib, ae_int_t jb, ae_int_t optypeb, struct ae_complex beta, ae_matrix* c, ae_int_t ic, ae_int_t jc, struct ae_state* _state )
[symbol: _ZN11alglib_impl12cmatrixgemmfEiiiNS_10ae_complexEPNS_9ae_matrixEiiiS2_iiiS0_S2_iiPNS_8ae_stateE]
cmatrixlefttrsmf ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t i1, ae_int_t j1, bool isupper, bool isunit, ae_int_t optype, ae_matrix* x, ae_int_t i2, ae_int_t j2, struct ae_state* _state )
[symbol: _ZN11alglib_impl16cmatrixlefttrsmfEiiPNS_9ae_matrixEiibbiS1_iiPNS_8ae_stateE]
cmatrixmvf ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_int_t opa, ae_vector* x, ae_int_t ix, ae_vector* y, ae_int_t iy, struct ae_state* _state )
[symbol: _ZN11alglib_impl10cmatrixmvfEiiPNS_9ae_matrixEiiiPNS_9ae_vectorEiS3_iPNS_8ae_stateE]
cmatrixrank1f ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_vector* u, ae_int_t iu, ae_vector* v, ae_int_t iv, struct ae_state* _state )
[symbol: _ZN11alglib_impl13cmatrixrank1fEiiPNS_9ae_matrixEiiPNS_9ae_vectorEiS3_iPNS_8ae_stateE]
cmatrixrighttrsmf ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t i1, ae_int_t j1, bool isupper, bool isunit, ae_int_t optype, ae_matrix* x, ae_int_t i2, ae_int_t j2, struct ae_state* _state )
[symbol: _ZN11alglib_impl17cmatrixrighttrsmfEiiPNS_9ae_matrixEiibbiS1_iiPNS_8ae_stateE]
cmatrixscaledtrsafesolve ( ae_matrix* a, double sa, ae_int_t n, ae_vector* x, bool isupper, ae_int_t trans, bool isunit, double maxgrowth, struct ae_state* _state )
[symbol: _ZN11alglib_impl24cmatrixscaledtrsafesolveEPNS_9ae_matrixEdiPNS_9ae_vectorEbibdPNS_8ae_stateE]
cmatrixsyrkf ( ae_int_t n, ae_int_t k, double alpha, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_int_t optypea, double beta, ae_matrix* c, ae_int_t ic, ae_int_t jc, bool isupper, struct ae_state* _state )
[symbol: _ZN11alglib_impl12cmatrixsyrkfEiidPNS_9ae_matrixEiiidS1_iibPNS_8ae_stateE]
columnidxabsmax ( ae_matrix* x, ae_int_t i1, ae_int_t i2, ae_int_t j, struct ae_state* _state )
[symbol: _ZN11alglib_impl15columnidxabsmaxEPNS_9ae_matrixEiiiPNS_8ae_stateE]
complexapplyreflectionfromtheleft ( ae_matrix* c, struct ae_complex tau, ae_vector* v, ae_int_t m1, ae_int_t m2, ae_int_t n1, ae_int_t n2, ae_vector* work, struct ae_state* _state )
[symbol: _ZN11alglib_impl33complexapplyreflectionfromtheleftEPNS_9ae_matrixENS_10ae_complexEPNS_9ae_vectorEiiiiS4_PNS_8ae_stateE]
complexapplyreflectionfromtheright ( ae_matrix* c, struct ae_complex tau, ae_vector* v, ae_int_t m1, ae_int_t m2, ae_int_t n1, ae_int_t n2, ae_vector* work, struct ae_state* _state )
[symbol: _ZN11alglib_impl34complexapplyreflectionfromtherightEPNS_9ae_matrixENS_10ae_complexEPNS_9ae_vectorEiiiiS4_PNS_8ae_stateE]
complexgeneratereflection ( ae_vector* x, ae_int_t n, struct ae_complex* tau, struct ae_state* _state )
[symbol: _ZN11alglib_impl25complexgeneratereflectionEPNS_9ae_vectorEiPNS_10ae_complexEPNS_8ae_stateE]
copyandtranspose ( ae_matrix* a, ae_int_t is1, ae_int_t is2, ae_int_t js1, ae_int_t js2, ae_matrix* b, ae_int_t id1, ae_int_t id2, ae_int_t jd1, ae_int_t jd2, struct ae_state* _state )
[symbol: _ZN11alglib_impl16copyandtransposeEPNS_9ae_matrixEiiiiS1_iiiiPNS_8ae_stateE]
copymatrix ( ae_matrix* a, ae_int_t is1, ae_int_t is2, ae_int_t js1, ae_int_t js2, ae_matrix* b, ae_int_t id1, ae_int_t id2, ae_int_t jd1, ae_int_t jd2, struct ae_state* _state )
[symbol: _ZN11alglib_impl10copymatrixEPNS_9ae_matrixEiiiiS1_iiiiPNS_8ae_stateE]
ftbaseexecuteplan ( ae_vector* a, ae_int_t aoffset, ae_int_t n, struct ftplan* plan, struct ae_state* _state )
[symbol: _ZN11alglib_impl17ftbaseexecuteplanEPNS_9ae_vectorEiiPNS_6ftplanEPNS_8ae_stateE]
ftbaseexecuteplanrec ( ae_vector* a, ae_int_t aoffset, struct ftplan* plan, ae_int_t entryoffset, ae_int_t stackptr, struct ae_state* _state )
[symbol: _ZN11alglib_impl20ftbaseexecuteplanrecEPNS_9ae_vectorEiPNS_6ftplanEiiPNS_8ae_stateE]
ftbasefactorize ( ae_int_t n, ae_int_t tasktype, ae_int_t* n1, ae_int_t* n2, struct ae_state* _state )
[symbol: _ZN11alglib_impl15ftbasefactorizeEiiPiS0_PNS_8ae_stateE]
ftbasefindsmooth ( ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl16ftbasefindsmoothEiPNS_8ae_stateE]
ftbasefindsmootheven ( ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl20ftbasefindsmoothevenEiPNS_8ae_stateE]
ftbasegeneratecomplexfftplan ( ae_int_t n, struct ftplan* plan, struct ae_state* _state )
[symbol: _ZN11alglib_impl28ftbasegeneratecomplexfftplanEiPNS_6ftplanEPNS_8ae_stateE]
ftbasegeneraterealfftplan ( ae_int_t n, struct ftplan* plan, struct ae_state* _state )
[symbol: _ZN11alglib_impl25ftbasegeneraterealfftplanEiPNS_6ftplanEPNS_8ae_stateE]
ftbasegeneraterealfhtplan ( ae_int_t n, struct ftplan* plan, struct ae_state* _state )
[symbol: _ZN11alglib_impl25ftbasegeneraterealfhtplanEiPNS_6ftplanEPNS_8ae_stateE]
ftbasegetflopestimate ( ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl21ftbasegetflopestimateEiPNS_8ae_stateE]
ftbaseissmooth ( ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl14ftbaseissmoothEiPNS_8ae_stateE]
generatereflection ( ae_vector* x, ae_int_t n, double* tau, struct ae_state* _state )
[symbol: _ZN11alglib_impl18generatereflectionEPNS_9ae_vectorEiPdPNS_8ae_stateE]
generaterotation ( double f, double g, double* cs, double* sn, double* r, struct ae_state* _state )
[symbol: _ZN11alglib_impl16generaterotationEddPdS0_S0_PNS_8ae_stateE]
hermitianmatrixvectormultiply ( ae_matrix* a, bool isupper, ae_int_t i1, ae_int_t i2, ae_vector* x, struct ae_complex alpha, ae_vector* y, struct ae_state* _state )
[symbol: _ZN11alglib_impl29hermitianmatrixvectormultiplyEPNS_9ae_matrixEbiiPNS_9ae_vectorENS_10ae_complexES3_PNS_8ae_stateE]
hermitianrank2update ( ae_matrix* a, bool isupper, ae_int_t i1, ae_int_t i2, ae_vector* x, ae_vector* y, ae_vector* t, struct ae_complex alpha, struct ae_state* _state )
[symbol: _ZN11alglib_impl20hermitianrank2updateEPNS_9ae_matrixEbiiPNS_9ae_vectorES3_S3_NS_10ae_complexEPNS_8ae_stateE]
inplacetranspose ( ae_matrix* a, ae_int_t i1, ae_int_t i2, ae_int_t j1, ae_int_t j2, ae_vector* work, struct ae_state* _state )
[symbol: _ZN11alglib_impl16inplacetransposeEPNS_9ae_matrixEiiiiPNS_9ae_vectorEPNS_8ae_stateE]
internalschurdecomposition ( ae_matrix* h, ae_int_t n, ae_int_t tneeded, ae_int_t zneeded, ae_vector* wr, ae_vector* wi, ae_matrix* z, ae_int_t* info, struct ae_state* _state )
[symbol: _ZN11alglib_impl26internalschurdecompositionEPNS_9ae_matrixEiiiPNS_9ae_vectorES3_S1_PiPNS_8ae_stateE]
isfinitecvector ( ae_vector* z, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl15isfinitecvectorEPNS_9ae_vectorEiPNS_8ae_stateE]
isfinitevector ( ae_vector* x, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl14isfinitevectorEPNS_9ae_vectorEiPNS_8ae_stateE]
linminnormalized ( ae_vector* d, double* stp, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl16linminnormalizedEPNS_9ae_vectorEPdiPNS_8ae_stateE]
matrixmatrixmultiply ( ae_matrix* a, ae_int_t ai1, ae_int_t ai2, ae_int_t aj1, ae_int_t aj2, bool transa, ae_matrix* b, ae_int_t bi1, ae_int_t bi2, ae_int_t bj1, ae_int_t bj2, bool transb, double alpha, ae_matrix* c, ae_int_t ci1, ae_int_t ci2, ae_int_t cj1, ae_int_t cj2, double beta, ae_vector* work, struct ae_state* _state )
[symbol: _ZN11alglib_impl20matrixmatrixmultiplyEPNS_9ae_matrixEiiiibS1_iiiibdS1_iiiidPNS_9ae_vectorEPNS_8ae_stateE]
matrixvectormultiply ( ae_matrix* a, ae_int_t i1, ae_int_t i2, ae_int_t j1, ae_int_t j2, bool trans, ae_vector* x, ae_int_t ix1, ae_int_t ix2, double alpha, ae_vector* y, ae_int_t iy1, ae_int_t iy2, double beta, struct ae_state* _state )
[symbol: _ZN11alglib_impl20matrixvectormultiplyEPNS_9ae_matrixEiiiibPNS_9ae_vectorEiidS3_iidPNS_8ae_stateE]
mcsrch ( ae_int_t n, ae_vector* x, double* f, ae_vector* g, ae_vector* s, double* stp, double stpmax, ae_int_t* info, ae_int_t* nfev, ae_vector* wa, struct linminstate* state, ae_int_t* stage, struct ae_state* _state )
[symbol: _ZN11alglib_impl6mcsrchEiPNS_9ae_vectorEPdS1_S1_S2_dPiS3_S1_PNS_11linminstateES3_PNS_8ae_stateE]
nucosm1 ( double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl7nucosm1EdPNS_8ae_stateE]
nuexpm1 ( double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl7nuexpm1EdPNS_8ae_stateE]
nulog1p ( double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl7nulog1pEdPNS_8ae_stateE]
pythag2 ( double x, double y, struct ae_state* _state )
[symbol: _ZN11alglib_impl7pythag2EddPNS_8ae_stateE]
rmatrixgemmf ( ae_int_t m, ae_int_t n, ae_int_t k, double alpha, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_int_t optypea, ae_matrix* b, ae_int_t ib, ae_int_t jb, ae_int_t optypeb, double beta, ae_matrix* c, ae_int_t ic, ae_int_t jc, struct ae_state* _state )
[symbol: _ZN11alglib_impl12rmatrixgemmfEiiidPNS_9ae_matrixEiiiS1_iiidS1_iiPNS_8ae_stateE]
rmatrixlefttrsmf ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t i1, ae_int_t j1, bool isupper, bool isunit, ae_int_t optype, ae_matrix* x, ae_int_t i2, ae_int_t j2, struct ae_state* _state )
[symbol: _ZN11alglib_impl16rmatrixlefttrsmfEiiPNS_9ae_matrixEiibbiS1_iiPNS_8ae_stateE]
rmatrixmvf ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_int_t opa, ae_vector* x, ae_int_t ix, ae_vector* y, ae_int_t iy, struct ae_state* _state )
[symbol: _ZN11alglib_impl10rmatrixmvfEiiPNS_9ae_matrixEiiiPNS_9ae_vectorEiS3_iPNS_8ae_stateE]
rmatrixrank1f ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_vector* u, ae_int_t iu, ae_vector* v, ae_int_t iv, struct ae_state* _state )
[symbol: _ZN11alglib_impl13rmatrixrank1fEiiPNS_9ae_matrixEiiPNS_9ae_vectorEiS3_iPNS_8ae_stateE]
rmatrixrighttrsmf ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t i1, ae_int_t j1, bool isupper, bool isunit, ae_int_t optype, ae_matrix* x, ae_int_t i2, ae_int_t j2, struct ae_state* _state )
[symbol: _ZN11alglib_impl17rmatrixrighttrsmfEiiPNS_9ae_matrixEiibbiS1_iiPNS_8ae_stateE]
rmatrixscaledtrsafesolve ( ae_matrix* a, double sa, ae_int_t n, ae_vector* x, bool isupper, ae_int_t trans, bool isunit, double maxgrowth, struct ae_state* _state )
[symbol: _ZN11alglib_impl24rmatrixscaledtrsafesolveEPNS_9ae_matrixEdiPNS_9ae_vectorEbibdPNS_8ae_stateE]
rmatrixsyrkf ( ae_int_t n, ae_int_t k, double alpha, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_int_t optypea, double beta, ae_matrix* c, ae_int_t ic, ae_int_t jc, bool isupper, struct ae_state* _state )
[symbol: _ZN11alglib_impl12rmatrixsyrkfEiidPNS_9ae_matrixEiiidS1_iibPNS_8ae_stateE]
rmatrixtrsafesolve ( ae_matrix* a, ae_int_t n, ae_vector* x, double* s, bool isupper, bool istrans, bool isunit, struct ae_state* _state )
[symbol: _ZN11alglib_impl18rmatrixtrsafesolveEPNS_9ae_matrixEiPNS_9ae_vectorEPdbbbPNS_8ae_stateE]
rowidxabsmax ( ae_matrix* x, ae_int_t j1, ae_int_t j2, ae_int_t i, struct ae_state* _state )
[symbol: _ZN11alglib_impl12rowidxabsmaxEPNS_9ae_matrixEiiiPNS_8ae_stateE]
safepythag2 ( double x, double y, struct ae_state* _state )
[symbol: _ZN11alglib_impl11safepythag2EddPNS_8ae_stateE]
safepythag3 ( double x, double y, double z, struct ae_state* _state )
[symbol: _ZN11alglib_impl11safepythag3EdddPNS_8ae_stateE]
safesolvetriangular ( ae_matrix* a, ae_int_t n, ae_vector* x, double* s, bool isupper, bool istrans, bool isunit, bool normin, ae_vector* cnorm, struct ae_state* _state )
[symbol: _ZN11alglib_impl19safesolvetriangularEPNS_9ae_matrixEiPNS_9ae_vectorEPdbbbbS3_PNS_8ae_stateE]
symmetricmatrixvectormultiply ( ae_matrix* a, bool isupper, ae_int_t i1, ae_int_t i2, ae_vector* x, double alpha, ae_vector* y, struct ae_state* _state )
[symbol: _ZN11alglib_impl29symmetricmatrixvectormultiplyEPNS_9ae_matrixEbiiPNS_9ae_vectorEdS3_PNS_8ae_stateE]
symmetricrank2update ( ae_matrix* a, bool isupper, ae_int_t i1, ae_int_t i2, ae_vector* x, ae_vector* y, ae_vector* t, double alpha, struct ae_state* _state )
[symbol: _ZN11alglib_impl20symmetricrank2updateEPNS_9ae_matrixEbiiPNS_9ae_vectorES3_S3_dPNS_8ae_stateE]
tagheappopi ( ae_vector* a, ae_vector* b, ae_int_t* n, struct ae_state* _state )
[symbol: _ZN11alglib_impl11tagheappopiEPNS_9ae_vectorES1_PiPNS_8ae_stateE]
tagheappushi ( ae_vector* a, ae_vector* b, ae_int_t* n, double va, ae_int_t vb, struct ae_state* _state )
[symbol: _ZN11alglib_impl12tagheappushiEPNS_9ae_vectorES1_PidiPNS_8ae_stateE]
tagheapreplacetopi ( ae_vector* a, ae_vector* b, ae_int_t n, double va, ae_int_t vb, struct ae_state* _state )
[symbol: _ZN11alglib_impl18tagheapreplacetopiEPNS_9ae_vectorES1_idiPNS_8ae_stateE]
tagsort ( ae_vector* a, ae_int_t n, ae_vector* p1, ae_vector* p2, struct ae_state* _state )
[symbol: _ZN11alglib_impl7tagsortEPNS_9ae_vectorEiS1_S1_PNS_8ae_stateE]
tagsortfast ( ae_vector* a, ae_vector* bufa, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl11tagsortfastEPNS_9ae_vectorES1_iPNS_8ae_stateE]
tagsortfasti ( ae_vector* a, ae_vector* b, ae_vector* bufa, ae_vector* bufb, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl12tagsortfastiEPNS_9ae_vectorES1_S1_S1_iPNS_8ae_stateE]
tagsortfastr ( ae_vector* a, ae_vector* b, ae_vector* bufa, ae_vector* bufb, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl12tagsortfastrEPNS_9ae_vectorES1_S1_S1_iPNS_8ae_stateE]
taskgenint1d ( double a, double b, ae_int_t n, ae_vector* x, ae_vector* y, struct ae_state* _state )
[symbol: _ZN11alglib_impl12taskgenint1dEddiPNS_9ae_vectorES1_PNS_8ae_stateE]
taskgenint1dcheb1 ( double a, double b, ae_int_t n, ae_vector* x, ae_vector* y, struct ae_state* _state )
[symbol: _ZN11alglib_impl17taskgenint1dcheb1EddiPNS_9ae_vectorES1_PNS_8ae_stateE]
taskgenint1dcheb2 ( double a, double b, ae_int_t n, ae_vector* x, ae_vector* y, struct ae_state* _state )
[symbol: _ZN11alglib_impl17taskgenint1dcheb2EddiPNS_9ae_vectorES1_PNS_8ae_stateE]
taskgenint1dequidist ( double a, double b, ae_int_t n, ae_vector* x, ae_vector* y, struct ae_state* _state )
[symbol: _ZN11alglib_impl20taskgenint1dequidistEddiPNS_9ae_vectorES1_PNS_8ae_stateE]
upperhessenberg1norm ( ae_matrix* a, ae_int_t i1, ae_int_t i2, ae_int_t j1, ae_int_t j2, ae_vector* work, struct ae_state* _state )
[symbol: _ZN11alglib_impl20upperhessenberg1normEPNS_9ae_matrixEiiiiPNS_9ae_vectorEPNS_8ae_stateE]
upperhessenbergschurdecomposition ( ae_matrix* h, ae_int_t n, ae_matrix* s, struct ae_state* _state )
[symbol: _ZN11alglib_impl33upperhessenbergschurdecompositionEPNS_9ae_matrixEiS1_PNS_8ae_stateE]
vectoridxabsmax ( ae_vector* x, ae_int_t i1, ae_int_t i2, struct ae_state* _state )
[symbol: _ZN11alglib_impl15vectoridxabsmaxEPNS_9ae_vectorEiiPNS_8ae_stateE]
vectornorm2 ( ae_vector* x, ae_int_t i1, ae_int_t i2, struct ae_state* _state )
[symbol: _ZN11alglib_impl11vectornorm2EPNS_9ae_vectorEiiPNS_8ae_stateE]
xcdot ( ae_vector* a, ae_vector* b, ae_int_t n, ae_vector* temp, struct ae_complex* r, double* rerr, struct ae_state* _state )
[symbol: _ZN11alglib_impl5xcdotEPNS_9ae_vectorES1_iS1_PNS_10ae_complexEPdPNS_8ae_stateE]
xdot ( ae_vector* a, ae_vector* b, ae_int_t n, ae_vector* temp, double* r, double* rerr, struct ae_state* _state )
[symbol: _ZN11alglib_impl4xdotEPNS_9ae_vectorES1_iS1_PdS2_PNS_8ae_stateE]
alglibmisc.h,
libalglib.so
namespace alglib
_hqrndstate_owner::_hqrndstate_owner [in-charge] ( )
[symbol: _ZN6alglib17_hqrndstate_ownerC1Ev]
_hqrndstate_owner::_hqrndstate_owner [in-charge] ( _hqrndstate_owner const& rhs )
[symbol: _ZN6alglib17_hqrndstate_ownerC1ERKS0_]
_hqrndstate_owner::_hqrndstate_owner [not-in-charge] ( )
[symbol: _ZN6alglib17_hqrndstate_ownerC2Ev]
_hqrndstate_owner::_hqrndstate_owner [not-in-charge] ( _hqrndstate_owner const& rhs )
[symbol: _ZN6alglib17_hqrndstate_ownerC2ERKS0_]
_hqrndstate_owner::c_ptr ( )
[symbol: _ZN6alglib17_hqrndstate_owner5c_ptrEv]
_hqrndstate_owner::c_ptr ( ) const
[symbol: _ZNK6alglib17_hqrndstate_owner5c_ptrEv]
_hqrndstate_owner::operator = ( _hqrndstate_owner const& rhs )
[symbol: _ZN6alglib17_hqrndstate_owneraSERKS0_]
_hqrndstate_owner::~_hqrndstate_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib17_hqrndstate_ownerD0Ev]
_hqrndstate_owner::~_hqrndstate_owner [in-charge] ( )
[symbol: _ZN6alglib17_hqrndstate_ownerD1Ev]
_hqrndstate_owner::~_hqrndstate_owner [not-in-charge] ( )
[symbol: _ZN6alglib17_hqrndstate_ownerD2Ev]
_kdtree_owner::_kdtree_owner [in-charge] ( )
[symbol: _ZN6alglib13_kdtree_ownerC1Ev]
_kdtree_owner::_kdtree_owner [in-charge] ( _kdtree_owner const& rhs )
[symbol: _ZN6alglib13_kdtree_ownerC1ERKS0_]
_kdtree_owner::_kdtree_owner [not-in-charge] ( )
[symbol: _ZN6alglib13_kdtree_ownerC2Ev]
_kdtree_owner::_kdtree_owner [not-in-charge] ( _kdtree_owner const& rhs )
[symbol: _ZN6alglib13_kdtree_ownerC2ERKS0_]
_kdtree_owner::c_ptr ( )
[symbol: _ZN6alglib13_kdtree_owner5c_ptrEv]
_kdtree_owner::c_ptr ( ) const
[symbol: _ZNK6alglib13_kdtree_owner5c_ptrEv]
_kdtree_owner::operator = ( _kdtree_owner const& rhs )
[symbol: _ZN6alglib13_kdtree_owneraSERKS0_]
_kdtree_owner::~_kdtree_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib13_kdtree_ownerD0Ev]
_kdtree_owner::~_kdtree_owner [in-charge] ( )
[symbol: _ZN6alglib13_kdtree_ownerD1Ev]
_kdtree_owner::~_kdtree_owner [not-in-charge] ( )
[symbol: _ZN6alglib13_kdtree_ownerD2Ev]
hqrndexponential ( hqrndstate const& state, double const lambdav )
[symbol: _ZN6alglib16hqrndexponentialERKNS_10hqrndstateEd]
hqrndnormal ( hqrndstate const& state )
[symbol: _ZN6alglib11hqrndnormalERKNS_10hqrndstateE]
hqrndnormal2 ( hqrndstate const& state, double& x1, double& x2 )
[symbol: _ZN6alglib12hqrndnormal2ERKNS_10hqrndstateERdS3_]
hqrndrandomize ( hqrndstate& state )
[symbol: _ZN6alglib14hqrndrandomizeERNS_10hqrndstateE]
hqrndseed ( ae_int_t const s1, ae_int_t const s2, hqrndstate& state )
[symbol: _ZN6alglib9hqrndseedEiiRNS_10hqrndstateE]
hqrndstate::hqrndstate [in-charge] ( )
[symbol: _ZN6alglib10hqrndstateC1Ev]
hqrndstate::hqrndstate [in-charge] ( hqrndstate const& rhs )
[symbol: _ZN6alglib10hqrndstateC1ERKS0_]
hqrndstate::hqrndstate [not-in-charge] ( )
[symbol: _ZN6alglib10hqrndstateC2Ev]
hqrndstate::hqrndstate [not-in-charge] ( hqrndstate const& rhs )
[symbol: _ZN6alglib10hqrndstateC2ERKS0_]
hqrndstate::operator = ( hqrndstate const& rhs )
[symbol: _ZN6alglib10hqrndstateaSERKS0_]
hqrndstate::~hqrndstate [in-charge-deleting] ( )
[symbol: _ZN6alglib10hqrndstateD0Ev]
hqrndstate::~hqrndstate [in-charge] ( )
[symbol: _ZN6alglib10hqrndstateD1Ev]
hqrndstate::~hqrndstate [not-in-charge] ( )
[symbol: _ZN6alglib10hqrndstateD2Ev]
hqrnduniformi ( hqrndstate const& state, ae_int_t const n )
[symbol: _ZN6alglib13hqrnduniformiERKNS_10hqrndstateEi]
hqrnduniformr ( hqrndstate const& state )
[symbol: _ZN6alglib13hqrnduniformrERKNS_10hqrndstateE]
hqrndunit2 ( hqrndstate const& state, double& x, double& y )
[symbol: _ZN6alglib10hqrndunit2ERKNS_10hqrndstateERdS3_]
kdtree::kdtree [in-charge] ( )
[symbol: _ZN6alglib6kdtreeC1Ev]
kdtree::kdtree [in-charge] ( kdtree const& rhs )
[symbol: _ZN6alglib6kdtreeC1ERKS0_]
kdtree::kdtree [not-in-charge] ( )
[symbol: _ZN6alglib6kdtreeC2Ev]
kdtree::kdtree [not-in-charge] ( kdtree const& rhs )
[symbol: _ZN6alglib6kdtreeC2ERKS0_]
kdtree::operator = ( kdtree const& rhs )
[symbol: _ZN6alglib6kdtreeaSERKS0_]
kdtree::~kdtree [in-charge-deleting] ( )
[symbol: _ZN6alglib6kdtreeD0Ev]
kdtree::~kdtree [in-charge] ( )
[symbol: _ZN6alglib6kdtreeD1Ev]
kdtree::~kdtree [not-in-charge] ( )
[symbol: _ZN6alglib6kdtreeD2Ev]
kdtreebuild ( real_2d_array const& xy, ae_int_t const n, ae_int_t const nx, ae_int_t const ny, ae_int_t const normtype, kdtree& kdt )
[symbol: _ZN6alglib11kdtreebuildERKNS_13real_2d_arrayEiiiiRNS_6kdtreeE]
kdtreebuild ( real_2d_array const& xy, ae_int_t const nx, ae_int_t const ny, ae_int_t const normtype, kdtree& kdt )
[symbol: _ZN6alglib11kdtreebuildERKNS_13real_2d_arrayEiiiRNS_6kdtreeE]
kdtreebuildtagged ( real_2d_array const& xy, integer_1d_array const& tags, ae_int_t const n, ae_int_t const nx, ae_int_t const ny, ae_int_t const normtype, kdtree& kdt )
[symbol: _ZN6alglib17kdtreebuildtaggedERKNS_13real_2d_arrayERKNS_16integer_1d_arrayEiiiiRNS_6kdtreeE]
kdtreebuildtagged ( real_2d_array const& xy, integer_1d_array const& tags, ae_int_t const nx, ae_int_t const ny, ae_int_t const normtype, kdtree& kdt )
[symbol: _ZN6alglib17kdtreebuildtaggedERKNS_13real_2d_arrayERKNS_16integer_1d_arrayEiiiRNS_6kdtreeE]
kdtreequeryaknn ( kdtree const& kdt, real_1d_array const& x, ae_int_t const k, bool const selfmatch, double const eps )
[symbol: _ZN6alglib15kdtreequeryaknnERKNS_6kdtreeERKNS_13real_1d_arrayEibd]
kdtreequeryaknn ( kdtree const& kdt, real_1d_array const& x, ae_int_t const k, double const eps )
[symbol: _ZN6alglib15kdtreequeryaknnERKNS_6kdtreeERKNS_13real_1d_arrayEid]
kdtreequeryknn ( kdtree const& kdt, real_1d_array const& x, ae_int_t const k )
[symbol: _ZN6alglib14kdtreequeryknnERKNS_6kdtreeERKNS_13real_1d_arrayEi]
kdtreequeryknn ( kdtree const& kdt, real_1d_array const& x, ae_int_t const k, bool const selfmatch )
[symbol: _ZN6alglib14kdtreequeryknnERKNS_6kdtreeERKNS_13real_1d_arrayEib]
kdtreequeryresultsdistances ( kdtree const& kdt, real_1d_array& r )
[symbol: _ZN6alglib27kdtreequeryresultsdistancesERKNS_6kdtreeERNS_13real_1d_arrayE]
kdtreequeryresultsdistancesi ( kdtree const& kdt, real_1d_array& r )
[symbol: _ZN6alglib28kdtreequeryresultsdistancesiERKNS_6kdtreeERNS_13real_1d_arrayE]
kdtreequeryresultstags ( kdtree const& kdt, integer_1d_array& tags )
[symbol: _ZN6alglib22kdtreequeryresultstagsERKNS_6kdtreeERNS_16integer_1d_arrayE]
kdtreequeryresultstagsi ( kdtree const& kdt, integer_1d_array& tags )
[symbol: _ZN6alglib23kdtreequeryresultstagsiERKNS_6kdtreeERNS_16integer_1d_arrayE]
kdtreequeryresultsx ( kdtree const& kdt, real_2d_array& x )
[symbol: _ZN6alglib19kdtreequeryresultsxERKNS_6kdtreeERNS_13real_2d_arrayE]
kdtreequeryresultsxi ( kdtree const& kdt, real_2d_array& x )
[symbol: _ZN6alglib20kdtreequeryresultsxiERKNS_6kdtreeERNS_13real_2d_arrayE]
kdtreequeryresultsxy ( kdtree const& kdt, real_2d_array& xy )
[symbol: _ZN6alglib20kdtreequeryresultsxyERKNS_6kdtreeERNS_13real_2d_arrayE]
kdtreequeryresultsxyi ( kdtree const& kdt, real_2d_array& xy )
[symbol: _ZN6alglib21kdtreequeryresultsxyiERKNS_6kdtreeERNS_13real_2d_arrayE]
kdtreequeryrnn ( kdtree const& kdt, real_1d_array const& x, double const r )
[symbol: _ZN6alglib14kdtreequeryrnnERKNS_6kdtreeERKNS_13real_1d_arrayEd]
kdtreequeryrnn ( kdtree const& kdt, real_1d_array const& x, double const r, bool const selfmatch )
[symbol: _ZN6alglib14kdtreequeryrnnERKNS_6kdtreeERKNS_13real_1d_arrayEdb]
alglibmisc.h,
libalglib.so
namespace alglib_impl
_hqrndstate_clear ( struct hqrndstate* p )
[symbol: _ZN11alglib_impl17_hqrndstate_clearEPNS_10hqrndstateE]
_hqrndstate_init ( struct hqrndstate* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl16_hqrndstate_initEPNS_10hqrndstateEPNS_8ae_stateEb]
_hqrndstate_init_copy ( struct hqrndstate* dst, struct hqrndstate* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl21_hqrndstate_init_copyEPNS_10hqrndstateES1_PNS_8ae_stateEb]
_kdtree_clear ( struct kdtree* p )
[symbol: _ZN11alglib_impl13_kdtree_clearEPNS_6kdtreeE]
_kdtree_init ( struct kdtree* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl12_kdtree_initEPNS_6kdtreeEPNS_8ae_stateEb]
_kdtree_init_copy ( struct kdtree* dst, struct kdtree* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl17_kdtree_init_copyEPNS_6kdtreeES1_PNS_8ae_stateEb]
hqrndexponential ( struct hqrndstate* state, double lambdav, struct ae_state* _state )
[symbol: _ZN11alglib_impl16hqrndexponentialEPNS_10hqrndstateEdPNS_8ae_stateE]
hqrndnormal ( struct hqrndstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl11hqrndnormalEPNS_10hqrndstateEPNS_8ae_stateE]
hqrndnormal2 ( struct hqrndstate* state, double* x1, double* x2, struct ae_state* _state )
[symbol: _ZN11alglib_impl12hqrndnormal2EPNS_10hqrndstateEPdS2_PNS_8ae_stateE]
hqrndrandomize ( struct hqrndstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl14hqrndrandomizeEPNS_10hqrndstateEPNS_8ae_stateE]
hqrndseed ( ae_int_t s1, ae_int_t s2, struct hqrndstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl9hqrndseedEiiPNS_10hqrndstateEPNS_8ae_stateE]
hqrnduniformi ( struct hqrndstate* state, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl13hqrnduniformiEPNS_10hqrndstateEiPNS_8ae_stateE]
hqrnduniformr ( struct hqrndstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl13hqrnduniformrEPNS_10hqrndstateEPNS_8ae_stateE]
hqrndunit2 ( struct hqrndstate* state, double* x, double* y, struct ae_state* _state )
[symbol: _ZN11alglib_impl10hqrndunit2EPNS_10hqrndstateEPdS2_PNS_8ae_stateE]
kdtreebuild ( ae_matrix* xy, ae_int_t n, ae_int_t nx, ae_int_t ny, ae_int_t normtype, struct kdtree* kdt, struct ae_state* _state )
[symbol: _ZN11alglib_impl11kdtreebuildEPNS_9ae_matrixEiiiiPNS_6kdtreeEPNS_8ae_stateE]
kdtreebuildtagged ( ae_matrix* xy, ae_vector* tags, ae_int_t n, ae_int_t nx, ae_int_t ny, ae_int_t normtype, struct kdtree* kdt, struct ae_state* _state )
[symbol: _ZN11alglib_impl17kdtreebuildtaggedEPNS_9ae_matrixEPNS_9ae_vectorEiiiiPNS_6kdtreeEPNS_8ae_stateE]
kdtreequeryaknn ( struct kdtree* kdt, ae_vector* x, ae_int_t k, bool selfmatch, double eps, struct ae_state* _state )
[symbol: _ZN11alglib_impl15kdtreequeryaknnEPNS_6kdtreeEPNS_9ae_vectorEibdPNS_8ae_stateE]
kdtreequeryknn ( struct kdtree* kdt, ae_vector* x, ae_int_t k, bool selfmatch, struct ae_state* _state )
[symbol: _ZN11alglib_impl14kdtreequeryknnEPNS_6kdtreeEPNS_9ae_vectorEibPNS_8ae_stateE]
kdtreequeryresultsdistances ( struct kdtree* kdt, ae_vector* r, struct ae_state* _state )
[symbol: _ZN11alglib_impl27kdtreequeryresultsdistancesEPNS_6kdtreeEPNS_9ae_vectorEPNS_8ae_stateE]
kdtreequeryresultsdistancesi ( struct kdtree* kdt, ae_vector* r, struct ae_state* _state )
[symbol: _ZN11alglib_impl28kdtreequeryresultsdistancesiEPNS_6kdtreeEPNS_9ae_vectorEPNS_8ae_stateE]
kdtreequeryresultstags ( struct kdtree* kdt, ae_vector* tags, struct ae_state* _state )
[symbol: _ZN11alglib_impl22kdtreequeryresultstagsEPNS_6kdtreeEPNS_9ae_vectorEPNS_8ae_stateE]
kdtreequeryresultstagsi ( struct kdtree* kdt, ae_vector* tags, struct ae_state* _state )
[symbol: _ZN11alglib_impl23kdtreequeryresultstagsiEPNS_6kdtreeEPNS_9ae_vectorEPNS_8ae_stateE]
kdtreequeryresultsx ( struct kdtree* kdt, ae_matrix* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl19kdtreequeryresultsxEPNS_6kdtreeEPNS_9ae_matrixEPNS_8ae_stateE]
kdtreequeryresultsxi ( struct kdtree* kdt, ae_matrix* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl20kdtreequeryresultsxiEPNS_6kdtreeEPNS_9ae_matrixEPNS_8ae_stateE]
kdtreequeryresultsxy ( struct kdtree* kdt, ae_matrix* xy, struct ae_state* _state )
[symbol: _ZN11alglib_impl20kdtreequeryresultsxyEPNS_6kdtreeEPNS_9ae_matrixEPNS_8ae_stateE]
kdtreequeryresultsxyi ( struct kdtree* kdt, ae_matrix* xy, struct ae_state* _state )
[symbol: _ZN11alglib_impl21kdtreequeryresultsxyiEPNS_6kdtreeEPNS_9ae_matrixEPNS_8ae_stateE]
kdtreequeryrnn ( struct kdtree* kdt, ae_vector* x, double r, bool selfmatch, struct ae_state* _state )
[symbol: _ZN11alglib_impl14kdtreequeryrnnEPNS_6kdtreeEPNS_9ae_vectorEdbPNS_8ae_stateE]
ap.h,
libalglib.so
namespace alglib
abscomplex ( complex const& z )
[symbol: _ZN6alglib10abscomplexERKNS_7complexE]
ae_matrix_wrapper::ae_matrix_wrapper [in-charge] ( )
[symbol: _ZN6alglib17ae_matrix_wrapperC1Ev]
ae_matrix_wrapper::ae_matrix_wrapper [in-charge] ( ae_matrix_wrapper const& rhs )
[symbol: _ZN6alglib17ae_matrix_wrapperC1ERKS0_]
ae_matrix_wrapper::ae_matrix_wrapper [not-in-charge] ( )
[symbol: _ZN6alglib17ae_matrix_wrapperC2Ev]
ae_matrix_wrapper::ae_matrix_wrapper [not-in-charge] ( ae_matrix_wrapper const& rhs )
[symbol: _ZN6alglib17ae_matrix_wrapperC2ERKS0_]
ae_matrix_wrapper::allocate_own ( ae_int_t rows, ae_int_t cols, alglib_impl::ae_datatype datatype )
[symbol: _ZN6alglib17ae_matrix_wrapper12allocate_ownEiii]
ae_matrix_wrapper::attach_to ( alglib_impl::ae_matrix* ptr )
[symbol: _ZN6alglib17ae_matrix_wrapper9attach_toEPN11alglib_impl9ae_matrixE]
ae_matrix_wrapper::c_ptr ( )
[symbol: _ZN6alglib17ae_matrix_wrapper5c_ptrEv]
ae_matrix_wrapper::c_ptr ( ) const
[symbol: _ZNK6alglib17ae_matrix_wrapper5c_ptrEv]
ae_matrix_wrapper::cols ( ) const
[symbol: _ZNK6alglib17ae_matrix_wrapper4colsEv]
ae_matrix_wrapper::getstride ( ) const
[symbol: _ZNK6alglib17ae_matrix_wrapper9getstrideEv]
ae_matrix_wrapper::isempty ( ) const
[symbol: _ZNK6alglib17ae_matrix_wrapper7isemptyEv]
ae_matrix_wrapper::operator = ( ae_matrix_wrapper const& rhs )
[symbol: _ZN6alglib17ae_matrix_wrapperaSERKS0_]
ae_matrix_wrapper::rows ( ) const
[symbol: _ZNK6alglib17ae_matrix_wrapper4rowsEv]
ae_matrix_wrapper::setlength ( ae_int_t rows, ae_int_t cols )
[symbol: _ZN6alglib17ae_matrix_wrapper9setlengthEii]
ae_matrix_wrapper::~ae_matrix_wrapper [in-charge-deleting] ( )
[symbol: _ZN6alglib17ae_matrix_wrapperD0Ev]
ae_matrix_wrapper::~ae_matrix_wrapper [in-charge] ( )
[symbol: _ZN6alglib17ae_matrix_wrapperD1Ev]
ae_matrix_wrapper::~ae_matrix_wrapper [not-in-charge] ( )
[symbol: _ZN6alglib17ae_matrix_wrapperD2Ev]
ae_vector_wrapper::ae_vector_wrapper [in-charge] ( )
[symbol: _ZN6alglib17ae_vector_wrapperC1Ev]
ae_vector_wrapper::ae_vector_wrapper [in-charge] ( ae_vector_wrapper const& rhs )
[symbol: _ZN6alglib17ae_vector_wrapperC1ERKS0_]
ae_vector_wrapper::ae_vector_wrapper [not-in-charge] ( )
[symbol: _ZN6alglib17ae_vector_wrapperC2Ev]
ae_vector_wrapper::ae_vector_wrapper [not-in-charge] ( ae_vector_wrapper const& rhs )
[symbol: _ZN6alglib17ae_vector_wrapperC2ERKS0_]
ae_vector_wrapper::allocate_own ( ae_int_t size, alglib_impl::ae_datatype datatype )
[symbol: _ZN6alglib17ae_vector_wrapper12allocate_ownEii]
ae_vector_wrapper::attach_to ( alglib_impl::ae_vector* ptr )
[symbol: _ZN6alglib17ae_vector_wrapper9attach_toEPN11alglib_impl9ae_vectorE]
ae_vector_wrapper::c_ptr ( )
[symbol: _ZN6alglib17ae_vector_wrapper5c_ptrEv]
ae_vector_wrapper::c_ptr ( ) const
[symbol: _ZNK6alglib17ae_vector_wrapper5c_ptrEv]
ae_vector_wrapper::length ( ) const
[symbol: _ZNK6alglib17ae_vector_wrapper6lengthEv]
ae_vector_wrapper::operator = ( ae_vector_wrapper const& rhs )
[symbol: _ZN6alglib17ae_vector_wrapperaSERKS0_]
ae_vector_wrapper::setlength ( ae_int_t iLen )
[symbol: _ZN6alglib17ae_vector_wrapper9setlengthEi]
ae_vector_wrapper::~ae_vector_wrapper [in-charge-deleting] ( )
[symbol: _ZN6alglib17ae_vector_wrapperD0Ev]
ae_vector_wrapper::~ae_vector_wrapper [in-charge] ( )
[symbol: _ZN6alglib17ae_vector_wrapperD1Ev]
ae_vector_wrapper::~ae_vector_wrapper [not-in-charge] ( )
[symbol: _ZN6alglib17ae_vector_wrapperD2Ev]
ap_error::ap_error [in-charge] ( )
[symbol: _ZN6alglib8ap_errorC1Ev]
ap_error::ap_error [in-charge] ( char const* s )
[symbol: _ZN6alglib8ap_errorC1EPKc]
ap_error::ap_error [not-in-charge] ( )
[symbol: _ZN6alglib8ap_errorC2Ev]
ap_error::ap_error [not-in-charge] ( char const* s )
[symbol: _ZN6alglib8ap_errorC2EPKc]
ap_error::make_assertion ( bool bClause ) [static]
[symbol: _ZN6alglib8ap_error14make_assertionEb]
ap_error::make_assertion ( bool bClause, char const* msg ) [static]
[symbol: _ZN6alglib8ap_error14make_assertionEbPKc]
boolean_1d_array::boolean_1d_array [in-charge] ( )
[symbol: _ZN6alglib16boolean_1d_arrayC1Ev]
boolean_1d_array::boolean_1d_array [in-charge] ( alglib_impl::ae_vector* p )
[symbol: _ZN6alglib16boolean_1d_arrayC1EPN11alglib_impl9ae_vectorE]
boolean_1d_array::boolean_1d_array [in-charge] ( char const* s )
[symbol: _ZN6alglib16boolean_1d_arrayC1EPKc]
boolean_1d_array::boolean_1d_array [not-in-charge] ( )
[symbol: _ZN6alglib16boolean_1d_arrayC2Ev]
boolean_1d_array::boolean_1d_array [not-in-charge] ( alglib_impl::ae_vector* p )
[symbol: _ZN6alglib16boolean_1d_arrayC2EPN11alglib_impl9ae_vectorE]
boolean_1d_array::boolean_1d_array [not-in-charge] ( char const* s )
[symbol: _ZN6alglib16boolean_1d_arrayC2EPKc]
boolean_1d_array::getcontent ( )
[symbol: _ZN6alglib16boolean_1d_array10getcontentEv]
boolean_1d_array::getcontent ( ) const
[symbol: _ZNK6alglib16boolean_1d_array10getcontentEv]
boolean_1d_array::operator() ( ae_int_t i )
[symbol: _ZN6alglib16boolean_1d_arrayclEi]
boolean_1d_array::operator() ( ae_int_t i ) const
[symbol: _ZNK6alglib16boolean_1d_arrayclEi]
boolean_1d_array::operator[ ] ( ae_int_t i )
[symbol: _ZN6alglib16boolean_1d_arrayixEi]
boolean_1d_array::operator[ ] ( ae_int_t i ) const
[symbol: _ZNK6alglib16boolean_1d_arrayixEi]
boolean_1d_array::setcontent ( ae_int_t iLen, bool const* pContent )
[symbol: _ZN6alglib16boolean_1d_array10setcontentEiPKb]
boolean_1d_array::tostring ( ) const
[symbol: _ZNK6alglib16boolean_1d_array8tostringEv]
boolean_1d_array::~boolean_1d_array [in-charge-deleting] ( )
[symbol: _ZN6alglib16boolean_1d_arrayD0Ev]
boolean_1d_array::~boolean_1d_array [in-charge] ( )
[symbol: _ZN6alglib16boolean_1d_arrayD1Ev]
boolean_1d_array::~boolean_1d_array [not-in-charge] ( )
[symbol: _ZN6alglib16boolean_1d_arrayD2Ev]
boolean_2d_array::boolean_2d_array [in-charge] ( )
[symbol: _ZN6alglib16boolean_2d_arrayC1Ev]
boolean_2d_array::boolean_2d_array [in-charge] ( alglib_impl::ae_matrix* p )
[symbol: _ZN6alglib16boolean_2d_arrayC1EPN11alglib_impl9ae_matrixE]
boolean_2d_array::boolean_2d_array [in-charge] ( char const* s )
[symbol: _ZN6alglib16boolean_2d_arrayC1EPKc]
boolean_2d_array::boolean_2d_array [not-in-charge] ( )
[symbol: _ZN6alglib16boolean_2d_arrayC2Ev]
boolean_2d_array::boolean_2d_array [not-in-charge] ( alglib_impl::ae_matrix* p )
[symbol: _ZN6alglib16boolean_2d_arrayC2EPN11alglib_impl9ae_matrixE]
boolean_2d_array::boolean_2d_array [not-in-charge] ( char const* s )
[symbol: _ZN6alglib16boolean_2d_arrayC2EPKc]
boolean_2d_array::operator() ( ae_int_t i, ae_int_t j )
[symbol: _ZN6alglib16boolean_2d_arrayclEii]
boolean_2d_array::operator() ( ae_int_t i, ae_int_t j ) const
[symbol: _ZNK6alglib16boolean_2d_arrayclEii]
boolean_2d_array::operator[ ] ( ae_int_t i )
[symbol: _ZN6alglib16boolean_2d_arrayixEi]
boolean_2d_array::operator[ ] ( ae_int_t i ) const
[symbol: _ZNK6alglib16boolean_2d_arrayixEi]
boolean_2d_array::setcontent ( ae_int_t irows, ae_int_t icols, bool const* pContent )
[symbol: _ZN6alglib16boolean_2d_array10setcontentEiiPKb]
boolean_2d_array::tostring ( ) const
[symbol: _ZNK6alglib16boolean_2d_array8tostringEv]
boolean_2d_array::~boolean_2d_array [in-charge-deleting] ( )
[symbol: _ZN6alglib16boolean_2d_arrayD0Ev]
boolean_2d_array::~boolean_2d_array [in-charge] ( )
[symbol: _ZN6alglib16boolean_2d_arrayD1Ev]
boolean_2d_array::~boolean_2d_array [not-in-charge] ( )
[symbol: _ZN6alglib16boolean_2d_arrayD2Ev]
complex::c_ptr ( )
[symbol: _ZN6alglib7complex5c_ptrEv]
complex::c_ptr ( ) const
[symbol: _ZNK6alglib7complex5c_ptrEv]
complex::complex [in-charge] ( )
[symbol: _ZN6alglib7complexC1Ev]
complex::complex [in-charge] ( complex const& z )
[symbol: _ZN6alglib7complexC1ERKS0_]
complex::complex [in-charge] ( double const& _x )
[symbol: _ZN6alglib7complexC1ERKd]
complex::complex [in-charge] ( double const& _x, double const& _y )
[symbol: _ZN6alglib7complexC1ERKdS2_]
complex::complex [not-in-charge] ( )
[symbol: _ZN6alglib7complexC2Ev]
complex::complex [not-in-charge] ( complex const& z )
[symbol: _ZN6alglib7complexC2ERKS0_]
complex::complex [not-in-charge] ( double const& _x )
[symbol: _ZN6alglib7complexC2ERKd]
complex::complex [not-in-charge] ( double const& _x, double const& _y )
[symbol: _ZN6alglib7complexC2ERKdS2_]
complex::operator*= ( complex const& z )
[symbol: _ZN6alglib7complexmLERKS0_]
complex::operator*= ( double const& v )
[symbol: _ZN6alglib7complexmLERKd]
complex::operator+= ( complex const& z )
[symbol: _ZN6alglib7complexpLERKS0_]
complex::operator+= ( double const& v )
[symbol: _ZN6alglib7complexpLERKd]
complex::operator-= ( complex const& z )
[symbol: _ZN6alglib7complexmIERKS0_]
complex::operator-= ( double const& v )
[symbol: _ZN6alglib7complexmIERKd]
complex::operator/= ( complex const& z )
[symbol: _ZN6alglib7complexdVERKS0_]
complex::operator/= ( double const& v )
[symbol: _ZN6alglib7complexdVERKd]
complex::operator = ( complex const& z )
[symbol: _ZN6alglib7complexaSERKS0_]
complex::operator = ( double const& v )
[symbol: _ZN6alglib7complexaSERKd]
complex::tostring ( int dps ) const
[symbol: _ZNK6alglib7complex8tostringEi]
complex_1d_array::complex_1d_array [in-charge] ( )
[symbol: _ZN6alglib16complex_1d_arrayC1Ev]
complex_1d_array::complex_1d_array [in-charge] ( alglib_impl::ae_vector* p )
[symbol: _ZN6alglib16complex_1d_arrayC1EPN11alglib_impl9ae_vectorE]
complex_1d_array::complex_1d_array [in-charge] ( char const* s )
[symbol: _ZN6alglib16complex_1d_arrayC1EPKc]
complex_1d_array::complex_1d_array [not-in-charge] ( )
[symbol: _ZN6alglib16complex_1d_arrayC2Ev]
complex_1d_array::complex_1d_array [not-in-charge] ( alglib_impl::ae_vector* p )
[symbol: _ZN6alglib16complex_1d_arrayC2EPN11alglib_impl9ae_vectorE]
complex_1d_array::complex_1d_array [not-in-charge] ( char const* s )
[symbol: _ZN6alglib16complex_1d_arrayC2EPKc]
complex_1d_array::getcontent ( )
[symbol: _ZN6alglib16complex_1d_array10getcontentEv]
complex_1d_array::getcontent ( ) const
[symbol: _ZNK6alglib16complex_1d_array10getcontentEv]
complex_1d_array::operator() ( ae_int_t i )
[symbol: _ZN6alglib16complex_1d_arrayclEi]
complex_1d_array::operator() ( ae_int_t i ) const
[symbol: _ZNK6alglib16complex_1d_arrayclEi]
complex_1d_array::operator[ ] ( ae_int_t i )
[symbol: _ZN6alglib16complex_1d_arrayixEi]
complex_1d_array::operator[ ] ( ae_int_t i ) const
[symbol: _ZNK6alglib16complex_1d_arrayixEi]
complex_1d_array::setcontent ( ae_int_t iLen, complex const* pContent )
[symbol: _ZN6alglib16complex_1d_array10setcontentEiPKNS_7complexE]
complex_1d_array::tostring ( int dps ) const
[symbol: _ZNK6alglib16complex_1d_array8tostringEi]
complex_1d_array::~complex_1d_array [in-charge-deleting] ( )
[symbol: _ZN6alglib16complex_1d_arrayD0Ev]
complex_1d_array::~complex_1d_array [in-charge] ( )
[symbol: _ZN6alglib16complex_1d_arrayD1Ev]
complex_1d_array::~complex_1d_array [not-in-charge] ( )
[symbol: _ZN6alglib16complex_1d_arrayD2Ev]
complex_2d_array::complex_2d_array [in-charge] ( )
[symbol: _ZN6alglib16complex_2d_arrayC1Ev]
complex_2d_array::complex_2d_array [in-charge] ( alglib_impl::ae_matrix* p )
[symbol: _ZN6alglib16complex_2d_arrayC1EPN11alglib_impl9ae_matrixE]
complex_2d_array::complex_2d_array [in-charge] ( char const* s )
[symbol: _ZN6alglib16complex_2d_arrayC1EPKc]
complex_2d_array::complex_2d_array [not-in-charge] ( )
[symbol: _ZN6alglib16complex_2d_arrayC2Ev]
complex_2d_array::complex_2d_array [not-in-charge] ( alglib_impl::ae_matrix* p )
[symbol: _ZN6alglib16complex_2d_arrayC2EPN11alglib_impl9ae_matrixE]
complex_2d_array::complex_2d_array [not-in-charge] ( char const* s )
[symbol: _ZN6alglib16complex_2d_arrayC2EPKc]
complex_2d_array::operator() ( ae_int_t i, ae_int_t j )
[symbol: _ZN6alglib16complex_2d_arrayclEii]
complex_2d_array::operator() ( ae_int_t i, ae_int_t j ) const
[symbol: _ZNK6alglib16complex_2d_arrayclEii]
complex_2d_array::operator[ ] ( ae_int_t i )
[symbol: _ZN6alglib16complex_2d_arrayixEi]
complex_2d_array::operator[ ] ( ae_int_t i ) const
[symbol: _ZNK6alglib16complex_2d_arrayixEi]
complex_2d_array::setcontent ( ae_int_t irows, ae_int_t icols, complex const* pContent )
[symbol: _ZN6alglib16complex_2d_array10setcontentEiiPKNS_7complexE]
complex_2d_array::tostring ( int dps ) const
[symbol: _ZNK6alglib16complex_2d_array8tostringEi]
complex_2d_array::~complex_2d_array [in-charge-deleting] ( )
[symbol: _ZN6alglib16complex_2d_arrayD0Ev]
complex_2d_array::~complex_2d_array [in-charge] ( )
[symbol: _ZN6alglib16complex_2d_arrayD1Ev]
complex_2d_array::~complex_2d_array [not-in-charge] ( )
[symbol: _ZN6alglib16complex_2d_arrayD2Ev]
conj ( complex const& z )
[symbol: _ZN6alglib4conjERKNS_7complexE]
csqr ( complex const& z )
[symbol: _ZN6alglib4csqrERKNS_7complexE]
fp_eq ( double v1, double v2 )
[symbol: _ZN6alglib5fp_eqEdd]
fp_greater ( double v1, double v2 )
[symbol: _ZN6alglib10fp_greaterEdd]
fp_greater_eq ( double v1, double v2 )
[symbol: _ZN6alglib13fp_greater_eqEdd]
fp_isfinite ( double x )
[symbol: _ZN6alglib11fp_isfiniteEd]
fp_isinf ( double x )
[symbol: _ZN6alglib8fp_isinfEd]
fp_isnan ( double x )
[symbol: _ZN6alglib8fp_isnanEd]
fp_isneginf ( double x )
[symbol: _ZN6alglib11fp_isneginfEd]
fp_isposinf ( double x )
[symbol: _ZN6alglib11fp_isposinfEd]
fp_less ( double v1, double v2 )
[symbol: _ZN6alglib7fp_lessEdd]
fp_less_eq ( double v1, double v2 )
[symbol: _ZN6alglib10fp_less_eqEdd]
fp_nan [data]
[symbol: _ZN6alglib6fp_nanE]
fp_neginf [data]
[symbol: _ZN6alglib9fp_neginfE]
fp_neq ( double v1, double v2 )
[symbol: _ZN6alglib6fp_neqEdd]
fp_posinf [data]
[symbol: _ZN6alglib9fp_posinfE]
iceil ( double x )
[symbol: _ZN6alglib5iceilEd]
ifloor ( double x )
[symbol: _ZN6alglib6ifloorEd]
integer_1d_array::getcontent ( )
[symbol: _ZN6alglib16integer_1d_array10getcontentEv]
integer_1d_array::getcontent ( ) const
[symbol: _ZNK6alglib16integer_1d_array10getcontentEv]
integer_1d_array::integer_1d_array [in-charge] ( )
[symbol: _ZN6alglib16integer_1d_arrayC1Ev]
integer_1d_array::integer_1d_array [in-charge] ( alglib_impl::ae_vector* p )
[symbol: _ZN6alglib16integer_1d_arrayC1EPN11alglib_impl9ae_vectorE]
integer_1d_array::integer_1d_array [in-charge] ( char const* s )
[symbol: _ZN6alglib16integer_1d_arrayC1EPKc]
integer_1d_array::integer_1d_array [not-in-charge] ( )
[symbol: _ZN6alglib16integer_1d_arrayC2Ev]
integer_1d_array::integer_1d_array [not-in-charge] ( alglib_impl::ae_vector* p )
[symbol: _ZN6alglib16integer_1d_arrayC2EPN11alglib_impl9ae_vectorE]
integer_1d_array::integer_1d_array [not-in-charge] ( char const* s )
[symbol: _ZN6alglib16integer_1d_arrayC2EPKc]
integer_1d_array::operator() ( ae_int_t i )
[symbol: _ZN6alglib16integer_1d_arrayclEi]
integer_1d_array::operator() ( ae_int_t i ) const
[symbol: _ZNK6alglib16integer_1d_arrayclEi]
integer_1d_array::operator[ ] ( ae_int_t i )
[symbol: _ZN6alglib16integer_1d_arrayixEi]
integer_1d_array::operator[ ] ( ae_int_t i ) const
[symbol: _ZNK6alglib16integer_1d_arrayixEi]
integer_1d_array::setcontent ( ae_int_t iLen, ae_int_t const* pContent )
[symbol: _ZN6alglib16integer_1d_array10setcontentEiPKi]
integer_1d_array::tostring ( ) const
[symbol: _ZNK6alglib16integer_1d_array8tostringEv]
integer_1d_array::~integer_1d_array [in-charge-deleting] ( )
[symbol: _ZN6alglib16integer_1d_arrayD0Ev]
integer_1d_array::~integer_1d_array [in-charge] ( )
[symbol: _ZN6alglib16integer_1d_arrayD1Ev]
integer_1d_array::~integer_1d_array [not-in-charge] ( )
[symbol: _ZN6alglib16integer_1d_arrayD2Ev]
integer_2d_array::integer_2d_array [in-charge] ( )
[symbol: _ZN6alglib16integer_2d_arrayC1Ev]
integer_2d_array::integer_2d_array [in-charge] ( alglib_impl::ae_matrix* p )
[symbol: _ZN6alglib16integer_2d_arrayC1EPN11alglib_impl9ae_matrixE]
integer_2d_array::integer_2d_array [in-charge] ( char const* s )
[symbol: _ZN6alglib16integer_2d_arrayC1EPKc]
integer_2d_array::integer_2d_array [not-in-charge] ( )
[symbol: _ZN6alglib16integer_2d_arrayC2Ev]
integer_2d_array::integer_2d_array [not-in-charge] ( alglib_impl::ae_matrix* p )
[symbol: _ZN6alglib16integer_2d_arrayC2EPN11alglib_impl9ae_matrixE]
integer_2d_array::integer_2d_array [not-in-charge] ( char const* s )
[symbol: _ZN6alglib16integer_2d_arrayC2EPKc]
integer_2d_array::operator() ( ae_int_t i, ae_int_t j )
[symbol: _ZN6alglib16integer_2d_arrayclEii]
integer_2d_array::operator() ( ae_int_t i, ae_int_t j ) const
[symbol: _ZNK6alglib16integer_2d_arrayclEii]
integer_2d_array::operator[ ] ( ae_int_t i )
[symbol: _ZN6alglib16integer_2d_arrayixEi]
integer_2d_array::operator[ ] ( ae_int_t i ) const
[symbol: _ZNK6alglib16integer_2d_arrayixEi]
integer_2d_array::setcontent ( ae_int_t irows, ae_int_t icols, ae_int_t const* pContent )
[symbol: _ZN6alglib16integer_2d_array10setcontentEiiPKi]
integer_2d_array::tostring ( ) const
[symbol: _ZNK6alglib16integer_2d_array8tostringEv]
integer_2d_array::~integer_2d_array [in-charge-deleting] ( )
[symbol: _ZN6alglib16integer_2d_arrayD0Ev]
integer_2d_array::~integer_2d_array [in-charge] ( )
[symbol: _ZN6alglib16integer_2d_arrayD1Ev]
integer_2d_array::~integer_2d_array [not-in-charge] ( )
[symbol: _ZN6alglib16integer_2d_arrayD2Ev]
machineepsilon [data]
[symbol: _ZN6alglib14machineepsilonE]
maxint ( int m1, int m2 )
[symbol: _ZN6alglib6maxintEii]
maxreal ( double m1, double m2 )
[symbol: _ZN6alglib7maxrealEdd]
maxrealnumber [data]
[symbol: _ZN6alglib13maxrealnumberE]
minint ( int m1, int m2 )
[symbol: _ZN6alglib6minintEii]
minreal ( double m1, double m2 )
[symbol: _ZN6alglib7minrealEdd]
minrealnumber [data]
[symbol: _ZN6alglib13minrealnumberE]
operator!= ( complex const& lhs, complex const& rhs )
[symbol: _ZN6alglibneERKNS_7complexES2_]
operator* ( complex const& lhs, complex const& rhs )
[symbol: _ZN6alglibmlERKNS_7complexES2_]
operator* ( complex const& lhs, double const& rhs )
[symbol: _ZN6alglibmlERKNS_7complexERKd]
operator* ( double const& lhs, complex const& rhs )
[symbol: _ZN6alglibmlERKdRKNS_7complexE]
operator+ ( complex const& lhs )
[symbol: _ZN6alglibpsERKNS_7complexE]
operator+ ( complex const& lhs, complex const& rhs )
[symbol: _ZN6alglibplERKNS_7complexES2_]
operator+ ( complex const& lhs, double const& rhs )
[symbol: _ZN6alglibplERKNS_7complexERKd]
operator+ ( double const& lhs, complex const& rhs )
[symbol: _ZN6alglibplERKdRKNS_7complexE]
operator- ( complex const& lhs )
[symbol: _ZN6alglibngERKNS_7complexE]
operator- ( complex const& lhs, complex const& rhs )
[symbol: _ZN6alglibmiERKNS_7complexES2_]
operator- ( complex const& lhs, double const& rhs )
[symbol: _ZN6alglibmiERKNS_7complexERKd]
operator- ( double const& lhs, complex const& rhs )
[symbol: _ZN6alglibmiERKdRKNS_7complexE]
operator/ ( complex const& lhs, complex const& rhs )
[symbol: _ZN6alglibdvERKNS_7complexES2_]
operator/ ( complex const& lhs, double const& rhs )
[symbol: _ZN6alglibdvERKNS_7complexERKd]
operator/ ( double const& lhs, complex const& rhs )
[symbol: _ZN6alglibdvERKdRKNS_7complexE]
operator == ( complex const& lhs, complex const& rhs )
[symbol: _ZN6alglibeqERKNS_7complexES2_]
pi ( )
[symbol: _ZN6alglib2piEv]
randominteger ( int maxv )
[symbol: _ZN6alglib13randomintegerEi]
randomreal ( )
[symbol: _ZN6alglib10randomrealEv]
real_1d_array::getcontent ( )
[symbol: _ZN6alglib13real_1d_array10getcontentEv]
real_1d_array::getcontent ( ) const
[symbol: _ZNK6alglib13real_1d_array10getcontentEv]
real_1d_array::operator() ( ae_int_t i )
[symbol: _ZN6alglib13real_1d_arrayclEi]
real_1d_array::operator() ( ae_int_t i ) const
[symbol: _ZNK6alglib13real_1d_arrayclEi]
real_1d_array::operator[ ] ( ae_int_t i )
[symbol: _ZN6alglib13real_1d_arrayixEi]
real_1d_array::operator[ ] ( ae_int_t i ) const
[symbol: _ZNK6alglib13real_1d_arrayixEi]
real_1d_array::real_1d_array [in-charge] ( )
[symbol: _ZN6alglib13real_1d_arrayC1Ev]
real_1d_array::real_1d_array [in-charge] ( alglib_impl::ae_vector* p )
[symbol: _ZN6alglib13real_1d_arrayC1EPN11alglib_impl9ae_vectorE]
real_1d_array::real_1d_array [in-charge] ( char const* s )
[symbol: _ZN6alglib13real_1d_arrayC1EPKc]
real_1d_array::real_1d_array [not-in-charge] ( )
[symbol: _ZN6alglib13real_1d_arrayC2Ev]
real_1d_array::real_1d_array [not-in-charge] ( alglib_impl::ae_vector* p )
[symbol: _ZN6alglib13real_1d_arrayC2EPN11alglib_impl9ae_vectorE]
real_1d_array::real_1d_array [not-in-charge] ( char const* s )
[symbol: _ZN6alglib13real_1d_arrayC2EPKc]
real_1d_array::setcontent ( ae_int_t iLen, double const* pContent )
[symbol: _ZN6alglib13real_1d_array10setcontentEiPKd]
real_1d_array::tostring ( int dps ) const
[symbol: _ZNK6alglib13real_1d_array8tostringEi]
real_1d_array::~real_1d_array [in-charge-deleting] ( )
[symbol: _ZN6alglib13real_1d_arrayD0Ev]
real_1d_array::~real_1d_array [in-charge] ( )
[symbol: _ZN6alglib13real_1d_arrayD1Ev]
real_1d_array::~real_1d_array [not-in-charge] ( )
[symbol: _ZN6alglib13real_1d_arrayD2Ev]
real_2d_array::operator() ( ae_int_t i, ae_int_t j )
[symbol: _ZN6alglib13real_2d_arrayclEii]
real_2d_array::operator() ( ae_int_t i, ae_int_t j ) const
[symbol: _ZNK6alglib13real_2d_arrayclEii]
real_2d_array::operator[ ] ( ae_int_t i )
[symbol: _ZN6alglib13real_2d_arrayixEi]
real_2d_array::operator[ ] ( ae_int_t i ) const
[symbol: _ZNK6alglib13real_2d_arrayixEi]
real_2d_array::real_2d_array [in-charge] ( )
[symbol: _ZN6alglib13real_2d_arrayC1Ev]
real_2d_array::real_2d_array [in-charge] ( alglib_impl::ae_matrix* p )
[symbol: _ZN6alglib13real_2d_arrayC1EPN11alglib_impl9ae_matrixE]
real_2d_array::real_2d_array [in-charge] ( char const* s )
[symbol: _ZN6alglib13real_2d_arrayC1EPKc]
real_2d_array::real_2d_array [not-in-charge] ( )
[symbol: _ZN6alglib13real_2d_arrayC2Ev]
real_2d_array::real_2d_array [not-in-charge] ( alglib_impl::ae_matrix* p )
[symbol: _ZN6alglib13real_2d_arrayC2EPN11alglib_impl9ae_matrixE]
real_2d_array::real_2d_array [not-in-charge] ( char const* s )
[symbol: _ZN6alglib13real_2d_arrayC2EPKc]
real_2d_array::setcontent ( ae_int_t irows, ae_int_t icols, double const* pContent )
[symbol: _ZN6alglib13real_2d_array10setcontentEiiPKd]
real_2d_array::tostring ( int dps ) const
[symbol: _ZNK6alglib13real_2d_array8tostringEi]
real_2d_array::~real_2d_array [in-charge-deleting] ( )
[symbol: _ZN6alglib13real_2d_arrayD0Ev]
real_2d_array::~real_2d_array [in-charge] ( )
[symbol: _ZN6alglib13real_2d_arrayD1Ev]
real_2d_array::~real_2d_array [not-in-charge] ( )
[symbol: _ZN6alglib13real_2d_arrayD2Ev]
round ( double x )
[symbol: _ZN6alglib5roundEd]
sign ( double x )
[symbol: _ZN6alglib4signEd]
sqr ( double x )
[symbol: _ZN6alglib3sqrEd]
trunc ( double x )
[symbol: _ZN6alglib5truncEd]
vadd ( complex* vdst, ae_int_t stride_dst, complex const* vsrc, ae_int_t stride_src, char const* conj_src, ae_int_t n )
[symbol: _ZN6alglib4vaddEPNS_7complexEiPKS0_iPKci]
vadd ( complex* vdst, ae_int_t stride_dst, complex const* vsrc, ae_int_t stride_src, char const* conj_src, ae_int_t n, complex alpha )
[symbol: _ZN6alglib4vaddEPNS_7complexEiPKS0_iPKciS0_]
vadd ( complex* vdst, ae_int_t stride_dst, complex const* vsrc, ae_int_t stride_src, char const* conj_src, ae_int_t n, double alpha )
[symbol: _ZN6alglib4vaddEPNS_7complexEiPKS0_iPKcid]
vadd ( complex* vdst, complex const* vsrc, ae_int_t N )
[symbol: _ZN6alglib4vaddEPNS_7complexEPKS0_i]
vadd ( complex* vdst, complex const* vsrc, ae_int_t N, complex alpha )
[symbol: _ZN6alglib4vaddEPNS_7complexEPKS0_iS0_]
vadd ( complex* vdst, complex const* vsrc, ae_int_t N, double alpha )
[symbol: _ZN6alglib4vaddEPNS_7complexEPKS0_id]
vadd ( double* vdst, ae_int_t stride_dst, double const* vsrc, ae_int_t stride_src, ae_int_t n )
[symbol: _ZN6alglib4vaddEPdiPKdii]
vadd ( double* vdst, ae_int_t stride_dst, double const* vsrc, ae_int_t stride_src, ae_int_t n, double alpha )
[symbol: _ZN6alglib4vaddEPdiPKdiid]
vadd ( double* vdst, double const* vsrc, ae_int_t N )
[symbol: _ZN6alglib4vaddEPdPKdi]
vadd ( double* vdst, double const* vsrc, ae_int_t N, double alpha )
[symbol: _ZN6alglib4vaddEPdPKdid]
vdotproduct ( complex const* v0, ae_int_t stride0, char const* conj0, complex const* v1, ae_int_t stride1, char const* conj1, ae_int_t n )
[symbol: _ZN6alglib11vdotproductEPKNS_7complexEiPKcS2_iS4_i]
vdotproduct ( complex const* v1, complex const* v2, ae_int_t N )
[symbol: _ZN6alglib11vdotproductEPKNS_7complexES2_i]
vdotproduct ( double const* v0, ae_int_t stride0, double const* v1, ae_int_t stride1, ae_int_t n )
[symbol: _ZN6alglib11vdotproductEPKdiS1_ii]
vdotproduct ( double const* v1, double const* v2, ae_int_t N )
[symbol: _ZN6alglib11vdotproductEPKdS1_i]
vlen ( ae_int_t n1, ae_int_t n2 )
[symbol: _ZN6alglib4vlenEii]
vmove ( complex* vdst, ae_int_t stride_dst, complex const* vsrc, ae_int_t stride_src, char const* conj_src, ae_int_t n )
[symbol: _ZN6alglib5vmoveEPNS_7complexEiPKS0_iPKci]
vmove ( complex* vdst, ae_int_t stride_dst, complex const* vsrc, ae_int_t stride_src, char const* conj_src, ae_int_t n, complex alpha )
[symbol: _ZN6alglib5vmoveEPNS_7complexEiPKS0_iPKciS0_]
vmove ( complex* vdst, ae_int_t stride_dst, complex const* vsrc, ae_int_t stride_src, char const* conj_src, ae_int_t n, double alpha )
[symbol: _ZN6alglib5vmoveEPNS_7complexEiPKS0_iPKcid]
vmove ( complex* vdst, complex const* vsrc, ae_int_t N )
[symbol: _ZN6alglib5vmoveEPNS_7complexEPKS0_i]
vmove ( complex* vdst, complex const* vsrc, ae_int_t N, complex alpha )
[symbol: _ZN6alglib5vmoveEPNS_7complexEPKS0_iS0_]
vmove ( complex* vdst, complex const* vsrc, ae_int_t N, double alpha )
[symbol: _ZN6alglib5vmoveEPNS_7complexEPKS0_id]
vmove ( double* vdst, ae_int_t stride_dst, double const* vsrc, ae_int_t stride_src, ae_int_t n )
[symbol: _ZN6alglib5vmoveEPdiPKdii]
vmove ( double* vdst, ae_int_t stride_dst, double const* vsrc, ae_int_t stride_src, ae_int_t n, double alpha )
[symbol: _ZN6alglib5vmoveEPdiPKdiid]
vmove ( double* vdst, double const* vsrc, ae_int_t N )
[symbol: _ZN6alglib5vmoveEPdPKdi]
vmove ( double* vdst, double const* vsrc, ae_int_t N, double alpha )
[symbol: _ZN6alglib5vmoveEPdPKdid]
vmoveneg ( complex* vdst, ae_int_t stride_dst, complex const* vsrc, ae_int_t stride_src, char const* conj_src, ae_int_t n )
[symbol: _ZN6alglib8vmovenegEPNS_7complexEiPKS0_iPKci]
vmoveneg ( complex* vdst, complex const* vsrc, ae_int_t N )
[symbol: _ZN6alglib8vmovenegEPNS_7complexEPKS0_i]
vmoveneg ( double* vdst, ae_int_t stride_dst, double const* vsrc, ae_int_t stride_src, ae_int_t n )
[symbol: _ZN6alglib8vmovenegEPdiPKdii]
vmoveneg ( double* vdst, double const* vsrc, ae_int_t N )
[symbol: _ZN6alglib8vmovenegEPdPKdi]
vmul ( complex* vdst, ae_int_t N, complex alpha )
[symbol: _ZN6alglib4vmulEPNS_7complexEiS0_]
vmul ( complex* vdst, ae_int_t N, double alpha )
[symbol: _ZN6alglib4vmulEPNS_7complexEid]
vmul ( complex* vdst, ae_int_t stride_dst, ae_int_t n, complex alpha )
[symbol: _ZN6alglib4vmulEPNS_7complexEiiS0_]
vmul ( complex* vdst, ae_int_t stride_dst, ae_int_t n, double alpha )
[symbol: _ZN6alglib4vmulEPNS_7complexEiid]
vmul ( double* vdst, ae_int_t N, double alpha )
[symbol: _ZN6alglib4vmulEPdid]
vmul ( double* vdst, ae_int_t stride_dst, ae_int_t n, double alpha )
[symbol: _ZN6alglib4vmulEPdiid]
vsub ( complex* vdst, ae_int_t stride_dst, complex const* vsrc, ae_int_t stride_src, char const* conj_src, ae_int_t n )
[symbol: _ZN6alglib4vsubEPNS_7complexEiPKS0_iPKci]
vsub ( complex* vdst, ae_int_t stride_dst, complex const* vsrc, ae_int_t stride_src, char const* conj_src, ae_int_t n, complex alpha )
[symbol: _ZN6alglib4vsubEPNS_7complexEiPKS0_iPKciS0_]
vsub ( complex* vdst, ae_int_t stride_dst, complex const* vsrc, ae_int_t stride_src, char const* conj_src, ae_int_t n, double alpha )
[symbol: _ZN6alglib4vsubEPNS_7complexEiPKS0_iPKcid]
vsub ( complex* vdst, complex const* vsrc, ae_int_t N )
[symbol: _ZN6alglib4vsubEPNS_7complexEPKS0_i]
vsub ( complex* vdst, complex const* vsrc, ae_int_t N, complex alpha )
[symbol: _ZN6alglib4vsubEPNS_7complexEPKS0_iS0_]
vsub ( complex* vdst, complex const* vsrc, ae_int_t N, double alpha )
[symbol: _ZN6alglib4vsubEPNS_7complexEPKS0_id]
vsub ( double* vdst, ae_int_t stride_dst, double const* vsrc, ae_int_t stride_src, ae_int_t n )
[symbol: _ZN6alglib4vsubEPdiPKdii]
vsub ( double* vdst, ae_int_t stride_dst, double const* vsrc, ae_int_t stride_src, ae_int_t n, double alpha )
[symbol: _ZN6alglib4vsubEPdiPKdiid]
vsub ( double* vdst, double const* vsrc, ae_int_t N )
[symbol: _ZN6alglib4vsubEPdPKdi]
vsub ( double* vdst, double const* vsrc, ae_int_t N, double alpha )
[symbol: _ZN6alglib4vsubEPdPKdid]
ap.h,
libalglib.so
namespace alglib_impl
_ialglib_i_cmatrixgemmf ( ae_int_t m, ae_int_t n, ae_int_t k, struct ae_complex alpha, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_int_t optypea, ae_matrix* b, ae_int_t ib, ae_int_t jb, ae_int_t optypeb, struct ae_complex beta, ae_matrix* c, ae_int_t ic, ae_int_t jc )
[symbol: _ZN11alglib_impl23_ialglib_i_cmatrixgemmfEiiiNS_10ae_complexEPNS_9ae_matrixEiiiS2_iiiS0_S2_ii]
_ialglib_i_cmatrixlefttrsmf ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t i1, ae_int_t j1, bool isupper, bool isunit, ae_int_t optype, ae_matrix* x, ae_int_t i2, ae_int_t j2 )
[symbol: _ZN11alglib_impl27_ialglib_i_cmatrixlefttrsmfEiiPNS_9ae_matrixEiibbiS1_ii]
_ialglib_i_cmatrixrank1f ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_vector* u, ae_int_t uoffs, ae_vector* v, ae_int_t voffs )
[symbol: _ZN11alglib_impl24_ialglib_i_cmatrixrank1fEiiPNS_9ae_matrixEiiPNS_9ae_vectorEiS3_i]
_ialglib_i_cmatrixrighttrsmf ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t i1, ae_int_t j1, bool isupper, bool isunit, ae_int_t optype, ae_matrix* x, ae_int_t i2, ae_int_t j2 )
[symbol: _ZN11alglib_impl28_ialglib_i_cmatrixrighttrsmfEiiPNS_9ae_matrixEiibbiS1_ii]
_ialglib_i_cmatrixsyrkf ( ae_int_t n, ae_int_t k, double alpha, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_int_t optypea, double beta, ae_matrix* c, ae_int_t ic, ae_int_t jc, bool isupper )
[symbol: _ZN11alglib_impl23_ialglib_i_cmatrixsyrkfEiidPNS_9ae_matrixEiiidS1_iib]
_ialglib_i_rmatrixgemmf ( ae_int_t m, ae_int_t n, ae_int_t k, double alpha, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_int_t optypea, ae_matrix* b, ae_int_t ib, ae_int_t jb, ae_int_t optypeb, double beta, ae_matrix* c, ae_int_t ic, ae_int_t jc )
[symbol: _ZN11alglib_impl23_ialglib_i_rmatrixgemmfEiiidPNS_9ae_matrixEiiiS1_iiidS1_ii]
_ialglib_i_rmatrixlefttrsmf ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t i1, ae_int_t j1, bool isupper, bool isunit, ae_int_t optype, ae_matrix* x, ae_int_t i2, ae_int_t j2 )
[symbol: _ZN11alglib_impl27_ialglib_i_rmatrixlefttrsmfEiiPNS_9ae_matrixEiibbiS1_ii]
_ialglib_i_rmatrixrank1f ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_vector* u, ae_int_t uoffs, ae_vector* v, ae_int_t voffs )
[symbol: _ZN11alglib_impl24_ialglib_i_rmatrixrank1fEiiPNS_9ae_matrixEiiPNS_9ae_vectorEiS3_i]
_ialglib_i_rmatrixrighttrsmf ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t i1, ae_int_t j1, bool isupper, bool isunit, ae_int_t optype, ae_matrix* x, ae_int_t i2, ae_int_t j2 )
[symbol: _ZN11alglib_impl28_ialglib_i_rmatrixrighttrsmfEiiPNS_9ae_matrixEiibbiS1_ii]
_ialglib_i_rmatrixsyrkf ( ae_int_t n, ae_int_t k, double alpha, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_int_t optypea, double beta, ae_matrix* c, ae_int_t ic, ae_int_t jc, bool isupper )
[symbol: _ZN11alglib_impl23_ialglib_i_rmatrixsyrkfEiidPNS_9ae_matrixEiiidS1_iib]
_ialglib_mcopyblock ( ae_int_t m, ae_int_t n, double const* a, ae_int_t op, ae_int_t stride, double* b )
[symbol: _ZN11alglib_impl19_ialglib_mcopyblockEiiPKdiiPd]
_ialglib_mcopyblock_complex ( ae_int_t m, ae_int_t n, struct ae_complex const* a, ae_int_t op, ae_int_t stride, double* b )
[symbol: _ZN11alglib_impl27_ialglib_mcopyblock_complexEiiPKNS_10ae_complexEiiPd]
_ialglib_mcopyunblock ( ae_int_t m, ae_int_t n, double const* a, ae_int_t op, double* b, ae_int_t stride )
[symbol: _ZN11alglib_impl21_ialglib_mcopyunblockEiiPKdiPdi]
_ialglib_mcopyunblock_complex ( ae_int_t m, ae_int_t n, double const* a, ae_int_t op, struct ae_complex* b, ae_int_t stride )
[symbol: _ZN11alglib_impl29_ialglib_mcopyunblock_complexEiiPKdiPNS_10ae_complexEi]
_ialglib_mv ( ae_int_t m, ae_int_t n, double const* a, double const* x, double* y, ae_int_t stride, double alpha, double beta )
[symbol: _ZN11alglib_impl11_ialglib_mvEiiPKdS1_Pdidd]
_ialglib_mv_32 ( double const* a, double const* x, double* y, ae_int_t stride, double alpha, double beta )
[symbol: _ZN11alglib_impl14_ialglib_mv_32EPKdS1_Pdidd]
_ialglib_mv_complex ( ae_int_t m, ae_int_t n, double const* a, double const* x, struct ae_complex* cy, double* dy, ae_int_t stride, struct ae_complex alpha, struct ae_complex beta )
[symbol: _ZN11alglib_impl19_ialglib_mv_complexEiiPKdS1_PNS_10ae_complexEPdiS2_S2_]
_ialglib_mv_complex_generic ( ae_int_t m, ae_int_t n, double const* a, double const* x, struct ae_complex* cy, double* dy, ae_int_t stride, struct ae_complex alpha, struct ae_complex beta )
[symbol: _ZN11alglib_impl27_ialglib_mv_complex_genericEiiPKdS1_PNS_10ae_complexEPdiS2_S2_]
_ialglib_mv_generic ( ae_int_t m, ae_int_t n, double const* a, double const* x, double* y, ae_int_t stride, double alpha, double beta )
[symbol: _ZN11alglib_impl19_ialglib_mv_genericEiiPKdS1_Pdidd]
_ialglib_vcopy ( ae_int_t n, double const* a, ae_int_t stridea, double* b, ae_int_t strideb )
[symbol: _ZN11alglib_impl14_ialglib_vcopyEiPKdiPdi]
_ialglib_vzero ( ae_int_t n, double* p, ae_int_t stride )
[symbol: _ZN11alglib_impl14_ialglib_vzeroEiPdi]
_ialglib_vzero_complex ( ae_int_t n, struct ae_complex* p, ae_int_t stride )
[symbol: _ZN11alglib_impl22_ialglib_vzero_complexEiPNS_10ae_complexEi]
_rcommstate_clear ( rcommstate* p )
[symbol: _ZN11alglib_impl17_rcommstate_clearEPNS_10rcommstateE]
_rcommstate_init ( rcommstate* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl16_rcommstate_initEPNS_10rcommstateEPNS_8ae_stateEb]
_rcommstate_init_copy ( rcommstate* dst, rcommstate* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl21_rcommstate_init_copyEPNS_10rcommstateES1_PNS_8ae_stateEb]
ae_acos ( double x, struct ae_state* state )
[symbol: _ZN11alglib_impl7ae_acosEdPNS_8ae_stateE]
ae_align ( void* ptr, size_t alignment )
[symbol: _ZN11alglib_impl8ae_alignEPvj]
ae_asin ( double x, struct ae_state* state )
[symbol: _ZN11alglib_impl7ae_asinEdPNS_8ae_stateE]
ae_assert ( bool cond, char const* msg, struct ae_state* state )
[symbol: _ZN11alglib_impl9ae_assertEbPKcPNS_8ae_stateE]
ae_atan ( double x, struct ae_state* state )
[symbol: _ZN11alglib_impl7ae_atanEdPNS_8ae_stateE]
ae_atan2 ( double x, double y, struct ae_state* state )
[symbol: _ZN11alglib_impl8ae_atan2EddPNS_8ae_stateE]
ae_break ( struct ae_state* state, enum ae_error_type error_type, char const* msg )
[symbol: _ZN11alglib_impl8ae_breakEPNS_8ae_stateENS_13ae_error_typeEPKc]
ae_c_abs ( struct ae_complex z, struct ae_state* state )
[symbol: _ZN11alglib_impl8ae_c_absENS_10ae_complexEPNS_8ae_stateE]
ae_c_add ( struct ae_complex lhs, struct ae_complex rhs )
[symbol: _ZN11alglib_impl8ae_c_addENS_10ae_complexES0_]
ae_c_add_d ( struct ae_complex lhs, double rhs )
[symbol: _ZN11alglib_impl10ae_c_add_dENS_10ae_complexEd]
ae_c_conj ( struct ae_complex lhs, struct ae_state* state )
[symbol: _ZN11alglib_impl9ae_c_conjENS_10ae_complexEPNS_8ae_stateE]
ae_c_d_div ( double lhs, struct ae_complex rhs )
[symbol: _ZN11alglib_impl10ae_c_d_divEdNS_10ae_complexE]
ae_c_d_sub ( double lhs, struct ae_complex rhs )
[symbol: _ZN11alglib_impl10ae_c_d_subEdNS_10ae_complexE]
ae_c_div ( struct ae_complex lhs, struct ae_complex rhs )
[symbol: _ZN11alglib_impl8ae_c_divENS_10ae_complexES0_]
ae_c_div_d ( struct ae_complex lhs, double rhs )
[symbol: _ZN11alglib_impl10ae_c_div_dENS_10ae_complexEd]
ae_c_eq ( struct ae_complex lhs, struct ae_complex rhs )
[symbol: _ZN11alglib_impl7ae_c_eqENS_10ae_complexES0_]
ae_c_eq_d ( struct ae_complex lhs, double rhs )
[symbol: _ZN11alglib_impl9ae_c_eq_dENS_10ae_complexEd]
ae_c_mul ( struct ae_complex lhs, struct ae_complex rhs )
[symbol: _ZN11alglib_impl8ae_c_mulENS_10ae_complexES0_]
ae_c_mul_d ( struct ae_complex lhs, double rhs )
[symbol: _ZN11alglib_impl10ae_c_mul_dENS_10ae_complexEd]
ae_c_neg ( struct ae_complex lhs )
[symbol: _ZN11alglib_impl8ae_c_negENS_10ae_complexE]
ae_c_neq ( struct ae_complex lhs, struct ae_complex rhs )
[symbol: _ZN11alglib_impl8ae_c_neqENS_10ae_complexES0_]
ae_c_neq_d ( struct ae_complex lhs, double rhs )
[symbol: _ZN11alglib_impl10ae_c_neq_dENS_10ae_complexEd]
ae_c_sqr ( struct ae_complex lhs, struct ae_state* state )
[symbol: _ZN11alglib_impl8ae_c_sqrENS_10ae_complexEPNS_8ae_stateE]
ae_c_sub ( struct ae_complex lhs, struct ae_complex rhs )
[symbol: _ZN11alglib_impl8ae_c_subENS_10ae_complexES0_]
ae_c_sub_d ( struct ae_complex lhs, double rhs )
[symbol: _ZN11alglib_impl10ae_c_sub_dENS_10ae_complexEd]
ae_complex_from_d ( double v )
[symbol: _ZN11alglib_impl17ae_complex_from_dEd]
ae_cos ( double x, struct ae_state* state )
[symbol: _ZN11alglib_impl6ae_cosEdPNS_8ae_stateE]
ae_cosh ( double x, struct ae_state* state )
[symbol: _ZN11alglib_impl7ae_coshEdPNS_8ae_stateE]
ae_db_attach ( ae_dyn_block* block, struct ae_state* state )
[symbol: _ZN11alglib_impl12ae_db_attachEPNS_12ae_dyn_blockEPNS_8ae_stateE]
ae_db_free ( ae_dyn_block* block )
[symbol: _ZN11alglib_impl10ae_db_freeEPNS_12ae_dyn_blockE]
ae_db_malloc ( ae_dyn_block* block, ae_int_t size, struct ae_state* state, bool make_automatic )
[symbol: _ZN11alglib_impl12ae_db_mallocEPNS_12ae_dyn_blockEiPNS_8ae_stateEb]
ae_db_realloc ( ae_dyn_block* block, ae_int_t size, struct ae_state* state )
[symbol: _ZN11alglib_impl13ae_db_reallocEPNS_12ae_dyn_blockEiPNS_8ae_stateE]
ae_exp ( double x, struct ae_state* state )
[symbol: _ZN11alglib_impl6ae_expEdPNS_8ae_stateE]
ae_fabs ( double x, struct ae_state* state )
[symbol: _ZN11alglib_impl7ae_fabsEdPNS_8ae_stateE]
ae_force_hermitian ( ae_matrix* a )
[symbol: _ZN11alglib_impl18ae_force_hermitianEPNS_9ae_matrixE]
ae_force_symmetric ( ae_matrix* a )
[symbol: _ZN11alglib_impl18ae_force_symmetricEPNS_9ae_matrixE]
ae_fp_eq ( double v1, double v2 )
[symbol: _ZN11alglib_impl8ae_fp_eqEdd]
ae_fp_greater ( double v1, double v2 )
[symbol: _ZN11alglib_impl13ae_fp_greaterEdd]
ae_fp_greater_eq ( double v1, double v2 )
[symbol: _ZN11alglib_impl16ae_fp_greater_eqEdd]
ae_fp_less ( double v1, double v2 )
[symbol: _ZN11alglib_impl10ae_fp_lessEdd]
ae_fp_less_eq ( double v1, double v2 )
[symbol: _ZN11alglib_impl13ae_fp_less_eqEdd]
ae_fp_neq ( double v1, double v2 )
[symbol: _ZN11alglib_impl9ae_fp_neqEdd]
ae_frame_leave ( struct ae_state* state )
[symbol: _ZN11alglib_impl14ae_frame_leaveEPNS_8ae_stateE]
ae_frame_make ( struct ae_state* state, ae_frame* tmp )
[symbol: _ZN11alglib_impl13ae_frame_makeEPNS_8ae_stateEPNS_8ae_frameE]
ae_free ( void* p )
[symbol: _ZN11alglib_impl7ae_freeEPv]
ae_iabs ( ae_int_t x, struct ae_state* state )
[symbol: _ZN11alglib_impl7ae_iabsEiPNS_8ae_stateE]
ae_iceil ( double x, struct ae_state* state )
[symbol: _ZN11alglib_impl8ae_iceilEdPNS_8ae_stateE]
ae_ifloor ( double x, struct ae_state* state )
[symbol: _ZN11alglib_impl9ae_ifloorEdPNS_8ae_stateE]
ae_is_hermitian ( ae_matrix* a )
[symbol: _ZN11alglib_impl15ae_is_hermitianEPNS_9ae_matrixE]
ae_is_symmetric ( ae_matrix* a )
[symbol: _ZN11alglib_impl15ae_is_symmetricEPNS_9ae_matrixE]
ae_isfinite ( double x, struct ae_state* state )
[symbol: _ZN11alglib_impl11ae_isfiniteEdPNS_8ae_stateE]
ae_isinf ( double x, struct ae_state* state )
[symbol: _ZN11alglib_impl8ae_isinfEdPNS_8ae_stateE]
ae_isnan ( double x, struct ae_state* state )
[symbol: _ZN11alglib_impl8ae_isnanEdPNS_8ae_stateE]
ae_isneginf ( double x, struct ae_state* state )
[symbol: _ZN11alglib_impl11ae_isneginfEdPNS_8ae_stateE]
ae_isposinf ( double x, struct ae_state* state )
[symbol: _ZN11alglib_impl11ae_isposinfEdPNS_8ae_stateE]
ae_log ( double x, struct ae_state* state )
[symbol: _ZN11alglib_impl6ae_logEdPNS_8ae_stateE]
ae_malloc ( size_t size, struct ae_state* state )
[symbol: _ZN11alglib_impl9ae_mallocEjPNS_8ae_stateE]
ae_matrix_clear ( ae_matrix* dst )
[symbol: _ZN11alglib_impl15ae_matrix_clearEPNS_9ae_matrixE]
ae_matrix_init ( ae_matrix* dst, ae_int_t rows, ae_int_t cols, ae_datatype datatype, struct ae_state* state, bool make_automatic )
[symbol: _ZN11alglib_impl14ae_matrix_initEPNS_9ae_matrixEiiiPNS_8ae_stateEb]
ae_matrix_init_copy ( ae_matrix* dst, ae_matrix* src, struct ae_state* state, bool make_automatic )
[symbol: _ZN11alglib_impl19ae_matrix_init_copyEPNS_9ae_matrixES1_PNS_8ae_stateEb]
ae_matrix_init_from_x ( ae_matrix* dst, struct x_matrix* src, struct ae_state* state, bool make_automatic )
[symbol: _ZN11alglib_impl21ae_matrix_init_from_xEPNS_9ae_matrixEPNS_8x_matrixEPNS_8ae_stateEb]
ae_matrix_set_length ( ae_matrix* dst, ae_int_t rows, ae_int_t cols, struct ae_state* state )
[symbol: _ZN11alglib_impl20ae_matrix_set_lengthEPNS_9ae_matrixEiiPNS_8ae_stateE]
ae_maxint ( ae_int_t m1, ae_int_t m2, struct ae_state* state )
[symbol: _ZN11alglib_impl9ae_maxintEiiPNS_8ae_stateE]
ae_maxreal ( double m1, double m2, struct ae_state* state )
[symbol: _ZN11alglib_impl10ae_maxrealEddPNS_8ae_stateE]
ae_minint ( ae_int_t m1, ae_int_t m2, struct ae_state* state )
[symbol: _ZN11alglib_impl9ae_minintEiiPNS_8ae_stateE]
ae_minreal ( double m1, double m2, struct ae_state* state )
[symbol: _ZN11alglib_impl10ae_minrealEddPNS_8ae_stateE]
ae_pow ( double x, double y, struct ae_state* state )
[symbol: _ZN11alglib_impl6ae_powEddPNS_8ae_stateE]
ae_randominteger ( ae_int_t maxv, struct ae_state* state )
[symbol: _ZN11alglib_impl16ae_randomintegerEiPNS_8ae_stateE]
ae_randomreal ( struct ae_state* state )
[symbol: _ZN11alglib_impl13ae_randomrealEPNS_8ae_stateE]
ae_round ( double x, struct ae_state* state )
[symbol: _ZN11alglib_impl8ae_roundEdPNS_8ae_stateE]
ae_sign ( double x, struct ae_state* state )
[symbol: _ZN11alglib_impl7ae_signEdPNS_8ae_stateE]
ae_sin ( double x, struct ae_state* state )
[symbol: _ZN11alglib_impl6ae_sinEdPNS_8ae_stateE]
ae_sinh ( double x, struct ae_state* state )
[symbol: _ZN11alglib_impl7ae_sinhEdPNS_8ae_stateE]
ae_sizeof ( ae_datatype datatype )
[symbol: _ZN11alglib_impl9ae_sizeofEi]
ae_sqr ( double x, struct ae_state* state )
[symbol: _ZN11alglib_impl6ae_sqrEdPNS_8ae_stateE]
ae_sqrt ( double x, struct ae_state* state )
[symbol: _ZN11alglib_impl7ae_sqrtEdPNS_8ae_stateE]
ae_state_clear ( struct ae_state* state )
[symbol: _ZN11alglib_impl14ae_state_clearEPNS_8ae_stateE]
ae_state_init ( struct ae_state* state )
[symbol: _ZN11alglib_impl13ae_state_initEPNS_8ae_stateE]
ae_tan ( double x, struct ae_state* state )
[symbol: _ZN11alglib_impl6ae_tanEdPNS_8ae_stateE]
ae_tanh ( double x, struct ae_state* state )
[symbol: _ZN11alglib_impl7ae_tanhEdPNS_8ae_stateE]
ae_trunc ( double x, struct ae_state* state )
[symbol: _ZN11alglib_impl8ae_truncEdPNS_8ae_stateE]
ae_v_add ( double* vdst, ae_int_t stride_dst, double const* vsrc, ae_int_t stride_src, ae_int_t n )
[symbol: _ZN11alglib_impl8ae_v_addEPdiPKdii]
ae_v_addd ( double* vdst, ae_int_t stride_dst, double const* vsrc, ae_int_t stride_src, ae_int_t n, double alpha )
[symbol: _ZN11alglib_impl9ae_v_adddEPdiPKdiid]
ae_v_cadd ( struct ae_complex* vdst, ae_int_t stride_dst, struct ae_complex const* vsrc, ae_int_t stride_src, char const* conj_src, ae_int_t n )
[symbol: _ZN11alglib_impl9ae_v_caddEPNS_10ae_complexEiPKS0_iPKci]
ae_v_caddc ( struct ae_complex* vdst, ae_int_t stride_dst, struct ae_complex const* vsrc, ae_int_t stride_src, char const* conj_src, ae_int_t n, struct ae_complex alpha )
[symbol: _ZN11alglib_impl10ae_v_caddcEPNS_10ae_complexEiPKS0_iPKciS0_]
ae_v_caddd ( struct ae_complex* vdst, ae_int_t stride_dst, struct ae_complex const* vsrc, ae_int_t stride_src, char const* conj_src, ae_int_t n, double alpha )
[symbol: _ZN11alglib_impl10ae_v_cadddEPNS_10ae_complexEiPKS0_iPKcid]
ae_v_cdotproduct ( struct ae_complex const* v0, ae_int_t stride0, char const* conj0, struct ae_complex const* v1, ae_int_t stride1, char const* conj1, ae_int_t n )
[symbol: _ZN11alglib_impl16ae_v_cdotproductEPKNS_10ae_complexEiPKcS2_iS4_i]
ae_v_cmove ( struct ae_complex* vdst, ae_int_t stride_dst, struct ae_complex const* vsrc, ae_int_t stride_src, char const* conj_src, ae_int_t n )
[symbol: _ZN11alglib_impl10ae_v_cmoveEPNS_10ae_complexEiPKS0_iPKci]
ae_v_cmovec ( struct ae_complex* vdst, ae_int_t stride_dst, struct ae_complex const* vsrc, ae_int_t stride_src, char const* conj_src, ae_int_t n, struct ae_complex alpha )
[symbol: _ZN11alglib_impl11ae_v_cmovecEPNS_10ae_complexEiPKS0_iPKciS0_]
ae_v_cmoved ( struct ae_complex* vdst, ae_int_t stride_dst, struct ae_complex const* vsrc, ae_int_t stride_src, char const* conj_src, ae_int_t n, double alpha )
[symbol: _ZN11alglib_impl11ae_v_cmovedEPNS_10ae_complexEiPKS0_iPKcid]
ae_v_cmoveneg ( struct ae_complex* vdst, ae_int_t stride_dst, struct ae_complex const* vsrc, ae_int_t stride_src, char const* conj_src, ae_int_t n )
[symbol: _ZN11alglib_impl13ae_v_cmovenegEPNS_10ae_complexEiPKS0_iPKci]
ae_v_cmulc ( struct ae_complex* vdst, ae_int_t stride_dst, ae_int_t n, struct ae_complex alpha )
[symbol: _ZN11alglib_impl10ae_v_cmulcEPNS_10ae_complexEiiS0_]
ae_v_cmuld ( struct ae_complex* vdst, ae_int_t stride_dst, ae_int_t n, double alpha )
[symbol: _ZN11alglib_impl10ae_v_cmuldEPNS_10ae_complexEiid]
ae_v_csub ( struct ae_complex* vdst, ae_int_t stride_dst, struct ae_complex const* vsrc, ae_int_t stride_src, char const* conj_src, ae_int_t n )
[symbol: _ZN11alglib_impl9ae_v_csubEPNS_10ae_complexEiPKS0_iPKci]
ae_v_csubc ( struct ae_complex* vdst, ae_int_t stride_dst, struct ae_complex const* vsrc, ae_int_t stride_src, char const* conj_src, ae_int_t n, struct ae_complex alpha )
[symbol: _ZN11alglib_impl10ae_v_csubcEPNS_10ae_complexEiPKS0_iPKciS0_]
ae_v_csubd ( struct ae_complex* vdst, ae_int_t stride_dst, struct ae_complex const* vsrc, ae_int_t stride_src, char const* conj_src, ae_int_t n, double alpha )
[symbol: _ZN11alglib_impl10ae_v_csubdEPNS_10ae_complexEiPKS0_iPKcid]
ae_v_dotproduct ( double const* v0, ae_int_t stride0, double const* v1, ae_int_t stride1, ae_int_t n )
[symbol: _ZN11alglib_impl15ae_v_dotproductEPKdiS1_ii]
ae_v_len ( ae_int_t a, ae_int_t b )
[symbol: _ZN11alglib_impl8ae_v_lenEii]
ae_v_move ( double* vdst, ae_int_t stride_dst, double const* vsrc, ae_int_t stride_src, ae_int_t n )
[symbol: _ZN11alglib_impl9ae_v_moveEPdiPKdii]
ae_v_moved ( double* vdst, ae_int_t stride_dst, double const* vsrc, ae_int_t stride_src, ae_int_t n, double alpha )
[symbol: _ZN11alglib_impl10ae_v_movedEPdiPKdiid]
ae_v_moveneg ( double* vdst, ae_int_t stride_dst, double const* vsrc, ae_int_t stride_src, ae_int_t n )
[symbol: _ZN11alglib_impl12ae_v_movenegEPdiPKdii]
ae_v_muld ( double* vdst, ae_int_t stride_dst, ae_int_t n, double alpha )
[symbol: _ZN11alglib_impl9ae_v_muldEPdiid]
ae_v_sub ( double* vdst, ae_int_t stride_dst, double const* vsrc, ae_int_t stride_src, ae_int_t n )
[symbol: _ZN11alglib_impl8ae_v_subEPdiPKdii]
ae_v_subd ( double* vdst, ae_int_t stride_dst, double const* vsrc, ae_int_t stride_src, ae_int_t n, double alpha )
[symbol: _ZN11alglib_impl9ae_v_subdEPdiPKdiid]
ae_vector_clear ( ae_vector* dst )
[symbol: _ZN11alglib_impl15ae_vector_clearEPNS_9ae_vectorE]
ae_vector_init ( ae_vector* dst, ae_int_t size, ae_datatype datatype, struct ae_state* state, bool make_automatic )
[symbol: _ZN11alglib_impl14ae_vector_initEPNS_9ae_vectorEiiPNS_8ae_stateEb]
ae_vector_init_copy ( ae_vector* dst, ae_vector* src, struct ae_state* state, bool make_automatic )
[symbol: _ZN11alglib_impl19ae_vector_init_copyEPNS_9ae_vectorES1_PNS_8ae_stateEb]
ae_vector_init_from_x ( ae_vector* dst, struct x_vector* src, struct ae_state* state, bool make_automatic )
[symbol: _ZN11alglib_impl21ae_vector_init_from_xEPNS_9ae_vectorEPNS_8x_vectorEPNS_8ae_stateEb]
ae_vector_set_length ( ae_vector* dst, ae_int_t newsize, struct ae_state* state )
[symbol: _ZN11alglib_impl20ae_vector_set_lengthEPNS_9ae_vectorEiPNS_8ae_stateE]
ae_x_attach_to_matrix ( struct x_matrix* dst, ae_matrix* src )
[symbol: _ZN11alglib_impl21ae_x_attach_to_matrixEPNS_8x_matrixEPNS_9ae_matrixE]
ae_x_attach_to_vector ( struct x_vector* dst, ae_vector* src )
[symbol: _ZN11alglib_impl21ae_x_attach_to_vectorEPNS_8x_vectorEPNS_9ae_vectorE]
ae_x_set_matrix ( struct x_matrix* dst, ae_matrix* src, struct ae_state* state )
[symbol: _ZN11alglib_impl15ae_x_set_matrixEPNS_8x_matrixEPNS_9ae_matrixEPNS_8ae_stateE]
ae_x_set_vector ( struct x_vector* dst, ae_vector* src, struct ae_state* state )
[symbol: _ZN11alglib_impl15ae_x_set_vectorEPNS_8x_vectorEPNS_9ae_vectorEPNS_8ae_stateE]
aligned_free ( void* block )
[symbol: _ZN11alglib_impl12aligned_freeEPv]
aligned_malloc ( size_t size, size_t alignment )
[symbol: _ZN11alglib_impl14aligned_mallocEjj]
x_force_hermitian ( struct x_matrix* a )
[symbol: _ZN11alglib_impl17x_force_hermitianEPNS_8x_matrixE]
x_force_symmetric ( struct x_matrix* a )
[symbol: _ZN11alglib_impl17x_force_symmetricEPNS_8x_matrixE]
x_is_hermitian ( struct x_matrix* a )
[symbol: _ZN11alglib_impl14x_is_hermitianEPNS_8x_matrixE]
x_is_symmetric ( struct x_matrix* a )
[symbol: _ZN11alglib_impl14x_is_symmetricEPNS_8x_matrixE]
x_vector_clear ( struct x_vector* dst )
[symbol: _ZN11alglib_impl14x_vector_clearEPNS_8x_vectorE]
dataanalysis.h,
libalglib.so
namespace alglib
_decisionforest_owner::_decisionforest_owner [in-charge] ( )
[symbol: _ZN6alglib21_decisionforest_ownerC1Ev]
_decisionforest_owner::_decisionforest_owner [in-charge] ( _decisionforest_owner const& rhs )
[symbol: _ZN6alglib21_decisionforest_ownerC1ERKS0_]
_decisionforest_owner::_decisionforest_owner [not-in-charge] ( )
[symbol: _ZN6alglib21_decisionforest_ownerC2Ev]
_decisionforest_owner::_decisionforest_owner [not-in-charge] ( _decisionforest_owner const& rhs )
[symbol: _ZN6alglib21_decisionforest_ownerC2ERKS0_]
_decisionforest_owner::c_ptr ( )
[symbol: _ZN6alglib21_decisionforest_owner5c_ptrEv]
_decisionforest_owner::c_ptr ( ) const
[symbol: _ZNK6alglib21_decisionforest_owner5c_ptrEv]
_decisionforest_owner::operator = ( _decisionforest_owner const& rhs )
[symbol: _ZN6alglib21_decisionforest_owneraSERKS0_]
_decisionforest_owner::~_decisionforest_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib21_decisionforest_ownerD0Ev]
_decisionforest_owner::~_decisionforest_owner [in-charge] ( )
[symbol: _ZN6alglib21_decisionforest_ownerD1Ev]
_decisionforest_owner::~_decisionforest_owner [not-in-charge] ( )
[symbol: _ZN6alglib21_decisionforest_ownerD2Ev]
_dfreport_owner::_dfreport_owner [in-charge] ( )
[symbol: _ZN6alglib15_dfreport_ownerC1Ev]
_dfreport_owner::_dfreport_owner [in-charge] ( _dfreport_owner const& rhs )
[symbol: _ZN6alglib15_dfreport_ownerC1ERKS0_]
_dfreport_owner::_dfreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib15_dfreport_ownerC2Ev]
_dfreport_owner::_dfreport_owner [not-in-charge] ( _dfreport_owner const& rhs )
[symbol: _ZN6alglib15_dfreport_ownerC2ERKS0_]
_dfreport_owner::c_ptr ( )
[symbol: _ZN6alglib15_dfreport_owner5c_ptrEv]
_dfreport_owner::c_ptr ( ) const
[symbol: _ZNK6alglib15_dfreport_owner5c_ptrEv]
_dfreport_owner::operator = ( _dfreport_owner const& rhs )
[symbol: _ZN6alglib15_dfreport_owneraSERKS0_]
_dfreport_owner::~_dfreport_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib15_dfreport_ownerD0Ev]
_dfreport_owner::~_dfreport_owner [in-charge] ( )
[symbol: _ZN6alglib15_dfreport_ownerD1Ev]
_dfreport_owner::~_dfreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib15_dfreport_ownerD2Ev]
_linearmodel_owner::_linearmodel_owner [in-charge] ( )
[symbol: _ZN6alglib18_linearmodel_ownerC1Ev]
_linearmodel_owner::_linearmodel_owner [in-charge] ( _linearmodel_owner const& rhs )
[symbol: _ZN6alglib18_linearmodel_ownerC1ERKS0_]
_linearmodel_owner::_linearmodel_owner [not-in-charge] ( )
[symbol: _ZN6alglib18_linearmodel_ownerC2Ev]
_linearmodel_owner::_linearmodel_owner [not-in-charge] ( _linearmodel_owner const& rhs )
[symbol: _ZN6alglib18_linearmodel_ownerC2ERKS0_]
_linearmodel_owner::c_ptr ( )
[symbol: _ZN6alglib18_linearmodel_owner5c_ptrEv]
_linearmodel_owner::c_ptr ( ) const
[symbol: _ZNK6alglib18_linearmodel_owner5c_ptrEv]
_linearmodel_owner::operator = ( _linearmodel_owner const& rhs )
[symbol: _ZN6alglib18_linearmodel_owneraSERKS0_]
_linearmodel_owner::~_linearmodel_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib18_linearmodel_ownerD0Ev]
_linearmodel_owner::~_linearmodel_owner [in-charge] ( )
[symbol: _ZN6alglib18_linearmodel_ownerD1Ev]
_linearmodel_owner::~_linearmodel_owner [not-in-charge] ( )
[symbol: _ZN6alglib18_linearmodel_ownerD2Ev]
_logitmodel_owner::_logitmodel_owner [in-charge] ( )
[symbol: _ZN6alglib17_logitmodel_ownerC1Ev]
_logitmodel_owner::_logitmodel_owner [in-charge] ( _logitmodel_owner const& rhs )
[symbol: _ZN6alglib17_logitmodel_ownerC1ERKS0_]
_logitmodel_owner::_logitmodel_owner [not-in-charge] ( )
[symbol: _ZN6alglib17_logitmodel_ownerC2Ev]
_logitmodel_owner::_logitmodel_owner [not-in-charge] ( _logitmodel_owner const& rhs )
[symbol: _ZN6alglib17_logitmodel_ownerC2ERKS0_]
_logitmodel_owner::c_ptr ( )
[symbol: _ZN6alglib17_logitmodel_owner5c_ptrEv]
_logitmodel_owner::c_ptr ( ) const
[symbol: _ZNK6alglib17_logitmodel_owner5c_ptrEv]
_logitmodel_owner::operator = ( _logitmodel_owner const& rhs )
[symbol: _ZN6alglib17_logitmodel_owneraSERKS0_]
_logitmodel_owner::~_logitmodel_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib17_logitmodel_ownerD0Ev]
_logitmodel_owner::~_logitmodel_owner [in-charge] ( )
[symbol: _ZN6alglib17_logitmodel_ownerD1Ev]
_logitmodel_owner::~_logitmodel_owner [not-in-charge] ( )
[symbol: _ZN6alglib17_logitmodel_ownerD2Ev]
_lrreport_owner::_lrreport_owner [in-charge] ( )
[symbol: _ZN6alglib15_lrreport_ownerC1Ev]
_lrreport_owner::_lrreport_owner [in-charge] ( _lrreport_owner const& rhs )
[symbol: _ZN6alglib15_lrreport_ownerC1ERKS0_]
_lrreport_owner::_lrreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib15_lrreport_ownerC2Ev]
_lrreport_owner::_lrreport_owner [not-in-charge] ( _lrreport_owner const& rhs )
[symbol: _ZN6alglib15_lrreport_ownerC2ERKS0_]
_lrreport_owner::c_ptr ( )
[symbol: _ZN6alglib15_lrreport_owner5c_ptrEv]
_lrreport_owner::c_ptr ( ) const
[symbol: _ZNK6alglib15_lrreport_owner5c_ptrEv]
_lrreport_owner::operator = ( _lrreport_owner const& rhs )
[symbol: _ZN6alglib15_lrreport_owneraSERKS0_]
_lrreport_owner::~_lrreport_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib15_lrreport_ownerD0Ev]
_lrreport_owner::~_lrreport_owner [in-charge] ( )
[symbol: _ZN6alglib15_lrreport_ownerD1Ev]
_lrreport_owner::~_lrreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib15_lrreport_ownerD2Ev]
_mlpcvreport_owner::_mlpcvreport_owner [in-charge] ( )
[symbol: _ZN6alglib18_mlpcvreport_ownerC1Ev]
_mlpcvreport_owner::_mlpcvreport_owner [in-charge] ( _mlpcvreport_owner const& rhs )
[symbol: _ZN6alglib18_mlpcvreport_ownerC1ERKS0_]
_mlpcvreport_owner::_mlpcvreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib18_mlpcvreport_ownerC2Ev]
_mlpcvreport_owner::_mlpcvreport_owner [not-in-charge] ( _mlpcvreport_owner const& rhs )
[symbol: _ZN6alglib18_mlpcvreport_ownerC2ERKS0_]
_mlpcvreport_owner::c_ptr ( )
[symbol: _ZN6alglib18_mlpcvreport_owner5c_ptrEv]
_mlpcvreport_owner::c_ptr ( ) const
[symbol: _ZNK6alglib18_mlpcvreport_owner5c_ptrEv]
_mlpcvreport_owner::operator = ( _mlpcvreport_owner const& rhs )
[symbol: _ZN6alglib18_mlpcvreport_owneraSERKS0_]
_mlpcvreport_owner::~_mlpcvreport_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib18_mlpcvreport_ownerD0Ev]
_mlpcvreport_owner::~_mlpcvreport_owner [in-charge] ( )
[symbol: _ZN6alglib18_mlpcvreport_ownerD1Ev]
_mlpcvreport_owner::~_mlpcvreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib18_mlpcvreport_ownerD2Ev]
_mlpensemble_owner::_mlpensemble_owner [in-charge] ( )
[symbol: _ZN6alglib18_mlpensemble_ownerC1Ev]
_mlpensemble_owner::_mlpensemble_owner [in-charge] ( _mlpensemble_owner const& rhs )
[symbol: _ZN6alglib18_mlpensemble_ownerC1ERKS0_]
_mlpensemble_owner::_mlpensemble_owner [not-in-charge] ( )
[symbol: _ZN6alglib18_mlpensemble_ownerC2Ev]
_mlpensemble_owner::_mlpensemble_owner [not-in-charge] ( _mlpensemble_owner const& rhs )
[symbol: _ZN6alglib18_mlpensemble_ownerC2ERKS0_]
_mlpensemble_owner::c_ptr ( )
[symbol: _ZN6alglib18_mlpensemble_owner5c_ptrEv]
_mlpensemble_owner::c_ptr ( ) const
[symbol: _ZNK6alglib18_mlpensemble_owner5c_ptrEv]
_mlpensemble_owner::operator = ( _mlpensemble_owner const& rhs )
[symbol: _ZN6alglib18_mlpensemble_owneraSERKS0_]
_mlpensemble_owner::~_mlpensemble_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib18_mlpensemble_ownerD0Ev]
_mlpensemble_owner::~_mlpensemble_owner [in-charge] ( )
[symbol: _ZN6alglib18_mlpensemble_ownerD1Ev]
_mlpensemble_owner::~_mlpensemble_owner [not-in-charge] ( )
[symbol: _ZN6alglib18_mlpensemble_ownerD2Ev]
_mlpreport_owner::_mlpreport_owner [in-charge] ( )
[symbol: _ZN6alglib16_mlpreport_ownerC1Ev]
_mlpreport_owner::_mlpreport_owner [in-charge] ( _mlpreport_owner const& rhs )
[symbol: _ZN6alglib16_mlpreport_ownerC1ERKS0_]
_mlpreport_owner::_mlpreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib16_mlpreport_ownerC2Ev]
_mlpreport_owner::_mlpreport_owner [not-in-charge] ( _mlpreport_owner const& rhs )
[symbol: _ZN6alglib16_mlpreport_ownerC2ERKS0_]
_mlpreport_owner::c_ptr ( )
[symbol: _ZN6alglib16_mlpreport_owner5c_ptrEv]
_mlpreport_owner::c_ptr ( ) const
[symbol: _ZNK6alglib16_mlpreport_owner5c_ptrEv]
_mlpreport_owner::operator = ( _mlpreport_owner const& rhs )
[symbol: _ZN6alglib16_mlpreport_owneraSERKS0_]
_mlpreport_owner::~_mlpreport_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib16_mlpreport_ownerD0Ev]
_mlpreport_owner::~_mlpreport_owner [in-charge] ( )
[symbol: _ZN6alglib16_mlpreport_ownerD1Ev]
_mlpreport_owner::~_mlpreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib16_mlpreport_ownerD2Ev]
_mnlreport_owner::_mnlreport_owner [in-charge] ( )
[symbol: _ZN6alglib16_mnlreport_ownerC1Ev]
_mnlreport_owner::_mnlreport_owner [in-charge] ( _mnlreport_owner const& rhs )
[symbol: _ZN6alglib16_mnlreport_ownerC1ERKS0_]
_mnlreport_owner::_mnlreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib16_mnlreport_ownerC2Ev]
_mnlreport_owner::_mnlreport_owner [not-in-charge] ( _mnlreport_owner const& rhs )
[symbol: _ZN6alglib16_mnlreport_ownerC2ERKS0_]
_mnlreport_owner::c_ptr ( )
[symbol: _ZN6alglib16_mnlreport_owner5c_ptrEv]
_mnlreport_owner::c_ptr ( ) const
[symbol: _ZNK6alglib16_mnlreport_owner5c_ptrEv]
_mnlreport_owner::operator = ( _mnlreport_owner const& rhs )
[symbol: _ZN6alglib16_mnlreport_owneraSERKS0_]
_mnlreport_owner::~_mnlreport_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib16_mnlreport_ownerD0Ev]
_mnlreport_owner::~_mnlreport_owner [in-charge] ( )
[symbol: _ZN6alglib16_mnlreport_ownerD1Ev]
_mnlreport_owner::~_mnlreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib16_mnlreport_ownerD2Ev]
_multilayerperceptron_owner::_multilayerperceptron_owner [in-charge] ( )
[symbol: _ZN6alglib27_multilayerperceptron_ownerC1Ev]
_multilayerperceptron_owner::_multilayerperceptron_owner [in-charge] ( _multilayerperceptron_owner const& rhs )
[symbol: _ZN6alglib27_multilayerperceptron_ownerC1ERKS0_]
_multilayerperceptron_owner::_multilayerperceptron_owner [not-in-charge] ( )
[symbol: _ZN6alglib27_multilayerperceptron_ownerC2Ev]
_multilayerperceptron_owner::_multilayerperceptron_owner [not-in-charge] ( _multilayerperceptron_owner const& rhs )
[symbol: _ZN6alglib27_multilayerperceptron_ownerC2ERKS0_]
_multilayerperceptron_owner::c_ptr ( )
[symbol: _ZN6alglib27_multilayerperceptron_owner5c_ptrEv]
_multilayerperceptron_owner::c_ptr ( ) const
[symbol: _ZNK6alglib27_multilayerperceptron_owner5c_ptrEv]
_multilayerperceptron_owner::operator = ( _multilayerperceptron_owner const& rhs )
[symbol: _ZN6alglib27_multilayerperceptron_owneraSERKS0_]
_multilayerperceptron_owner::~_multilayerperceptron_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib27_multilayerperceptron_ownerD0Ev]
_multilayerperceptron_owner::~_multilayerperceptron_owner [in-charge] ( )
[symbol: _ZN6alglib27_multilayerperceptron_ownerD1Ev]
_multilayerperceptron_owner::~_multilayerperceptron_owner [not-in-charge] ( )
[symbol: _ZN6alglib27_multilayerperceptron_ownerD2Ev]
decisionforest::decisionforest [in-charge] ( )
[symbol: _ZN6alglib14decisionforestC1Ev]
decisionforest::decisionforest [in-charge] ( decisionforest const& rhs )
[symbol: _ZN6alglib14decisionforestC1ERKS0_]
decisionforest::decisionforest [not-in-charge] ( )
[symbol: _ZN6alglib14decisionforestC2Ev]
decisionforest::decisionforest [not-in-charge] ( decisionforest const& rhs )
[symbol: _ZN6alglib14decisionforestC2ERKS0_]
decisionforest::operator = ( decisionforest const& rhs )
[symbol: _ZN6alglib14decisionforestaSERKS0_]
decisionforest::~decisionforest [in-charge-deleting] ( )
[symbol: _ZN6alglib14decisionforestD0Ev]
decisionforest::~decisionforest [in-charge] ( )
[symbol: _ZN6alglib14decisionforestD1Ev]
decisionforest::~decisionforest [not-in-charge] ( )
[symbol: _ZN6alglib14decisionforestD2Ev]
dfavgce ( decisionforest const& df, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib7dfavgceERKNS_14decisionforestERKNS_13real_2d_arrayEi]
dfavgerror ( decisionforest const& df, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib10dfavgerrorERKNS_14decisionforestERKNS_13real_2d_arrayEi]
dfavgrelerror ( decisionforest const& df, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib13dfavgrelerrorERKNS_14decisionforestERKNS_13real_2d_arrayEi]
dfbuildrandomdecisionforest ( real_2d_array const& xy, ae_int_t const npoints, ae_int_t const nvars, ae_int_t const nclasses, ae_int_t const ntrees, double const r, ae_int_t& info, decisionforest& df, dfreport& rep )
[symbol: _ZN6alglib27dfbuildrandomdecisionforestERKNS_13real_2d_arrayEiiiidRiRNS_14decisionforestERNS_8dfreportE]
dfprocess ( decisionforest const& df, real_1d_array const& x, real_1d_array& y )
[symbol: _ZN6alglib9dfprocessERKNS_14decisionforestERKNS_13real_1d_arrayERS3_]
dfprocessi ( decisionforest const& df, real_1d_array const& x, real_1d_array& y )
[symbol: _ZN6alglib10dfprocessiERKNS_14decisionforestERKNS_13real_1d_arrayERS3_]
dfrelclserror ( decisionforest const& df, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib13dfrelclserrorERKNS_14decisionforestERKNS_13real_2d_arrayEi]
dfreport::dfreport [in-charge] ( )
[symbol: _ZN6alglib8dfreportC1Ev]
dfreport::dfreport [in-charge] ( dfreport const& rhs )
[symbol: _ZN6alglib8dfreportC1ERKS0_]
dfreport::dfreport [not-in-charge] ( )
[symbol: _ZN6alglib8dfreportC2Ev]
dfreport::dfreport [not-in-charge] ( dfreport const& rhs )
[symbol: _ZN6alglib8dfreportC2ERKS0_]
dfreport::operator = ( dfreport const& rhs )
[symbol: _ZN6alglib8dfreportaSERKS0_]
dfreport::~dfreport [in-charge-deleting] ( )
[symbol: _ZN6alglib8dfreportD0Ev]
dfreport::~dfreport [in-charge] ( )
[symbol: _ZN6alglib8dfreportD1Ev]
dfreport::~dfreport [not-in-charge] ( )
[symbol: _ZN6alglib8dfreportD2Ev]
dfrmserror ( decisionforest const& df, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib10dfrmserrorERKNS_14decisionforestERKNS_13real_2d_arrayEi]
dsoptimalsplit2 ( real_1d_array const& a, integer_1d_array const& c, ae_int_t const n, ae_int_t& info, double& threshold, double& pal, double& pbl, double& par, double& pbr, double& cve )
[symbol: _ZN6alglib15dsoptimalsplit2ERKNS_13real_1d_arrayERKNS_16integer_1d_arrayEiRiRdS7_S7_S7_S7_S7_]
dsoptimalsplit2fast ( real_1d_array& a, integer_1d_array& c, integer_1d_array& tiesbuf, integer_1d_array& cntbuf, real_1d_array& bufr, integer_1d_array& bufi, ae_int_t const n, ae_int_t const nc, double const alpha, ae_int_t& info, double& threshold, double& rms, double& cvrms )
[symbol: _ZN6alglib19dsoptimalsplit2fastERNS_13real_1d_arrayERNS_16integer_1d_arrayES3_S3_S1_S3_iidRiRdS5_S5_]
fisherlda ( real_2d_array const& xy, ae_int_t const npoints, ae_int_t const nvars, ae_int_t const nclasses, ae_int_t& info, real_1d_array& w )
[symbol: _ZN6alglib9fisherldaERKNS_13real_2d_arrayEiiiRiRNS_13real_1d_arrayE]
fisherldan ( real_2d_array const& xy, ae_int_t const npoints, ae_int_t const nvars, ae_int_t const nclasses, ae_int_t& info, real_2d_array& w )
[symbol: _ZN6alglib10fisherldanERKNS_13real_2d_arrayEiiiRiRS0_]
kmeansgenerate ( real_2d_array const& xy, ae_int_t const npoints, ae_int_t const nvars, ae_int_t const k, ae_int_t const restarts, ae_int_t& info, real_2d_array& c, integer_1d_array& xyc )
[symbol: _ZN6alglib14kmeansgenerateERKNS_13real_2d_arrayEiiiiRiRS0_RNS_16integer_1d_arrayE]
linearmodel::linearmodel [in-charge] ( )
[symbol: _ZN6alglib11linearmodelC1Ev]
linearmodel::linearmodel [in-charge] ( linearmodel const& rhs )
[symbol: _ZN6alglib11linearmodelC1ERKS0_]
linearmodel::linearmodel [not-in-charge] ( )
[symbol: _ZN6alglib11linearmodelC2Ev]
linearmodel::linearmodel [not-in-charge] ( linearmodel const& rhs )
[symbol: _ZN6alglib11linearmodelC2ERKS0_]
linearmodel::operator = ( linearmodel const& rhs )
[symbol: _ZN6alglib11linearmodelaSERKS0_]
linearmodel::~linearmodel [in-charge-deleting] ( )
[symbol: _ZN6alglib11linearmodelD0Ev]
linearmodel::~linearmodel [in-charge] ( )
[symbol: _ZN6alglib11linearmodelD1Ev]
linearmodel::~linearmodel [not-in-charge] ( )
[symbol: _ZN6alglib11linearmodelD2Ev]
logitmodel::logitmodel [in-charge] ( )
[symbol: _ZN6alglib10logitmodelC1Ev]
logitmodel::logitmodel [in-charge] ( logitmodel const& rhs )
[symbol: _ZN6alglib10logitmodelC1ERKS0_]
logitmodel::logitmodel [not-in-charge] ( )
[symbol: _ZN6alglib10logitmodelC2Ev]
logitmodel::logitmodel [not-in-charge] ( logitmodel const& rhs )
[symbol: _ZN6alglib10logitmodelC2ERKS0_]
logitmodel::operator = ( logitmodel const& rhs )
[symbol: _ZN6alglib10logitmodelaSERKS0_]
logitmodel::~logitmodel [in-charge-deleting] ( )
[symbol: _ZN6alglib10logitmodelD0Ev]
logitmodel::~logitmodel [in-charge] ( )
[symbol: _ZN6alglib10logitmodelD1Ev]
logitmodel::~logitmodel [not-in-charge] ( )
[symbol: _ZN6alglib10logitmodelD2Ev]
lravgerror ( linearmodel const& lm, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib10lravgerrorERKNS_11linearmodelERKNS_13real_2d_arrayEi]
lravgrelerror ( linearmodel const& lm, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib13lravgrelerrorERKNS_11linearmodelERKNS_13real_2d_arrayEi]
lrbuild ( real_2d_array const& xy, ae_int_t const npoints, ae_int_t const nvars, ae_int_t& info, linearmodel& lm, lrreport& ar )
[symbol: _ZN6alglib7lrbuildERKNS_13real_2d_arrayEiiRiRNS_11linearmodelERNS_8lrreportE]
lrbuilds ( real_2d_array const& xy, real_1d_array const& s, ae_int_t const npoints, ae_int_t const nvars, ae_int_t& info, linearmodel& lm, lrreport& ar )
[symbol: _ZN6alglib8lrbuildsERKNS_13real_2d_arrayERKNS_13real_1d_arrayEiiRiRNS_11linearmodelERNS_8lrreportE]
lrbuildz ( real_2d_array const& xy, ae_int_t const npoints, ae_int_t const nvars, ae_int_t& info, linearmodel& lm, lrreport& ar )
[symbol: _ZN6alglib8lrbuildzERKNS_13real_2d_arrayEiiRiRNS_11linearmodelERNS_8lrreportE]
lrbuildzs ( real_2d_array const& xy, real_1d_array const& s, ae_int_t const npoints, ae_int_t const nvars, ae_int_t& info, linearmodel& lm, lrreport& ar )
[symbol: _ZN6alglib9lrbuildzsERKNS_13real_2d_arrayERKNS_13real_1d_arrayEiiRiRNS_11linearmodelERNS_8lrreportE]
lrpack ( real_1d_array const& v, ae_int_t const nvars, linearmodel& lm )
[symbol: _ZN6alglib6lrpackERKNS_13real_1d_arrayEiRNS_11linearmodelE]
lrprocess ( linearmodel const& lm, real_1d_array const& x )
[symbol: _ZN6alglib9lrprocessERKNS_11linearmodelERKNS_13real_1d_arrayE]
lrreport::lrreport [in-charge] ( )
[symbol: _ZN6alglib8lrreportC1Ev]
lrreport::lrreport [in-charge] ( lrreport const& rhs )
[symbol: _ZN6alglib8lrreportC1ERKS0_]
lrreport::lrreport [not-in-charge] ( )
[symbol: _ZN6alglib8lrreportC2Ev]
lrreport::lrreport [not-in-charge] ( lrreport const& rhs )
[symbol: _ZN6alglib8lrreportC2ERKS0_]
lrreport::operator = ( lrreport const& rhs )
[symbol: _ZN6alglib8lrreportaSERKS0_]
lrreport::~lrreport [in-charge-deleting] ( )
[symbol: _ZN6alglib8lrreportD0Ev]
lrreport::~lrreport [in-charge] ( )
[symbol: _ZN6alglib8lrreportD1Ev]
lrreport::~lrreport [not-in-charge] ( )
[symbol: _ZN6alglib8lrreportD2Ev]
lrrmserror ( linearmodel const& lm, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib10lrrmserrorERKNS_11linearmodelERKNS_13real_2d_arrayEi]
lrunpack ( linearmodel const& lm, real_1d_array& v, ae_int_t& nvars )
[symbol: _ZN6alglib8lrunpackERKNS_11linearmodelERNS_13real_1d_arrayERi]
mlpavgce ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib8mlpavgceERKNS_20multilayerperceptronERKNS_13real_2d_arrayEi]
mlpavgerror ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib11mlpavgerrorERKNS_20multilayerperceptronERKNS_13real_2d_arrayEi]
mlpavgrelerror ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib14mlpavgrelerrorERKNS_20multilayerperceptronERKNS_13real_2d_arrayEi]
mlpclserror ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const ssize )
[symbol: _ZN6alglib11mlpclserrorERKNS_20multilayerperceptronERKNS_13real_2d_arrayEi]
mlpcreate0 ( ae_int_t const nin, ae_int_t const nout, multilayerperceptron& network )
[symbol: _ZN6alglib10mlpcreate0EiiRNS_20multilayerperceptronE]
mlpcreate1 ( ae_int_t const nin, ae_int_t const nhid, ae_int_t const nout, multilayerperceptron& network )
[symbol: _ZN6alglib10mlpcreate1EiiiRNS_20multilayerperceptronE]
mlpcreate2 ( ae_int_t const nin, ae_int_t const nhid1, ae_int_t const nhid2, ae_int_t const nout, multilayerperceptron& network )
[symbol: _ZN6alglib10mlpcreate2EiiiiRNS_20multilayerperceptronE]
mlpcreateb0 ( ae_int_t const nin, ae_int_t const nout, double const b, double const d, multilayerperceptron& network )
[symbol: _ZN6alglib11mlpcreateb0EiiddRNS_20multilayerperceptronE]
mlpcreateb1 ( ae_int_t const nin, ae_int_t const nhid, ae_int_t const nout, double const b, double const d, multilayerperceptron& network )
[symbol: _ZN6alglib11mlpcreateb1EiiiddRNS_20multilayerperceptronE]
mlpcreateb2 ( ae_int_t const nin, ae_int_t const nhid1, ae_int_t const nhid2, ae_int_t const nout, double const b, double const d, multilayerperceptron& network )
[symbol: _ZN6alglib11mlpcreateb2EiiiiddRNS_20multilayerperceptronE]
mlpcreatec0 ( ae_int_t const nin, ae_int_t const nout, multilayerperceptron& network )
[symbol: _ZN6alglib11mlpcreatec0EiiRNS_20multilayerperceptronE]
mlpcreatec1 ( ae_int_t const nin, ae_int_t const nhid, ae_int_t const nout, multilayerperceptron& network )
[symbol: _ZN6alglib11mlpcreatec1EiiiRNS_20multilayerperceptronE]
mlpcreatec2 ( ae_int_t const nin, ae_int_t const nhid1, ae_int_t const nhid2, ae_int_t const nout, multilayerperceptron& network )
[symbol: _ZN6alglib11mlpcreatec2EiiiiRNS_20multilayerperceptronE]
mlpcreater0 ( ae_int_t const nin, ae_int_t const nout, double const a, double const b, multilayerperceptron& network )
[symbol: _ZN6alglib11mlpcreater0EiiddRNS_20multilayerperceptronE]
mlpcreater1 ( ae_int_t const nin, ae_int_t const nhid, ae_int_t const nout, double const a, double const b, multilayerperceptron& network )
[symbol: _ZN6alglib11mlpcreater1EiiiddRNS_20multilayerperceptronE]
mlpcreater2 ( ae_int_t const nin, ae_int_t const nhid1, ae_int_t const nhid2, ae_int_t const nout, double const a, double const b, multilayerperceptron& network )
[symbol: _ZN6alglib11mlpcreater2EiiiiddRNS_20multilayerperceptronE]
mlpcvreport::mlpcvreport [in-charge] ( )
[symbol: _ZN6alglib11mlpcvreportC1Ev]
mlpcvreport::mlpcvreport [in-charge] ( mlpcvreport const& rhs )
[symbol: _ZN6alglib11mlpcvreportC1ERKS0_]
mlpcvreport::mlpcvreport [not-in-charge] ( )
[symbol: _ZN6alglib11mlpcvreportC2Ev]
mlpcvreport::mlpcvreport [not-in-charge] ( mlpcvreport const& rhs )
[symbol: _ZN6alglib11mlpcvreportC2ERKS0_]
mlpcvreport::operator = ( mlpcvreport const& rhs )
[symbol: _ZN6alglib11mlpcvreportaSERKS0_]
mlpcvreport::~mlpcvreport [in-charge-deleting] ( )
[symbol: _ZN6alglib11mlpcvreportD0Ev]
mlpcvreport::~mlpcvreport [in-charge] ( )
[symbol: _ZN6alglib11mlpcvreportD1Ev]
mlpcvreport::~mlpcvreport [not-in-charge] ( )
[symbol: _ZN6alglib11mlpcvreportD2Ev]
mlpeavgce ( mlpensemble const& ensemble, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib9mlpeavgceERKNS_11mlpensembleERKNS_13real_2d_arrayEi]
mlpeavgerror ( mlpensemble const& ensemble, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib12mlpeavgerrorERKNS_11mlpensembleERKNS_13real_2d_arrayEi]
mlpeavgrelerror ( mlpensemble const& ensemble, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib15mlpeavgrelerrorERKNS_11mlpensembleERKNS_13real_2d_arrayEi]
mlpebagginglbfgs ( mlpensemble const& ensemble, real_2d_array const& xy, ae_int_t const npoints, double const decay, ae_int_t const restarts, double const wstep, ae_int_t const maxits, ae_int_t& info, mlpreport& rep, mlpcvreport& ooberrors )
[symbol: _ZN6alglib16mlpebagginglbfgsERKNS_11mlpensembleERKNS_13real_2d_arrayEididiRiRNS_9mlpreportERNS_11mlpcvreportE]
mlpebagginglm ( mlpensemble const& ensemble, real_2d_array const& xy, ae_int_t const npoints, double const decay, ae_int_t const restarts, ae_int_t& info, mlpreport& rep, mlpcvreport& ooberrors )
[symbol: _ZN6alglib13mlpebagginglmERKNS_11mlpensembleERKNS_13real_2d_arrayEidiRiRNS_9mlpreportERNS_11mlpcvreportE]
mlpecreate0 ( ae_int_t const nin, ae_int_t const nout, ae_int_t const ensemblesize, mlpensemble& ensemble )
[symbol: _ZN6alglib11mlpecreate0EiiiRNS_11mlpensembleE]
mlpecreate1 ( ae_int_t const nin, ae_int_t const nhid, ae_int_t const nout, ae_int_t const ensemblesize, mlpensemble& ensemble )
[symbol: _ZN6alglib11mlpecreate1EiiiiRNS_11mlpensembleE]
mlpecreate2 ( ae_int_t const nin, ae_int_t const nhid1, ae_int_t const nhid2, ae_int_t const nout, ae_int_t const ensemblesize, mlpensemble& ensemble )
[symbol: _ZN6alglib11mlpecreate2EiiiiiRNS_11mlpensembleE]
mlpecreateb0 ( ae_int_t const nin, ae_int_t const nout, double const b, double const d, ae_int_t const ensemblesize, mlpensemble& ensemble )
[symbol: _ZN6alglib12mlpecreateb0EiiddiRNS_11mlpensembleE]
mlpecreateb1 ( ae_int_t const nin, ae_int_t const nhid, ae_int_t const nout, double const b, double const d, ae_int_t const ensemblesize, mlpensemble& ensemble )
[symbol: _ZN6alglib12mlpecreateb1EiiiddiRNS_11mlpensembleE]
mlpecreateb2 ( ae_int_t const nin, ae_int_t const nhid1, ae_int_t const nhid2, ae_int_t const nout, double const b, double const d, ae_int_t const ensemblesize, mlpensemble& ensemble )
[symbol: _ZN6alglib12mlpecreateb2EiiiiddiRNS_11mlpensembleE]
mlpecreatec0 ( ae_int_t const nin, ae_int_t const nout, ae_int_t const ensemblesize, mlpensemble& ensemble )
[symbol: _ZN6alglib12mlpecreatec0EiiiRNS_11mlpensembleE]
mlpecreatec1 ( ae_int_t const nin, ae_int_t const nhid, ae_int_t const nout, ae_int_t const ensemblesize, mlpensemble& ensemble )
[symbol: _ZN6alglib12mlpecreatec1EiiiiRNS_11mlpensembleE]
mlpecreatec2 ( ae_int_t const nin, ae_int_t const nhid1, ae_int_t const nhid2, ae_int_t const nout, ae_int_t const ensemblesize, mlpensemble& ensemble )
[symbol: _ZN6alglib12mlpecreatec2EiiiiiRNS_11mlpensembleE]
mlpecreatefromnetwork ( multilayerperceptron const& network, ae_int_t const ensemblesize, mlpensemble& ensemble )
[symbol: _ZN6alglib21mlpecreatefromnetworkERKNS_20multilayerperceptronEiRNS_11mlpensembleE]
mlpecreater0 ( ae_int_t const nin, ae_int_t const nout, double const a, double const b, ae_int_t const ensemblesize, mlpensemble& ensemble )
[symbol: _ZN6alglib12mlpecreater0EiiddiRNS_11mlpensembleE]
mlpecreater1 ( ae_int_t const nin, ae_int_t const nhid, ae_int_t const nout, double const a, double const b, ae_int_t const ensemblesize, mlpensemble& ensemble )
[symbol: _ZN6alglib12mlpecreater1EiiiddiRNS_11mlpensembleE]
mlpecreater2 ( ae_int_t const nin, ae_int_t const nhid1, ae_int_t const nhid2, ae_int_t const nout, double const a, double const b, ae_int_t const ensemblesize, mlpensemble& ensemble )
[symbol: _ZN6alglib12mlpecreater2EiiiiddiRNS_11mlpensembleE]
mlpeissoftmax ( mlpensemble const& ensemble )
[symbol: _ZN6alglib13mlpeissoftmaxERKNS_11mlpensembleE]
mlpensemble::mlpensemble [in-charge] ( )
[symbol: _ZN6alglib11mlpensembleC1Ev]
mlpensemble::mlpensemble [in-charge] ( mlpensemble const& rhs )
[symbol: _ZN6alglib11mlpensembleC1ERKS0_]
mlpensemble::mlpensemble [not-in-charge] ( )
[symbol: _ZN6alglib11mlpensembleC2Ev]
mlpensemble::mlpensemble [not-in-charge] ( mlpensemble const& rhs )
[symbol: _ZN6alglib11mlpensembleC2ERKS0_]
mlpensemble::operator = ( mlpensemble const& rhs )
[symbol: _ZN6alglib11mlpensembleaSERKS0_]
mlpensemble::~mlpensemble [in-charge-deleting] ( )
[symbol: _ZN6alglib11mlpensembleD0Ev]
mlpensemble::~mlpensemble [in-charge] ( )
[symbol: _ZN6alglib11mlpensembleD1Ev]
mlpensemble::~mlpensemble [not-in-charge] ( )
[symbol: _ZN6alglib11mlpensembleD2Ev]
mlpeprocess ( mlpensemble const& ensemble, real_1d_array const& x, real_1d_array& y )
[symbol: _ZN6alglib11mlpeprocessERKNS_11mlpensembleERKNS_13real_1d_arrayERS3_]
mlpeprocessi ( mlpensemble const& ensemble, real_1d_array const& x, real_1d_array& y )
[symbol: _ZN6alglib12mlpeprocessiERKNS_11mlpensembleERKNS_13real_1d_arrayERS3_]
mlpeproperties ( mlpensemble const& ensemble, ae_int_t& nin, ae_int_t& nout )
[symbol: _ZN6alglib14mlpepropertiesERKNS_11mlpensembleERiS3_]
mlperandomize ( mlpensemble const& ensemble )
[symbol: _ZN6alglib13mlperandomizeERKNS_11mlpensembleE]
mlperelclserror ( mlpensemble const& ensemble, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib15mlperelclserrorERKNS_11mlpensembleERKNS_13real_2d_arrayEi]
mlpermserror ( mlpensemble const& ensemble, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib12mlpermserrorERKNS_11mlpensembleERKNS_13real_2d_arrayEi]
mlperror ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const ssize )
[symbol: _ZN6alglib8mlperrorERKNS_20multilayerperceptronERKNS_13real_2d_arrayEi]
mlperrorn ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const ssize )
[symbol: _ZN6alglib9mlperrornERKNS_20multilayerperceptronERKNS_13real_2d_arrayEi]
mlpetraines ( mlpensemble const& ensemble, real_2d_array const& xy, ae_int_t const npoints, double const decay, ae_int_t const restarts, ae_int_t& info, mlpreport& rep )
[symbol: _ZN6alglib11mlpetrainesERKNS_11mlpensembleERKNS_13real_2d_arrayEidiRiRNS_9mlpreportE]
mlpgrad ( multilayerperceptron const& network, real_1d_array const& x, real_1d_array const& desiredy, double& e, real_1d_array& grad )
[symbol: _ZN6alglib7mlpgradERKNS_20multilayerperceptronERKNS_13real_1d_arrayES5_RdRS3_]
mlpgradbatch ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const ssize, double& e, real_1d_array& grad )
[symbol: _ZN6alglib12mlpgradbatchERKNS_20multilayerperceptronERKNS_13real_2d_arrayEiRdRNS_13real_1d_arrayE]
mlpgradn ( multilayerperceptron const& network, real_1d_array const& x, real_1d_array const& desiredy, double& e, real_1d_array& grad )
[symbol: _ZN6alglib8mlpgradnERKNS_20multilayerperceptronERKNS_13real_1d_arrayES5_RdRS3_]
mlpgradnbatch ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const ssize, double& e, real_1d_array& grad )
[symbol: _ZN6alglib13mlpgradnbatchERKNS_20multilayerperceptronERKNS_13real_2d_arrayEiRdRNS_13real_1d_arrayE]
mlphessianbatch ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const ssize, double& e, real_1d_array& grad, real_2d_array& h )
[symbol: _ZN6alglib15mlphessianbatchERKNS_20multilayerperceptronERKNS_13real_2d_arrayEiRdRNS_13real_1d_arrayERS3_]
mlphessiannbatch ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const ssize, double& e, real_1d_array& grad, real_2d_array& h )
[symbol: _ZN6alglib16mlphessiannbatchERKNS_20multilayerperceptronERKNS_13real_2d_arrayEiRdRNS_13real_1d_arrayERS3_]
mlpissoftmax ( multilayerperceptron const& network )
[symbol: _ZN6alglib12mlpissoftmaxERKNS_20multilayerperceptronE]
mlpkfoldcvlbfgs ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const npoints, double const decay, ae_int_t const restarts, double const wstep, ae_int_t const maxits, ae_int_t const foldscount, ae_int_t& info, mlpreport& rep, mlpcvreport& cvrep )
[symbol: _ZN6alglib15mlpkfoldcvlbfgsERKNS_20multilayerperceptronERKNS_13real_2d_arrayEididiiRiRNS_9mlpreportERNS_11mlpcvreportE]
mlpkfoldcvlm ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const npoints, double const decay, ae_int_t const restarts, ae_int_t const foldscount, ae_int_t& info, mlpreport& rep, mlpcvreport& cvrep )
[symbol: _ZN6alglib12mlpkfoldcvlmERKNS_20multilayerperceptronERKNS_13real_2d_arrayEidiiRiRNS_9mlpreportERNS_11mlpcvreportE]
mlpprocess ( multilayerperceptron const& network, real_1d_array const& x, real_1d_array& y )
[symbol: _ZN6alglib10mlpprocessERKNS_20multilayerperceptronERKNS_13real_1d_arrayERS3_]
mlpprocessi ( multilayerperceptron const& network, real_1d_array const& x, real_1d_array& y )
[symbol: _ZN6alglib11mlpprocessiERKNS_20multilayerperceptronERKNS_13real_1d_arrayERS3_]
mlpproperties ( multilayerperceptron const& network, ae_int_t& nin, ae_int_t& nout, ae_int_t& wcount )
[symbol: _ZN6alglib13mlppropertiesERKNS_20multilayerperceptronERiS3_S3_]
mlprandomize ( multilayerperceptron const& network )
[symbol: _ZN6alglib12mlprandomizeERKNS_20multilayerperceptronE]
mlprandomizefull ( multilayerperceptron const& network )
[symbol: _ZN6alglib16mlprandomizefullERKNS_20multilayerperceptronE]
mlprelclserror ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib14mlprelclserrorERKNS_20multilayerperceptronERKNS_13real_2d_arrayEi]
mlpreport::mlpreport [in-charge] ( )
[symbol: _ZN6alglib9mlpreportC1Ev]
mlpreport::mlpreport [in-charge] ( mlpreport const& rhs )
[symbol: _ZN6alglib9mlpreportC1ERKS0_]
mlpreport::mlpreport [not-in-charge] ( )
[symbol: _ZN6alglib9mlpreportC2Ev]
mlpreport::mlpreport [not-in-charge] ( mlpreport const& rhs )
[symbol: _ZN6alglib9mlpreportC2ERKS0_]
mlpreport::operator = ( mlpreport const& rhs )
[symbol: _ZN6alglib9mlpreportaSERKS0_]
mlpreport::~mlpreport [in-charge-deleting] ( )
[symbol: _ZN6alglib9mlpreportD0Ev]
mlpreport::~mlpreport [in-charge] ( )
[symbol: _ZN6alglib9mlpreportD1Ev]
mlpreport::~mlpreport [not-in-charge] ( )
[symbol: _ZN6alglib9mlpreportD2Ev]
mlprmserror ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib11mlprmserrorERKNS_20multilayerperceptronERKNS_13real_2d_arrayEi]
mlptraines ( multilayerperceptron const& network, real_2d_array const& trnxy, ae_int_t const trnsize, real_2d_array const& valxy, ae_int_t const valsize, double const decay, ae_int_t const restarts, ae_int_t& info, mlpreport& rep )
[symbol: _ZN6alglib10mlptrainesERKNS_20multilayerperceptronERKNS_13real_2d_arrayEiS5_idiRiRNS_9mlpreportE]
mlptrainlbfgs ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const npoints, double const decay, ae_int_t const restarts, double const wstep, ae_int_t const maxits, ae_int_t& info, mlpreport& rep )
[symbol: _ZN6alglib13mlptrainlbfgsERKNS_20multilayerperceptronERKNS_13real_2d_arrayEididiRiRNS_9mlpreportE]
mlptrainlm ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const npoints, double const decay, ae_int_t const restarts, ae_int_t& info, mlpreport& rep )
[symbol: _ZN6alglib10mlptrainlmERKNS_20multilayerperceptronERKNS_13real_2d_arrayEidiRiRNS_9mlpreportE]
mnlavgce ( logitmodel const& lm, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib8mnlavgceERKNS_10logitmodelERKNS_13real_2d_arrayEi]
mnlavgerror ( logitmodel const& lm, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib11mnlavgerrorERKNS_10logitmodelERKNS_13real_2d_arrayEi]
mnlavgrelerror ( logitmodel const& lm, real_2d_array const& xy, ae_int_t const ssize )
[symbol: _ZN6alglib14mnlavgrelerrorERKNS_10logitmodelERKNS_13real_2d_arrayEi]
mnlclserror ( logitmodel const& lm, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib11mnlclserrorERKNS_10logitmodelERKNS_13real_2d_arrayEi]
mnlpack ( real_2d_array const& a, ae_int_t const nvars, ae_int_t const nclasses, logitmodel& lm )
[symbol: _ZN6alglib7mnlpackERKNS_13real_2d_arrayEiiRNS_10logitmodelE]
mnlprocess ( logitmodel const& lm, real_1d_array const& x, real_1d_array& y )
[symbol: _ZN6alglib10mnlprocessERKNS_10logitmodelERKNS_13real_1d_arrayERS3_]
mnlprocessi ( logitmodel const& lm, real_1d_array const& x, real_1d_array& y )
[symbol: _ZN6alglib11mnlprocessiERKNS_10logitmodelERKNS_13real_1d_arrayERS3_]
mnlrelclserror ( logitmodel const& lm, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib14mnlrelclserrorERKNS_10logitmodelERKNS_13real_2d_arrayEi]
mnlreport::mnlreport [in-charge] ( )
[symbol: _ZN6alglib9mnlreportC1Ev]
mnlreport::mnlreport [in-charge] ( mnlreport const& rhs )
[symbol: _ZN6alglib9mnlreportC1ERKS0_]
mnlreport::mnlreport [not-in-charge] ( )
[symbol: _ZN6alglib9mnlreportC2Ev]
mnlreport::mnlreport [not-in-charge] ( mnlreport const& rhs )
[symbol: _ZN6alglib9mnlreportC2ERKS0_]
mnlreport::operator = ( mnlreport const& rhs )
[symbol: _ZN6alglib9mnlreportaSERKS0_]
mnlreport::~mnlreport [in-charge-deleting] ( )
[symbol: _ZN6alglib9mnlreportD0Ev]
mnlreport::~mnlreport [in-charge] ( )
[symbol: _ZN6alglib9mnlreportD1Ev]
mnlreport::~mnlreport [not-in-charge] ( )
[symbol: _ZN6alglib9mnlreportD2Ev]
mnlrmserror ( logitmodel const& lm, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib11mnlrmserrorERKNS_10logitmodelERKNS_13real_2d_arrayEi]
mnltrainh ( real_2d_array const& xy, ae_int_t const npoints, ae_int_t const nvars, ae_int_t const nclasses, ae_int_t& info, logitmodel& lm, mnlreport& rep )
[symbol: _ZN6alglib9mnltrainhERKNS_13real_2d_arrayEiiiRiRNS_10logitmodelERNS_9mnlreportE]
mnlunpack ( logitmodel const& lm, real_2d_array& a, ae_int_t& nvars, ae_int_t& nclasses )
[symbol: _ZN6alglib9mnlunpackERKNS_10logitmodelERNS_13real_2d_arrayERiS5_]
multilayerperceptron::multilayerperceptron [in-charge] ( )
[symbol: _ZN6alglib20multilayerperceptronC1Ev]
multilayerperceptron::multilayerperceptron [in-charge] ( multilayerperceptron const& rhs )
[symbol: _ZN6alglib20multilayerperceptronC1ERKS0_]
multilayerperceptron::multilayerperceptron [not-in-charge] ( )
[symbol: _ZN6alglib20multilayerperceptronC2Ev]
multilayerperceptron::multilayerperceptron [not-in-charge] ( multilayerperceptron const& rhs )
[symbol: _ZN6alglib20multilayerperceptronC2ERKS0_]
multilayerperceptron::operator = ( multilayerperceptron const& rhs )
[symbol: _ZN6alglib20multilayerperceptronaSERKS0_]
multilayerperceptron::~multilayerperceptron [in-charge-deleting] ( )
[symbol: _ZN6alglib20multilayerperceptronD0Ev]
multilayerperceptron::~multilayerperceptron [in-charge] ( )
[symbol: _ZN6alglib20multilayerperceptronD1Ev]
multilayerperceptron::~multilayerperceptron [not-in-charge] ( )
[symbol: _ZN6alglib20multilayerperceptronD2Ev]
pcabuildbasis ( real_2d_array const& x, ae_int_t const npoints, ae_int_t const nvars, ae_int_t& info, real_1d_array& s2, real_2d_array& v )
[symbol: _ZN6alglib13pcabuildbasisERKNS_13real_2d_arrayEiiRiRNS_13real_1d_arrayERS0_]
dataanalysis.h,
libalglib.so
namespace alglib_impl
_cvreport_clear ( struct cvreport* p )
[symbol: _ZN11alglib_impl15_cvreport_clearEPNS_8cvreportE]
_cvreport_init ( struct cvreport* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl14_cvreport_initEPNS_8cvreportEPNS_8ae_stateEb]
_cvreport_init_copy ( struct cvreport* dst, struct cvreport* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl19_cvreport_init_copyEPNS_8cvreportES1_PNS_8ae_stateEb]
_decisionforest_clear ( struct decisionforest* p )
[symbol: _ZN11alglib_impl21_decisionforest_clearEPNS_14decisionforestE]
_decisionforest_init ( struct decisionforest* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl20_decisionforest_initEPNS_14decisionforestEPNS_8ae_stateEb]
_decisionforest_init_copy ( struct decisionforest* dst, struct decisionforest* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl25_decisionforest_init_copyEPNS_14decisionforestES1_PNS_8ae_stateEb]
_dfinternalbuffers_clear ( struct dfinternalbuffers* p )
[symbol: _ZN11alglib_impl24_dfinternalbuffers_clearEPNS_17dfinternalbuffersE]
_dfinternalbuffers_init ( struct dfinternalbuffers* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl23_dfinternalbuffers_initEPNS_17dfinternalbuffersEPNS_8ae_stateEb]
_dfinternalbuffers_init_copy ( struct dfinternalbuffers* dst, struct dfinternalbuffers* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl28_dfinternalbuffers_init_copyEPNS_17dfinternalbuffersES1_PNS_8ae_stateEb]
_dfreport_clear ( struct dfreport* p )
[symbol: _ZN11alglib_impl15_dfreport_clearEPNS_8dfreportE]
_dfreport_init ( struct dfreport* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl14_dfreport_initEPNS_8dfreportEPNS_8ae_stateEb]
_dfreport_init_copy ( struct dfreport* dst, struct dfreport* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl19_dfreport_init_copyEPNS_8dfreportES1_PNS_8ae_stateEb]
_linearmodel_clear ( struct linearmodel* p )
[symbol: _ZN11alglib_impl18_linearmodel_clearEPNS_11linearmodelE]
_linearmodel_init ( struct linearmodel* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl17_linearmodel_initEPNS_11linearmodelEPNS_8ae_stateEb]
_linearmodel_init_copy ( struct linearmodel* dst, struct linearmodel* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl22_linearmodel_init_copyEPNS_11linearmodelES1_PNS_8ae_stateEb]
_logitmcstate_clear ( struct logitmcstate* p )
[symbol: _ZN11alglib_impl19_logitmcstate_clearEPNS_12logitmcstateE]
_logitmcstate_init ( struct logitmcstate* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl18_logitmcstate_initEPNS_12logitmcstateEPNS_8ae_stateEb]
_logitmcstate_init_copy ( struct logitmcstate* dst, struct logitmcstate* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl23_logitmcstate_init_copyEPNS_12logitmcstateES1_PNS_8ae_stateEb]
_logitmodel_clear ( struct logitmodel* p )
[symbol: _ZN11alglib_impl17_logitmodel_clearEPNS_10logitmodelE]
_logitmodel_init ( struct logitmodel* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl16_logitmodel_initEPNS_10logitmodelEPNS_8ae_stateEb]
_logitmodel_init_copy ( struct logitmodel* dst, struct logitmodel* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl21_logitmodel_init_copyEPNS_10logitmodelES1_PNS_8ae_stateEb]
_lrreport_clear ( struct lrreport* p )
[symbol: _ZN11alglib_impl15_lrreport_clearEPNS_8lrreportE]
_lrreport_init ( struct lrreport* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl14_lrreport_initEPNS_8lrreportEPNS_8ae_stateEb]
_lrreport_init_copy ( struct lrreport* dst, struct lrreport* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl19_lrreport_init_copyEPNS_8lrreportES1_PNS_8ae_stateEb]
_mlpcvreport_clear ( struct mlpcvreport* p )
[symbol: _ZN11alglib_impl18_mlpcvreport_clearEPNS_11mlpcvreportE]
_mlpcvreport_init ( struct mlpcvreport* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl17_mlpcvreport_initEPNS_11mlpcvreportEPNS_8ae_stateEb]
_mlpcvreport_init_copy ( struct mlpcvreport* dst, struct mlpcvreport* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl22_mlpcvreport_init_copyEPNS_11mlpcvreportES1_PNS_8ae_stateEb]
_mlpensemble_clear ( struct mlpensemble* p )
[symbol: _ZN11alglib_impl18_mlpensemble_clearEPNS_11mlpensembleE]
_mlpensemble_init ( struct mlpensemble* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl17_mlpensemble_initEPNS_11mlpensembleEPNS_8ae_stateEb]
_mlpensemble_init_copy ( struct mlpensemble* dst, struct mlpensemble* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl22_mlpensemble_init_copyEPNS_11mlpensembleES1_PNS_8ae_stateEb]
_mlpreport_clear ( struct mlpreport* p )
[symbol: _ZN11alglib_impl16_mlpreport_clearEPNS_9mlpreportE]
_mlpreport_init ( struct mlpreport* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl15_mlpreport_initEPNS_9mlpreportEPNS_8ae_stateEb]
_mlpreport_init_copy ( struct mlpreport* dst, struct mlpreport* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl20_mlpreport_init_copyEPNS_9mlpreportES1_PNS_8ae_stateEb]
_mnlreport_clear ( struct mnlreport* p )
[symbol: _ZN11alglib_impl16_mnlreport_clearEPNS_9mnlreportE]
_mnlreport_init ( struct mnlreport* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl15_mnlreport_initEPNS_9mnlreportEPNS_8ae_stateEb]
_mnlreport_init_copy ( struct mnlreport* dst, struct mnlreport* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl20_mnlreport_init_copyEPNS_9mnlreportES1_PNS_8ae_stateEb]
_multilayerperceptron_clear ( struct multilayerperceptron* p )
[symbol: _ZN11alglib_impl27_multilayerperceptron_clearEPNS_20multilayerperceptronE]
_multilayerperceptron_init ( struct multilayerperceptron* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl26_multilayerperceptron_initEPNS_20multilayerperceptronEPNS_8ae_stateEb]
_multilayerperceptron_init_copy ( struct multilayerperceptron* dst, struct multilayerperceptron* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl31_multilayerperceptron_init_copyEPNS_20multilayerperceptronES1_PNS_8ae_stateEb]
dfavgce ( struct decisionforest* df, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )
[symbol: _ZN11alglib_impl7dfavgceEPNS_14decisionforestEPNS_9ae_matrixEiPNS_8ae_stateE]
dfavgerror ( struct decisionforest* df, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )
[symbol: _ZN11alglib_impl10dfavgerrorEPNS_14decisionforestEPNS_9ae_matrixEiPNS_8ae_stateE]
dfavgrelerror ( struct decisionforest* df, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )
[symbol: _ZN11alglib_impl13dfavgrelerrorEPNS_14decisionforestEPNS_9ae_matrixEiPNS_8ae_stateE]
dfbuildinternal ( ae_matrix* xy, ae_int_t npoints, ae_int_t nvars, ae_int_t nclasses, ae_int_t ntrees, ae_int_t samplesize, ae_int_t nfeatures, ae_int_t flags, ae_int_t* info, struct decisionforest* df, struct dfreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl15dfbuildinternalEPNS_9ae_matrixEiiiiiiiPiPNS_14decisionforestEPNS_8dfreportEPNS_8ae_stateE]
dfbuildrandomdecisionforest ( ae_matrix* xy, ae_int_t npoints, ae_int_t nvars, ae_int_t nclasses, ae_int_t ntrees, double r, ae_int_t* info, struct decisionforest* df, struct dfreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl27dfbuildrandomdecisionforestEPNS_9ae_matrixEiiiidPiPNS_14decisionforestEPNS_8dfreportEPNS_8ae_stateE]
dfcopy ( struct decisionforest* df1, struct decisionforest* df2, struct ae_state* _state )
[symbol: _ZN11alglib_impl6dfcopyEPNS_14decisionforestES1_PNS_8ae_stateE]
dfprocess ( struct decisionforest* df, ae_vector* x, ae_vector* y, struct ae_state* _state )
[symbol: _ZN11alglib_impl9dfprocessEPNS_14decisionforestEPNS_9ae_vectorES3_PNS_8ae_stateE]
dfprocessi ( struct decisionforest* df, ae_vector* x, ae_vector* y, struct ae_state* _state )
[symbol: _ZN11alglib_impl10dfprocessiEPNS_14decisionforestEPNS_9ae_vectorES3_PNS_8ae_stateE]
dfrelclserror ( struct decisionforest* df, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )
[symbol: _ZN11alglib_impl13dfrelclserrorEPNS_14decisionforestEPNS_9ae_matrixEiPNS_8ae_stateE]
dfrmserror ( struct decisionforest* df, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )
[symbol: _ZN11alglib_impl10dfrmserrorEPNS_14decisionforestEPNS_9ae_matrixEiPNS_8ae_stateE]
dserraccumulate ( ae_vector* buf, ae_vector* y, ae_vector* desiredy, struct ae_state* _state )
[symbol: _ZN11alglib_impl15dserraccumulateEPNS_9ae_vectorES1_S1_PNS_8ae_stateE]
dserrallocate ( ae_int_t nclasses, ae_vector* buf, struct ae_state* _state )
[symbol: _ZN11alglib_impl13dserrallocateEiPNS_9ae_vectorEPNS_8ae_stateE]
dserrfinish ( ae_vector* buf, struct ae_state* _state )
[symbol: _ZN11alglib_impl11dserrfinishEPNS_9ae_vectorEPNS_8ae_stateE]
dsgetmeanmindistance ( ae_matrix* xy, ae_int_t npoints, ae_int_t nvars, struct ae_state* _state )
[symbol: _ZN11alglib_impl20dsgetmeanmindistanceEPNS_9ae_matrixEiiPNS_8ae_stateE]
dsnormalize ( ae_matrix* xy, ae_int_t npoints, ae_int_t nvars, ae_int_t* info, ae_vector* means, ae_vector* sigmas, struct ae_state* _state )
[symbol: _ZN11alglib_impl11dsnormalizeEPNS_9ae_matrixEiiPiPNS_9ae_vectorES4_PNS_8ae_stateE]
dsnormalizec ( ae_matrix* xy, ae_int_t npoints, ae_int_t nvars, ae_int_t* info, ae_vector* means, ae_vector* sigmas, struct ae_state* _state )
[symbol: _ZN11alglib_impl12dsnormalizecEPNS_9ae_matrixEiiPiPNS_9ae_vectorES4_PNS_8ae_stateE]
dsoptimalsplit2 ( ae_vector* a, ae_vector* c, ae_int_t n, ae_int_t* info, double* threshold, double* pal, double* pbl, double* par, double* pbr, double* cve, struct ae_state* _state )
[symbol: _ZN11alglib_impl15dsoptimalsplit2EPNS_9ae_vectorES1_iPiPdS3_S3_S3_S3_S3_PNS_8ae_stateE]
dsoptimalsplit2fast ( ae_vector* a, ae_vector* c, ae_vector* tiesbuf, ae_vector* cntbuf, ae_vector* bufr, ae_vector* bufi, ae_int_t n, ae_int_t nc, double alpha, ae_int_t* info, double* threshold, double* rms, double* cvrms, struct ae_state* _state )
[symbol: _ZN11alglib_impl19dsoptimalsplit2fastEPNS_9ae_vectorES1_S1_S1_S1_S1_iidPiPdS3_S3_PNS_8ae_stateE]
dsoptimalsplitk ( ae_vector* a, ae_vector* c, ae_int_t n, ae_int_t nc, ae_int_t kmax, ae_int_t* info, ae_vector* thresholds, ae_int_t* ni, double* cve, struct ae_state* _state )
[symbol: _ZN11alglib_impl15dsoptimalsplitkEPNS_9ae_vectorES1_iiiPiS1_S2_PdPNS_8ae_stateE]
dssplitk ( ae_vector* a, ae_vector* c, ae_int_t n, ae_int_t nc, ae_int_t kmax, ae_int_t* info, ae_vector* thresholds, ae_int_t* ni, double* cve, struct ae_state* _state )
[symbol: _ZN11alglib_impl8dssplitkEPNS_9ae_vectorES1_iiiPiS1_S2_PdPNS_8ae_stateE]
dstie ( ae_vector* a, ae_int_t n, ae_vector* ties, ae_int_t* tiecount, ae_vector* p1, ae_vector* p2, struct ae_state* _state )
[symbol: _ZN11alglib_impl5dstieEPNS_9ae_vectorEiS1_PiS1_S1_PNS_8ae_stateE]
dstiefasti ( ae_vector* a, ae_vector* b, ae_int_t n, ae_vector* ties, ae_int_t* tiecount, ae_vector* bufr, ae_vector* bufi, struct ae_state* _state )
[symbol: _ZN11alglib_impl10dstiefastiEPNS_9ae_vectorES1_iS1_PiS1_S1_PNS_8ae_stateE]
fisherlda ( ae_matrix* xy, ae_int_t npoints, ae_int_t nvars, ae_int_t nclasses, ae_int_t* info, ae_vector* w, struct ae_state* _state )
[symbol: _ZN11alglib_impl9fisherldaEPNS_9ae_matrixEiiiPiPNS_9ae_vectorEPNS_8ae_stateE]
fisherldan ( ae_matrix* xy, ae_int_t npoints, ae_int_t nvars, ae_int_t nclasses, ae_int_t* info, ae_matrix* w, struct ae_state* _state )
[symbol: _ZN11alglib_impl10fisherldanEPNS_9ae_matrixEiiiPiS1_PNS_8ae_stateE]
kmeansgenerate ( ae_matrix* xy, ae_int_t npoints, ae_int_t nvars, ae_int_t k, ae_int_t restarts, ae_int_t* info, ae_matrix* c, ae_vector* xyc, struct ae_state* _state )
[symbol: _ZN11alglib_impl14kmeansgenerateEPNS_9ae_matrixEiiiiPiS1_PNS_9ae_vectorEPNS_8ae_stateE]
lravgerror ( struct linearmodel* lm, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )
[symbol: _ZN11alglib_impl10lravgerrorEPNS_11linearmodelEPNS_9ae_matrixEiPNS_8ae_stateE]
lravgrelerror ( struct linearmodel* lm, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )
[symbol: _ZN11alglib_impl13lravgrelerrorEPNS_11linearmodelEPNS_9ae_matrixEiPNS_8ae_stateE]
lrbuild ( ae_matrix* xy, ae_int_t npoints, ae_int_t nvars, ae_int_t* info, struct linearmodel* lm, struct lrreport* ar, struct ae_state* _state )
[symbol: _ZN11alglib_impl7lrbuildEPNS_9ae_matrixEiiPiPNS_11linearmodelEPNS_8lrreportEPNS_8ae_stateE]
lrbuilds ( ae_matrix* xy, ae_vector* s, ae_int_t npoints, ae_int_t nvars, ae_int_t* info, struct linearmodel* lm, struct lrreport* ar, struct ae_state* _state )
[symbol: _ZN11alglib_impl8lrbuildsEPNS_9ae_matrixEPNS_9ae_vectorEiiPiPNS_11linearmodelEPNS_8lrreportEPNS_8ae_stateE]
lrbuildz ( ae_matrix* xy, ae_int_t npoints, ae_int_t nvars, ae_int_t* info, struct linearmodel* lm, struct lrreport* ar, struct ae_state* _state )
[symbol: _ZN11alglib_impl8lrbuildzEPNS_9ae_matrixEiiPiPNS_11linearmodelEPNS_8lrreportEPNS_8ae_stateE]
lrbuildzs ( ae_matrix* xy, ae_vector* s, ae_int_t npoints, ae_int_t nvars, ae_int_t* info, struct linearmodel* lm, struct lrreport* ar, struct ae_state* _state )
[symbol: _ZN11alglib_impl9lrbuildzsEPNS_9ae_matrixEPNS_9ae_vectorEiiPiPNS_11linearmodelEPNS_8lrreportEPNS_8ae_stateE]
lrcopy ( struct linearmodel* lm1, struct linearmodel* lm2, struct ae_state* _state )
[symbol: _ZN11alglib_impl6lrcopyEPNS_11linearmodelES1_PNS_8ae_stateE]
lrline ( ae_matrix* xy, ae_int_t n, ae_int_t* info, double* a, double* b, struct ae_state* _state )
[symbol: _ZN11alglib_impl6lrlineEPNS_9ae_matrixEiPiPdS3_PNS_8ae_stateE]
lrlines ( ae_matrix* xy, ae_vector* s, ae_int_t n, ae_int_t* info, double* a, double* b, double* vara, double* varb, double* covab, double* corrab, double* p, struct ae_state* _state )
[symbol: _ZN11alglib_impl7lrlinesEPNS_9ae_matrixEPNS_9ae_vectorEiPiPdS5_S5_S5_S5_S5_S5_PNS_8ae_stateE]
lrpack ( ae_vector* v, ae_int_t nvars, struct linearmodel* lm, struct ae_state* _state )
[symbol: _ZN11alglib_impl6lrpackEPNS_9ae_vectorEiPNS_11linearmodelEPNS_8ae_stateE]
lrprocess ( struct linearmodel* lm, ae_vector* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl9lrprocessEPNS_11linearmodelEPNS_9ae_vectorEPNS_8ae_stateE]
lrrmserror ( struct linearmodel* lm, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )
[symbol: _ZN11alglib_impl10lrrmserrorEPNS_11linearmodelEPNS_9ae_matrixEiPNS_8ae_stateE]
lrunpack ( struct linearmodel* lm, ae_vector* v, ae_int_t* nvars, struct ae_state* _state )
[symbol: _ZN11alglib_impl8lrunpackEPNS_11linearmodelEPNS_9ae_vectorEPiPNS_8ae_stateE]
mlpavgce ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )
[symbol: _ZN11alglib_impl8mlpavgceEPNS_20multilayerperceptronEPNS_9ae_matrixEiPNS_8ae_stateE]
mlpavgerror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )
[symbol: _ZN11alglib_impl11mlpavgerrorEPNS_20multilayerperceptronEPNS_9ae_matrixEiPNS_8ae_stateE]
mlpavgrelerror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )
[symbol: _ZN11alglib_impl14mlpavgrelerrorEPNS_20multilayerperceptronEPNS_9ae_matrixEiPNS_8ae_stateE]
mlpclserror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, struct ae_state* _state )
[symbol: _ZN11alglib_impl11mlpclserrorEPNS_20multilayerperceptronEPNS_9ae_matrixEiPNS_8ae_stateE]
mlpcopy ( struct multilayerperceptron* network1, struct multilayerperceptron* network2, struct ae_state* _state )
[symbol: _ZN11alglib_impl7mlpcopyEPNS_20multilayerperceptronES1_PNS_8ae_stateE]
mlpcreate0 ( ae_int_t nin, ae_int_t nout, struct multilayerperceptron* network, struct ae_state* _state )
[symbol: _ZN11alglib_impl10mlpcreate0EiiPNS_20multilayerperceptronEPNS_8ae_stateE]
mlpcreate1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, struct multilayerperceptron* network, struct ae_state* _state )
[symbol: _ZN11alglib_impl10mlpcreate1EiiiPNS_20multilayerperceptronEPNS_8ae_stateE]
mlpcreate2 ( ae_int_t nin, ae_int_t nhid1, ae_int_t nhid2, ae_int_t nout, struct multilayerperceptron* network, struct ae_state* _state )
[symbol: _ZN11alglib_impl10mlpcreate2EiiiiPNS_20multilayerperceptronEPNS_8ae_stateE]
mlpcreateb0 ( ae_int_t nin, ae_int_t nout, double b, double d, struct multilayerperceptron* network, struct ae_state* _state )
[symbol: _ZN11alglib_impl11mlpcreateb0EiiddPNS_20multilayerperceptronEPNS_8ae_stateE]
mlpcreateb1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, double b, double d, struct multilayerperceptron* network, struct ae_state* _state )
[symbol: _ZN11alglib_impl11mlpcreateb1EiiiddPNS_20multilayerperceptronEPNS_8ae_stateE]
mlpcreateb2 ( ae_int_t nin, ae_int_t nhid1, ae_int_t nhid2, ae_int_t nout, double b, double d, struct multilayerperceptron* network, struct ae_state* _state )
[symbol: _ZN11alglib_impl11mlpcreateb2EiiiiddPNS_20multilayerperceptronEPNS_8ae_stateE]
mlpcreatec0 ( ae_int_t nin, ae_int_t nout, struct multilayerperceptron* network, struct ae_state* _state )
[symbol: _ZN11alglib_impl11mlpcreatec0EiiPNS_20multilayerperceptronEPNS_8ae_stateE]
mlpcreatec1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, struct multilayerperceptron* network, struct ae_state* _state )
[symbol: _ZN11alglib_impl11mlpcreatec1EiiiPNS_20multilayerperceptronEPNS_8ae_stateE]
mlpcreatec2 ( ae_int_t nin, ae_int_t nhid1, ae_int_t nhid2, ae_int_t nout, struct multilayerperceptron* network, struct ae_state* _state )
[symbol: _ZN11alglib_impl11mlpcreatec2EiiiiPNS_20multilayerperceptronEPNS_8ae_stateE]
mlpcreater0 ( ae_int_t nin, ae_int_t nout, double a, double b, struct multilayerperceptron* network, struct ae_state* _state )
[symbol: _ZN11alglib_impl11mlpcreater0EiiddPNS_20multilayerperceptronEPNS_8ae_stateE]
mlpcreater1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, double a, double b, struct multilayerperceptron* network, struct ae_state* _state )
[symbol: _ZN11alglib_impl11mlpcreater1EiiiddPNS_20multilayerperceptronEPNS_8ae_stateE]
mlpcreater2 ( ae_int_t nin, ae_int_t nhid1, ae_int_t nhid2, ae_int_t nout, double a, double b, struct multilayerperceptron* network, struct ae_state* _state )
[symbol: _ZN11alglib_impl11mlpcreater2EiiiiddPNS_20multilayerperceptronEPNS_8ae_stateE]
mlpeavgce ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )
[symbol: _ZN11alglib_impl9mlpeavgceEPNS_11mlpensembleEPNS_9ae_matrixEiPNS_8ae_stateE]
mlpeavgerror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )
[symbol: _ZN11alglib_impl12mlpeavgerrorEPNS_11mlpensembleEPNS_9ae_matrixEiPNS_8ae_stateE]
mlpeavgrelerror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )
[symbol: _ZN11alglib_impl15mlpeavgrelerrorEPNS_11mlpensembleEPNS_9ae_matrixEiPNS_8ae_stateE]
mlpebagginglbfgs ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, double decay, ae_int_t restarts, double wstep, ae_int_t maxits, ae_int_t* info, struct mlpreport* rep, struct mlpcvreport* ooberrors, struct ae_state* _state )
[symbol: _ZN11alglib_impl16mlpebagginglbfgsEPNS_11mlpensembleEPNS_9ae_matrixEididiPiPNS_9mlpreportEPNS_11mlpcvreportEPNS_8ae_stateE]
mlpebagginglm ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, double decay, ae_int_t restarts, ae_int_t* info, struct mlpreport* rep, struct mlpcvreport* ooberrors, struct ae_state* _state )
[symbol: _ZN11alglib_impl13mlpebagginglmEPNS_11mlpensembleEPNS_9ae_matrixEidiPiPNS_9mlpreportEPNS_11mlpcvreportEPNS_8ae_stateE]
mlpecopy ( struct mlpensemble* ensemble1, struct mlpensemble* ensemble2, struct ae_state* _state )
[symbol: _ZN11alglib_impl8mlpecopyEPNS_11mlpensembleES1_PNS_8ae_stateE]
mlpecreate0 ( ae_int_t nin, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, struct ae_state* _state )
[symbol: _ZN11alglib_impl11mlpecreate0EiiiPNS_11mlpensembleEPNS_8ae_stateE]
mlpecreate1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, struct ae_state* _state )
[symbol: _ZN11alglib_impl11mlpecreate1EiiiiPNS_11mlpensembleEPNS_8ae_stateE]
mlpecreate2 ( ae_int_t nin, ae_int_t nhid1, ae_int_t nhid2, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, struct ae_state* _state )
[symbol: _ZN11alglib_impl11mlpecreate2EiiiiiPNS_11mlpensembleEPNS_8ae_stateE]
mlpecreateb0 ( ae_int_t nin, ae_int_t nout, double b, double d, ae_int_t ensemblesize, struct mlpensemble* ensemble, struct ae_state* _state )
[symbol: _ZN11alglib_impl12mlpecreateb0EiiddiPNS_11mlpensembleEPNS_8ae_stateE]
mlpecreateb1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, double b, double d, ae_int_t ensemblesize, struct mlpensemble* ensemble, struct ae_state* _state )
[symbol: _ZN11alglib_impl12mlpecreateb1EiiiddiPNS_11mlpensembleEPNS_8ae_stateE]
mlpecreateb2 ( ae_int_t nin, ae_int_t nhid1, ae_int_t nhid2, ae_int_t nout, double b, double d, ae_int_t ensemblesize, struct mlpensemble* ensemble, struct ae_state* _state )
[symbol: _ZN11alglib_impl12mlpecreateb2EiiiiddiPNS_11mlpensembleEPNS_8ae_stateE]
mlpecreatec0 ( ae_int_t nin, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, struct ae_state* _state )
[symbol: _ZN11alglib_impl12mlpecreatec0EiiiPNS_11mlpensembleEPNS_8ae_stateE]
mlpecreatec1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, struct ae_state* _state )
[symbol: _ZN11alglib_impl12mlpecreatec1EiiiiPNS_11mlpensembleEPNS_8ae_stateE]
mlpecreatec2 ( ae_int_t nin, ae_int_t nhid1, ae_int_t nhid2, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, struct ae_state* _state )
[symbol: _ZN11alglib_impl12mlpecreatec2EiiiiiPNS_11mlpensembleEPNS_8ae_stateE]
mlpecreatefromnetwork ( struct multilayerperceptron* network, ae_int_t ensemblesize, struct mlpensemble* ensemble, struct ae_state* _state )
[symbol: _ZN11alglib_impl21mlpecreatefromnetworkEPNS_20multilayerperceptronEiPNS_11mlpensembleEPNS_8ae_stateE]
mlpecreater0 ( ae_int_t nin, ae_int_t nout, double a, double b, ae_int_t ensemblesize, struct mlpensemble* ensemble, struct ae_state* _state )
[symbol: _ZN11alglib_impl12mlpecreater0EiiddiPNS_11mlpensembleEPNS_8ae_stateE]
mlpecreater1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, double a, double b, ae_int_t ensemblesize, struct mlpensemble* ensemble, struct ae_state* _state )
[symbol: _ZN11alglib_impl12mlpecreater1EiiiddiPNS_11mlpensembleEPNS_8ae_stateE]
mlpecreater2 ( ae_int_t nin, ae_int_t nhid1, ae_int_t nhid2, ae_int_t nout, double a, double b, ae_int_t ensemblesize, struct mlpensemble* ensemble, struct ae_state* _state )
[symbol: _ZN11alglib_impl12mlpecreater2EiiiiddiPNS_11mlpensembleEPNS_8ae_stateE]
mlpeissoftmax ( struct mlpensemble* ensemble, struct ae_state* _state )
[symbol: _ZN11alglib_impl13mlpeissoftmaxEPNS_11mlpensembleEPNS_8ae_stateE]
mlpeprocess ( struct mlpensemble* ensemble, ae_vector* x, ae_vector* y, struct ae_state* _state )
[symbol: _ZN11alglib_impl11mlpeprocessEPNS_11mlpensembleEPNS_9ae_vectorES3_PNS_8ae_stateE]
mlpeprocessi ( struct mlpensemble* ensemble, ae_vector* x, ae_vector* y, struct ae_state* _state )
[symbol: _ZN11alglib_impl12mlpeprocessiEPNS_11mlpensembleEPNS_9ae_vectorES3_PNS_8ae_stateE]
mlpeproperties ( struct mlpensemble* ensemble, ae_int_t* nin, ae_int_t* nout, struct ae_state* _state )
[symbol: _ZN11alglib_impl14mlpepropertiesEPNS_11mlpensembleEPiS2_PNS_8ae_stateE]
mlperandomize ( struct mlpensemble* ensemble, struct ae_state* _state )
[symbol: _ZN11alglib_impl13mlperandomizeEPNS_11mlpensembleEPNS_8ae_stateE]
mlperelclserror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )
[symbol: _ZN11alglib_impl15mlperelclserrorEPNS_11mlpensembleEPNS_9ae_matrixEiPNS_8ae_stateE]
mlpermserror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )
[symbol: _ZN11alglib_impl12mlpermserrorEPNS_11mlpensembleEPNS_9ae_matrixEiPNS_8ae_stateE]
mlperror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, struct ae_state* _state )
[symbol: _ZN11alglib_impl8mlperrorEPNS_20multilayerperceptronEPNS_9ae_matrixEiPNS_8ae_stateE]
mlperrorn ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, struct ae_state* _state )
[symbol: _ZN11alglib_impl9mlperrornEPNS_20multilayerperceptronEPNS_9ae_matrixEiPNS_8ae_stateE]
mlpeserialize ( struct mlpensemble* ensemble, ae_vector* ra, ae_int_t* rlen, struct ae_state* _state )
[symbol: _ZN11alglib_impl13mlpeserializeEPNS_11mlpensembleEPNS_9ae_vectorEPiPNS_8ae_stateE]
mlpetraines ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, double decay, ae_int_t restarts, ae_int_t* info, struct mlpreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl11mlpetrainesEPNS_11mlpensembleEPNS_9ae_matrixEidiPiPNS_9mlpreportEPNS_8ae_stateE]
mlpeunserialize ( ae_vector* ra, struct mlpensemble* ensemble, struct ae_state* _state )
[symbol: _ZN11alglib_impl15mlpeunserializeEPNS_9ae_vectorEPNS_11mlpensembleEPNS_8ae_stateE]
mlpgrad ( struct multilayerperceptron* network, ae_vector* x, ae_vector* desiredy, double* e, ae_vector* grad, struct ae_state* _state )
[symbol: _ZN11alglib_impl7mlpgradEPNS_20multilayerperceptronEPNS_9ae_vectorES3_PdS3_PNS_8ae_stateE]
mlpgradbatch ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, double* e, ae_vector* grad, struct ae_state* _state )
[symbol: _ZN11alglib_impl12mlpgradbatchEPNS_20multilayerperceptronEPNS_9ae_matrixEiPdPNS_9ae_vectorEPNS_8ae_stateE]
mlpgradn ( struct multilayerperceptron* network, ae_vector* x, ae_vector* desiredy, double* e, ae_vector* grad, struct ae_state* _state )
[symbol: _ZN11alglib_impl8mlpgradnEPNS_20multilayerperceptronEPNS_9ae_vectorES3_PdS3_PNS_8ae_stateE]
mlpgradnbatch ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, double* e, ae_vector* grad, struct ae_state* _state )
[symbol: _ZN11alglib_impl13mlpgradnbatchEPNS_20multilayerperceptronEPNS_9ae_matrixEiPdPNS_9ae_vectorEPNS_8ae_stateE]
mlphessianbatch ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, double* e, ae_vector* grad, ae_matrix* h, struct ae_state* _state )
[symbol: _ZN11alglib_impl15mlphessianbatchEPNS_20multilayerperceptronEPNS_9ae_matrixEiPdPNS_9ae_vectorES3_PNS_8ae_stateE]
mlphessiannbatch ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, double* e, ae_vector* grad, ae_matrix* h, struct ae_state* _state )
[symbol: _ZN11alglib_impl16mlphessiannbatchEPNS_20multilayerperceptronEPNS_9ae_matrixEiPdPNS_9ae_vectorES3_PNS_8ae_stateE]
mlpinitpreprocessor ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, struct ae_state* _state )
[symbol: _ZN11alglib_impl19mlpinitpreprocessorEPNS_20multilayerperceptronEPNS_9ae_matrixEiPNS_8ae_stateE]
mlpinternalprocessvector ( ae_vector* structinfo, ae_vector* weights, ae_vector* columnmeans, ae_vector* columnsigmas, ae_vector* neurons, ae_vector* dfdnet, ae_vector* x, ae_vector* y, struct ae_state* _state )
[symbol: _ZN11alglib_impl24mlpinternalprocessvectorEPNS_9ae_vectorES1_S1_S1_S1_S1_S1_S1_PNS_8ae_stateE]
mlpissoftmax ( struct multilayerperceptron* network, struct ae_state* _state )
[symbol: _ZN11alglib_impl12mlpissoftmaxEPNS_20multilayerperceptronEPNS_8ae_stateE]
mlpkfoldcvlbfgs ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, double decay, ae_int_t restarts, double wstep, ae_int_t maxits, ae_int_t foldscount, ae_int_t* info, struct mlpreport* rep, struct mlpcvreport* cvrep, struct ae_state* _state )
[symbol: _ZN11alglib_impl15mlpkfoldcvlbfgsEPNS_20multilayerperceptronEPNS_9ae_matrixEididiiPiPNS_9mlpreportEPNS_11mlpcvreportEPNS_8ae_stateE]
mlpkfoldcvlm ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, double decay, ae_int_t restarts, ae_int_t foldscount, ae_int_t* info, struct mlpreport* rep, struct mlpcvreport* cvrep, struct ae_state* _state )
[symbol: _ZN11alglib_impl12mlpkfoldcvlmEPNS_20multilayerperceptronEPNS_9ae_matrixEidiiPiPNS_9mlpreportEPNS_11mlpcvreportEPNS_8ae_stateE]
mlpprocess ( struct multilayerperceptron* network, ae_vector* x, ae_vector* y, struct ae_state* _state )
[symbol: _ZN11alglib_impl10mlpprocessEPNS_20multilayerperceptronEPNS_9ae_vectorES3_PNS_8ae_stateE]
mlpprocessi ( struct multilayerperceptron* network, ae_vector* x, ae_vector* y, struct ae_state* _state )
[symbol: _ZN11alglib_impl11mlpprocessiEPNS_20multilayerperceptronEPNS_9ae_vectorES3_PNS_8ae_stateE]
mlpproperties ( struct multilayerperceptron* network, ae_int_t* nin, ae_int_t* nout, ae_int_t* wcount, struct ae_state* _state )
[symbol: _ZN11alglib_impl13mlppropertiesEPNS_20multilayerperceptronEPiS2_S2_PNS_8ae_stateE]
mlprandomize ( struct multilayerperceptron* network, struct ae_state* _state )
[symbol: _ZN11alglib_impl12mlprandomizeEPNS_20multilayerperceptronEPNS_8ae_stateE]
mlprandomizefull ( struct multilayerperceptron* network, struct ae_state* _state )
[symbol: _ZN11alglib_impl16mlprandomizefullEPNS_20multilayerperceptronEPNS_8ae_stateE]
mlprelclserror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )
[symbol: _ZN11alglib_impl14mlprelclserrorEPNS_20multilayerperceptronEPNS_9ae_matrixEiPNS_8ae_stateE]
mlprmserror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )
[symbol: _ZN11alglib_impl11mlprmserrorEPNS_20multilayerperceptronEPNS_9ae_matrixEiPNS_8ae_stateE]
mlpserialize ( struct multilayerperceptron* network, ae_vector* ra, ae_int_t* rlen, struct ae_state* _state )
[symbol: _ZN11alglib_impl12mlpserializeEPNS_20multilayerperceptronEPNS_9ae_vectorEPiPNS_8ae_stateE]
mlptraines ( struct multilayerperceptron* network, ae_matrix* trnxy, ae_int_t trnsize, ae_matrix* valxy, ae_int_t valsize, double decay, ae_int_t restarts, ae_int_t* info, struct mlpreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl10mlptrainesEPNS_20multilayerperceptronEPNS_9ae_matrixEiS3_idiPiPNS_9mlpreportEPNS_8ae_stateE]
mlptrainlbfgs ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, double decay, ae_int_t restarts, double wstep, ae_int_t maxits, ae_int_t* info, struct mlpreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl13mlptrainlbfgsEPNS_20multilayerperceptronEPNS_9ae_matrixEididiPiPNS_9mlpreportEPNS_8ae_stateE]
mlptrainlm ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, double decay, ae_int_t restarts, ae_int_t* info, struct mlpreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl10mlptrainlmEPNS_20multilayerperceptronEPNS_9ae_matrixEidiPiPNS_9mlpreportEPNS_8ae_stateE]
mlpunserialize ( ae_vector* ra, struct multilayerperceptron* network, struct ae_state* _state )
[symbol: _ZN11alglib_impl14mlpunserializeEPNS_9ae_vectorEPNS_20multilayerperceptronEPNS_8ae_stateE]
mnlavgce ( struct logitmodel* lm, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )
[symbol: _ZN11alglib_impl8mnlavgceEPNS_10logitmodelEPNS_9ae_matrixEiPNS_8ae_stateE]
mnlavgerror ( struct logitmodel* lm, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )
[symbol: _ZN11alglib_impl11mnlavgerrorEPNS_10logitmodelEPNS_9ae_matrixEiPNS_8ae_stateE]
mnlavgrelerror ( struct logitmodel* lm, ae_matrix* xy, ae_int_t ssize, struct ae_state* _state )
[symbol: _ZN11alglib_impl14mnlavgrelerrorEPNS_10logitmodelEPNS_9ae_matrixEiPNS_8ae_stateE]
mnlclserror ( struct logitmodel* lm, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )
[symbol: _ZN11alglib_impl11mnlclserrorEPNS_10logitmodelEPNS_9ae_matrixEiPNS_8ae_stateE]
mnlcopy ( struct logitmodel* lm1, struct logitmodel* lm2, struct ae_state* _state )
[symbol: _ZN11alglib_impl7mnlcopyEPNS_10logitmodelES1_PNS_8ae_stateE]
mnlpack ( ae_matrix* a, ae_int_t nvars, ae_int_t nclasses, struct logitmodel* lm, struct ae_state* _state )
[symbol: _ZN11alglib_impl7mnlpackEPNS_9ae_matrixEiiPNS_10logitmodelEPNS_8ae_stateE]
mnlprocess ( struct logitmodel* lm, ae_vector* x, ae_vector* y, struct ae_state* _state )
[symbol: _ZN11alglib_impl10mnlprocessEPNS_10logitmodelEPNS_9ae_vectorES3_PNS_8ae_stateE]
mnlprocessi ( struct logitmodel* lm, ae_vector* x, ae_vector* y, struct ae_state* _state )
[symbol: _ZN11alglib_impl11mnlprocessiEPNS_10logitmodelEPNS_9ae_vectorES3_PNS_8ae_stateE]
mnlrelclserror ( struct logitmodel* lm, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )
[symbol: _ZN11alglib_impl14mnlrelclserrorEPNS_10logitmodelEPNS_9ae_matrixEiPNS_8ae_stateE]
mnlrmserror ( struct logitmodel* lm, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )
[symbol: _ZN11alglib_impl11mnlrmserrorEPNS_10logitmodelEPNS_9ae_matrixEiPNS_8ae_stateE]
mnltrainh ( ae_matrix* xy, ae_int_t npoints, ae_int_t nvars, ae_int_t nclasses, ae_int_t* info, struct logitmodel* lm, struct mnlreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl9mnltrainhEPNS_9ae_matrixEiiiPiPNS_10logitmodelEPNS_9mnlreportEPNS_8ae_stateE]
mnlunpack ( struct logitmodel* lm, ae_matrix* a, ae_int_t* nvars, ae_int_t* nclasses, struct ae_state* _state )
[symbol: _ZN11alglib_impl9mnlunpackEPNS_10logitmodelEPNS_9ae_matrixEPiS4_PNS_8ae_stateE]
pcabuildbasis ( ae_matrix* x, ae_int_t npoints, ae_int_t nvars, ae_int_t* info, ae_vector* s2, ae_matrix* v, struct ae_state* _state )
[symbol: _ZN11alglib_impl13pcabuildbasisEPNS_9ae_matrixEiiPiPNS_9ae_vectorES1_PNS_8ae_stateE]
diffequations.h,
libalglib.so
namespace alglib
_odesolverreport_owner::_odesolverreport_owner [in-charge] ( )
[symbol: _ZN6alglib22_odesolverreport_ownerC1Ev]
_odesolverreport_owner::_odesolverreport_owner [in-charge] ( _odesolverreport_owner const& rhs )
[symbol: _ZN6alglib22_odesolverreport_ownerC1ERKS0_]
_odesolverreport_owner::_odesolverreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib22_odesolverreport_ownerC2Ev]
_odesolverreport_owner::_odesolverreport_owner [not-in-charge] ( _odesolverreport_owner const& rhs )
[symbol: _ZN6alglib22_odesolverreport_ownerC2ERKS0_]
_odesolverreport_owner::c_ptr ( )
[symbol: _ZN6alglib22_odesolverreport_owner5c_ptrEv]
_odesolverreport_owner::c_ptr ( ) const
[symbol: _ZNK6alglib22_odesolverreport_owner5c_ptrEv]
_odesolverreport_owner::operator = ( _odesolverreport_owner const& rhs )
[symbol: _ZN6alglib22_odesolverreport_owneraSERKS0_]
_odesolverreport_owner::~_odesolverreport_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib22_odesolverreport_ownerD0Ev]
_odesolverreport_owner::~_odesolverreport_owner [in-charge] ( )
[symbol: _ZN6alglib22_odesolverreport_ownerD1Ev]
_odesolverreport_owner::~_odesolverreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib22_odesolverreport_ownerD2Ev]
_odesolverstate_owner::_odesolverstate_owner [in-charge] ( )
[symbol: _ZN6alglib21_odesolverstate_ownerC1Ev]
_odesolverstate_owner::_odesolverstate_owner [in-charge] ( _odesolverstate_owner const& rhs )
[symbol: _ZN6alglib21_odesolverstate_ownerC1ERKS0_]
_odesolverstate_owner::_odesolverstate_owner [not-in-charge] ( )
[symbol: _ZN6alglib21_odesolverstate_ownerC2Ev]
_odesolverstate_owner::_odesolverstate_owner [not-in-charge] ( _odesolverstate_owner const& rhs )
[symbol: _ZN6alglib21_odesolverstate_ownerC2ERKS0_]
_odesolverstate_owner::c_ptr ( )
[symbol: _ZN6alglib21_odesolverstate_owner5c_ptrEv]
_odesolverstate_owner::c_ptr ( ) const
[symbol: _ZNK6alglib21_odesolverstate_owner5c_ptrEv]
_odesolverstate_owner::operator = ( _odesolverstate_owner const& rhs )
[symbol: _ZN6alglib21_odesolverstate_owneraSERKS0_]
_odesolverstate_owner::~_odesolverstate_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib21_odesolverstate_ownerD0Ev]
_odesolverstate_owner::~_odesolverstate_owner [in-charge] ( )
[symbol: _ZN6alglib21_odesolverstate_ownerD1Ev]
_odesolverstate_owner::~_odesolverstate_owner [not-in-charge] ( )
[symbol: _ZN6alglib21_odesolverstate_ownerD2Ev]
odesolveriteration ( odesolverstate const& state )
[symbol: _ZN6alglib18odesolveriterationERKNS_14odesolverstateE]
odesolverreport::odesolverreport [in-charge] ( )
[symbol: _ZN6alglib15odesolverreportC1Ev]
odesolverreport::odesolverreport [in-charge] ( odesolverreport const& rhs )
[symbol: _ZN6alglib15odesolverreportC1ERKS0_]
odesolverreport::odesolverreport [not-in-charge] ( )
[symbol: _ZN6alglib15odesolverreportC2Ev]
odesolverreport::odesolverreport [not-in-charge] ( odesolverreport const& rhs )
[symbol: _ZN6alglib15odesolverreportC2ERKS0_]
odesolverreport::operator = ( odesolverreport const& rhs )
[symbol: _ZN6alglib15odesolverreportaSERKS0_]
odesolverreport::~odesolverreport [in-charge-deleting] ( )
[symbol: _ZN6alglib15odesolverreportD0Ev]
odesolverreport::~odesolverreport [in-charge] ( )
[symbol: _ZN6alglib15odesolverreportD1Ev]
odesolverreport::~odesolverreport [not-in-charge] ( )
[symbol: _ZN6alglib15odesolverreportD2Ev]
odesolverresults ( odesolverstate const& state, ae_int_t& m, real_1d_array& xtbl, real_2d_array& ytbl, odesolverreport& rep )
[symbol: _ZN6alglib16odesolverresultsERKNS_14odesolverstateERiRNS_13real_1d_arrayERNS_13real_2d_arrayERNS_15odesolverreportE]
odesolverrkck ( real_1d_array const& y, ae_int_t const n, real_1d_array const& x, ae_int_t const m, double const eps, double const h, odesolverstate& state )
[symbol: _ZN6alglib13odesolverrkckERKNS_13real_1d_arrayEiS2_iddRNS_14odesolverstateE]
odesolverrkck ( real_1d_array const& y, real_1d_array const& x, double const eps, double const h, odesolverstate& state )
[symbol: _ZN6alglib13odesolverrkckERKNS_13real_1d_arrayES2_ddRNS_14odesolverstateE]
odesolversolve ( odesolverstate& state, void(*diff)(real_1d_array const&, double, real_1d_array&, void*), void* ptr )
[symbol: _ZN6alglib14odesolversolveERNS_14odesolverstateEPFvRKNS_13real_1d_arrayEdRS2_PvES6_]
odesolverstate::odesolverstate [in-charge] ( )
[symbol: _ZN6alglib14odesolverstateC1Ev]
odesolverstate::odesolverstate [in-charge] ( odesolverstate const& rhs )
[symbol: _ZN6alglib14odesolverstateC1ERKS0_]
odesolverstate::odesolverstate [not-in-charge] ( )
[symbol: _ZN6alglib14odesolverstateC2Ev]
odesolverstate::odesolverstate [not-in-charge] ( odesolverstate const& rhs )
[symbol: _ZN6alglib14odesolverstateC2ERKS0_]
odesolverstate::operator = ( odesolverstate const& rhs )
[symbol: _ZN6alglib14odesolverstateaSERKS0_]
odesolverstate::~odesolverstate [in-charge-deleting] ( )
[symbol: _ZN6alglib14odesolverstateD0Ev]
odesolverstate::~odesolverstate [in-charge] ( )
[symbol: _ZN6alglib14odesolverstateD1Ev]
odesolverstate::~odesolverstate [not-in-charge] ( )
[symbol: _ZN6alglib14odesolverstateD2Ev]
diffequations.h,
libalglib.so
namespace alglib_impl
_odesolverreport_clear ( struct odesolverreport* p )
[symbol: _ZN11alglib_impl22_odesolverreport_clearEPNS_15odesolverreportE]
_odesolverreport_init ( struct odesolverreport* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl21_odesolverreport_initEPNS_15odesolverreportEPNS_8ae_stateEb]
_odesolverreport_init_copy ( struct odesolverreport* dst, struct odesolverreport* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl26_odesolverreport_init_copyEPNS_15odesolverreportES1_PNS_8ae_stateEb]
_odesolverstate_clear ( struct odesolverstate* p )
[symbol: _ZN11alglib_impl21_odesolverstate_clearEPNS_14odesolverstateE]
_odesolverstate_init ( struct odesolverstate* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl20_odesolverstate_initEPNS_14odesolverstateEPNS_8ae_stateEb]
_odesolverstate_init_copy ( struct odesolverstate* dst, struct odesolverstate* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl25_odesolverstate_init_copyEPNS_14odesolverstateES1_PNS_8ae_stateEb]
odesolveriteration ( struct odesolverstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl18odesolveriterationEPNS_14odesolverstateEPNS_8ae_stateE]
odesolverresults ( struct odesolverstate* state, ae_int_t* m, ae_vector* xtbl, ae_matrix* ytbl, struct odesolverreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl16odesolverresultsEPNS_14odesolverstateEPiPNS_9ae_vectorEPNS_9ae_matrixEPNS_15odesolverreportEPNS_8ae_stateE]
odesolverrkck ( ae_vector* y, ae_int_t n, ae_vector* x, ae_int_t m, double eps, double h, struct odesolverstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl13odesolverrkckEPNS_9ae_vectorEiS1_iddPNS_14odesolverstateEPNS_8ae_stateE]
fasttransforms.h,
libalglib.so
namespace alglib
convc1d ( complex_1d_array const& a, ae_int_t const m, complex_1d_array const& b, ae_int_t const n, complex_1d_array& r )
[symbol: _ZN6alglib7convc1dERKNS_16complex_1d_arrayEiS2_iRS0_]
convc1dcircular ( complex_1d_array const& s, ae_int_t const m, complex_1d_array const& r, ae_int_t const n, complex_1d_array& c )
[symbol: _ZN6alglib15convc1dcircularERKNS_16complex_1d_arrayEiS2_iRS0_]
convc1dcircularinv ( complex_1d_array const& a, ae_int_t const m, complex_1d_array const& b, ae_int_t const n, complex_1d_array& r )
[symbol: _ZN6alglib18convc1dcircularinvERKNS_16complex_1d_arrayEiS2_iRS0_]
convc1dinv ( complex_1d_array const& a, ae_int_t const m, complex_1d_array const& b, ae_int_t const n, complex_1d_array& r )
[symbol: _ZN6alglib10convc1dinvERKNS_16complex_1d_arrayEiS2_iRS0_]
convr1d ( real_1d_array const& a, ae_int_t const m, real_1d_array const& b, ae_int_t const n, real_1d_array& r )
[symbol: _ZN6alglib7convr1dERKNS_13real_1d_arrayEiS2_iRS0_]
convr1dcircular ( real_1d_array const& s, ae_int_t const m, real_1d_array const& r, ae_int_t const n, real_1d_array& c )
[symbol: _ZN6alglib15convr1dcircularERKNS_13real_1d_arrayEiS2_iRS0_]
convr1dcircularinv ( real_1d_array const& a, ae_int_t const m, real_1d_array const& b, ae_int_t const n, real_1d_array& r )
[symbol: _ZN6alglib18convr1dcircularinvERKNS_13real_1d_arrayEiS2_iRS0_]
convr1dinv ( real_1d_array const& a, ae_int_t const m, real_1d_array const& b, ae_int_t const n, real_1d_array& r )
[symbol: _ZN6alglib10convr1dinvERKNS_13real_1d_arrayEiS2_iRS0_]
corrc1d ( complex_1d_array const& signal, ae_int_t const n, complex_1d_array const& pattern, ae_int_t const m, complex_1d_array& r )
[symbol: _ZN6alglib7corrc1dERKNS_16complex_1d_arrayEiS2_iRS0_]
corrc1dcircular ( complex_1d_array const& signal, ae_int_t const m, complex_1d_array const& pattern, ae_int_t const n, complex_1d_array& c )
[symbol: _ZN6alglib15corrc1dcircularERKNS_16complex_1d_arrayEiS2_iRS0_]
corrr1d ( real_1d_array const& signal, ae_int_t const n, real_1d_array const& pattern, ae_int_t const m, real_1d_array& r )
[symbol: _ZN6alglib7corrr1dERKNS_13real_1d_arrayEiS2_iRS0_]
corrr1dcircular ( real_1d_array const& signal, ae_int_t const m, real_1d_array const& pattern, ae_int_t const n, real_1d_array& c )
[symbol: _ZN6alglib15corrr1dcircularERKNS_13real_1d_arrayEiS2_iRS0_]
fftc1d ( complex_1d_array& a )
[symbol: _ZN6alglib6fftc1dERNS_16complex_1d_arrayE]
fftc1d ( complex_1d_array& a, ae_int_t const n )
[symbol: _ZN6alglib6fftc1dERNS_16complex_1d_arrayEi]
fftc1dinv ( complex_1d_array& a )
[symbol: _ZN6alglib9fftc1dinvERNS_16complex_1d_arrayE]
fftc1dinv ( complex_1d_array& a, ae_int_t const n )
[symbol: _ZN6alglib9fftc1dinvERNS_16complex_1d_arrayEi]
fftr1d ( real_1d_array const& a, ae_int_t const n, complex_1d_array& f )
[symbol: _ZN6alglib6fftr1dERKNS_13real_1d_arrayEiRNS_16complex_1d_arrayE]
fftr1d ( real_1d_array const& a, complex_1d_array& f )
[symbol: _ZN6alglib6fftr1dERKNS_13real_1d_arrayERNS_16complex_1d_arrayE]
fftr1dinv ( complex_1d_array const& f, ae_int_t const n, real_1d_array& a )
[symbol: _ZN6alglib9fftr1dinvERKNS_16complex_1d_arrayEiRNS_13real_1d_arrayE]
fftr1dinv ( complex_1d_array const& f, real_1d_array& a )
[symbol: _ZN6alglib9fftr1dinvERKNS_16complex_1d_arrayERNS_13real_1d_arrayE]
fhtr1d ( real_1d_array& a, ae_int_t const n )
[symbol: _ZN6alglib6fhtr1dERNS_13real_1d_arrayEi]
fhtr1dinv ( real_1d_array& a, ae_int_t const n )
[symbol: _ZN6alglib9fhtr1dinvERNS_13real_1d_arrayEi]
fasttransforms.h,
libalglib.so
namespace alglib_impl
convc1d ( ae_vector* a, ae_int_t m, ae_vector* b, ae_int_t n, ae_vector* r, struct ae_state* _state )
[symbol: _ZN11alglib_impl7convc1dEPNS_9ae_vectorEiS1_iS1_PNS_8ae_stateE]
convc1dcircular ( ae_vector* s, ae_int_t m, ae_vector* r, ae_int_t n, ae_vector* c, struct ae_state* _state )
[symbol: _ZN11alglib_impl15convc1dcircularEPNS_9ae_vectorEiS1_iS1_PNS_8ae_stateE]
convc1dcircularinv ( ae_vector* a, ae_int_t m, ae_vector* b, ae_int_t n, ae_vector* r, struct ae_state* _state )
[symbol: _ZN11alglib_impl18convc1dcircularinvEPNS_9ae_vectorEiS1_iS1_PNS_8ae_stateE]
convc1dinv ( ae_vector* a, ae_int_t m, ae_vector* b, ae_int_t n, ae_vector* r, struct ae_state* _state )
[symbol: _ZN11alglib_impl10convc1dinvEPNS_9ae_vectorEiS1_iS1_PNS_8ae_stateE]
convc1dx ( ae_vector* a, ae_int_t m, ae_vector* b, ae_int_t n, bool circular, ae_int_t alg, ae_int_t q, ae_vector* r, struct ae_state* _state )
[symbol: _ZN11alglib_impl8convc1dxEPNS_9ae_vectorEiS1_ibiiS1_PNS_8ae_stateE]
convr1d ( ae_vector* a, ae_int_t m, ae_vector* b, ae_int_t n, ae_vector* r, struct ae_state* _state )
[symbol: _ZN11alglib_impl7convr1dEPNS_9ae_vectorEiS1_iS1_PNS_8ae_stateE]
convr1dcircular ( ae_vector* s, ae_int_t m, ae_vector* r, ae_int_t n, ae_vector* c, struct ae_state* _state )
[symbol: _ZN11alglib_impl15convr1dcircularEPNS_9ae_vectorEiS1_iS1_PNS_8ae_stateE]
convr1dcircularinv ( ae_vector* a, ae_int_t m, ae_vector* b, ae_int_t n, ae_vector* r, struct ae_state* _state )
[symbol: _ZN11alglib_impl18convr1dcircularinvEPNS_9ae_vectorEiS1_iS1_PNS_8ae_stateE]
convr1dinv ( ae_vector* a, ae_int_t m, ae_vector* b, ae_int_t n, ae_vector* r, struct ae_state* _state )
[symbol: _ZN11alglib_impl10convr1dinvEPNS_9ae_vectorEiS1_iS1_PNS_8ae_stateE]
convr1dx ( ae_vector* a, ae_int_t m, ae_vector* b, ae_int_t n, bool circular, ae_int_t alg, ae_int_t q, ae_vector* r, struct ae_state* _state )
[symbol: _ZN11alglib_impl8convr1dxEPNS_9ae_vectorEiS1_ibiiS1_PNS_8ae_stateE]
corrc1d ( ae_vector* signal, ae_int_t n, ae_vector* pattern, ae_int_t m, ae_vector* r, struct ae_state* _state )
[symbol: _ZN11alglib_impl7corrc1dEPNS_9ae_vectorEiS1_iS1_PNS_8ae_stateE]
corrc1dcircular ( ae_vector* signal, ae_int_t m, ae_vector* pattern, ae_int_t n, ae_vector* c, struct ae_state* _state )
[symbol: _ZN11alglib_impl15corrc1dcircularEPNS_9ae_vectorEiS1_iS1_PNS_8ae_stateE]
corrr1d ( ae_vector* signal, ae_int_t n, ae_vector* pattern, ae_int_t m, ae_vector* r, struct ae_state* _state )
[symbol: _ZN11alglib_impl7corrr1dEPNS_9ae_vectorEiS1_iS1_PNS_8ae_stateE]
corrr1dcircular ( ae_vector* signal, ae_int_t m, ae_vector* pattern, ae_int_t n, ae_vector* c, struct ae_state* _state )
[symbol: _ZN11alglib_impl15corrr1dcircularEPNS_9ae_vectorEiS1_iS1_PNS_8ae_stateE]
fftc1d ( ae_vector* a, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl6fftc1dEPNS_9ae_vectorEiPNS_8ae_stateE]
fftc1dinv ( ae_vector* a, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl9fftc1dinvEPNS_9ae_vectorEiPNS_8ae_stateE]
fftr1d ( ae_vector* a, ae_int_t n, ae_vector* f, struct ae_state* _state )
[symbol: _ZN11alglib_impl6fftr1dEPNS_9ae_vectorEiS1_PNS_8ae_stateE]
fftr1dinternaleven ( ae_vector* a, ae_int_t n, ae_vector* buf, struct ftplan* plan, struct ae_state* _state )
[symbol: _ZN11alglib_impl18fftr1dinternalevenEPNS_9ae_vectorEiS1_PNS_6ftplanEPNS_8ae_stateE]
fftr1dinv ( ae_vector* f, ae_int_t n, ae_vector* a, struct ae_state* _state )
[symbol: _ZN11alglib_impl9fftr1dinvEPNS_9ae_vectorEiS1_PNS_8ae_stateE]
fftr1dinvinternaleven ( ae_vector* a, ae_int_t n, ae_vector* buf, struct ftplan* plan, struct ae_state* _state )
[symbol: _ZN11alglib_impl21fftr1dinvinternalevenEPNS_9ae_vectorEiS1_PNS_6ftplanEPNS_8ae_stateE]
fhtr1d ( ae_vector* a, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl6fhtr1dEPNS_9ae_vectorEiPNS_8ae_stateE]
fhtr1dinv ( ae_vector* a, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl9fhtr1dinvEPNS_9ae_vectorEiPNS_8ae_stateE]
integration.h,
libalglib.so
namespace alglib
_autogkreport_owner::_autogkreport_owner [in-charge] ( )
[symbol: _ZN6alglib19_autogkreport_ownerC1Ev]
_autogkreport_owner::_autogkreport_owner [in-charge] ( _autogkreport_owner const& rhs )
[symbol: _ZN6alglib19_autogkreport_ownerC1ERKS0_]
_autogkreport_owner::_autogkreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib19_autogkreport_ownerC2Ev]
_autogkreport_owner::_autogkreport_owner [not-in-charge] ( _autogkreport_owner const& rhs )
[symbol: _ZN6alglib19_autogkreport_ownerC2ERKS0_]
_autogkreport_owner::c_ptr ( )
[symbol: _ZN6alglib19_autogkreport_owner5c_ptrEv]
_autogkreport_owner::c_ptr ( ) const
[symbol: _ZNK6alglib19_autogkreport_owner5c_ptrEv]
_autogkreport_owner::operator = ( _autogkreport_owner const& rhs )
[symbol: _ZN6alglib19_autogkreport_owneraSERKS0_]
_autogkreport_owner::~_autogkreport_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib19_autogkreport_ownerD0Ev]
_autogkreport_owner::~_autogkreport_owner [in-charge] ( )
[symbol: _ZN6alglib19_autogkreport_ownerD1Ev]
_autogkreport_owner::~_autogkreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib19_autogkreport_ownerD2Ev]
_autogkstate_owner::_autogkstate_owner [in-charge] ( )
[symbol: _ZN6alglib18_autogkstate_ownerC1Ev]
_autogkstate_owner::_autogkstate_owner [in-charge] ( _autogkstate_owner const& rhs )
[symbol: _ZN6alglib18_autogkstate_ownerC1ERKS0_]
_autogkstate_owner::_autogkstate_owner [not-in-charge] ( )
[symbol: _ZN6alglib18_autogkstate_ownerC2Ev]
_autogkstate_owner::_autogkstate_owner [not-in-charge] ( _autogkstate_owner const& rhs )
[symbol: _ZN6alglib18_autogkstate_ownerC2ERKS0_]
_autogkstate_owner::c_ptr ( )
[symbol: _ZN6alglib18_autogkstate_owner5c_ptrEv]
_autogkstate_owner::c_ptr ( ) const
[symbol: _ZNK6alglib18_autogkstate_owner5c_ptrEv]
_autogkstate_owner::operator = ( _autogkstate_owner const& rhs )
[symbol: _ZN6alglib18_autogkstate_owneraSERKS0_]
_autogkstate_owner::~_autogkstate_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib18_autogkstate_ownerD0Ev]
_autogkstate_owner::~_autogkstate_owner [in-charge] ( )
[symbol: _ZN6alglib18_autogkstate_ownerD1Ev]
_autogkstate_owner::~_autogkstate_owner [not-in-charge] ( )
[symbol: _ZN6alglib18_autogkstate_ownerD2Ev]
autogkintegrate ( autogkstate& state, void(*func)(double, double, double, double&, void*), void* ptr )
[symbol: _ZN6alglib15autogkintegrateERNS_11autogkstateEPFvdddRdPvES3_]
autogkiteration ( autogkstate const& state )
[symbol: _ZN6alglib15autogkiterationERKNS_11autogkstateE]
autogkreport::autogkreport [in-charge] ( )
[symbol: _ZN6alglib12autogkreportC1Ev]
autogkreport::autogkreport [in-charge] ( autogkreport const& rhs )
[symbol: _ZN6alglib12autogkreportC1ERKS0_]
autogkreport::autogkreport [not-in-charge] ( )
[symbol: _ZN6alglib12autogkreportC2Ev]
autogkreport::autogkreport [not-in-charge] ( autogkreport const& rhs )
[symbol: _ZN6alglib12autogkreportC2ERKS0_]
autogkreport::operator = ( autogkreport const& rhs )
[symbol: _ZN6alglib12autogkreportaSERKS0_]
autogkreport::~autogkreport [in-charge-deleting] ( )
[symbol: _ZN6alglib12autogkreportD0Ev]
autogkreport::~autogkreport [in-charge] ( )
[symbol: _ZN6alglib12autogkreportD1Ev]
autogkreport::~autogkreport [not-in-charge] ( )
[symbol: _ZN6alglib12autogkreportD2Ev]
autogkresults ( autogkstate const& state, double& v, autogkreport& rep )
[symbol: _ZN6alglib13autogkresultsERKNS_11autogkstateERdRNS_12autogkreportE]
autogksingular ( double const a, double const b, double const alpha, double const beta, autogkstate& state )
[symbol: _ZN6alglib14autogksingularEddddRNS_11autogkstateE]
autogksmooth ( double const a, double const b, autogkstate& state )
[symbol: _ZN6alglib12autogksmoothEddRNS_11autogkstateE]
autogksmoothw ( double const a, double const b, double const xwidth, autogkstate& state )
[symbol: _ZN6alglib13autogksmoothwEdddRNS_11autogkstateE]
autogkstate::autogkstate [in-charge] ( )
[symbol: _ZN6alglib11autogkstateC1Ev]
autogkstate::autogkstate [in-charge] ( autogkstate const& rhs )
[symbol: _ZN6alglib11autogkstateC1ERKS0_]
autogkstate::autogkstate [not-in-charge] ( )
[symbol: _ZN6alglib11autogkstateC2Ev]
autogkstate::autogkstate [not-in-charge] ( autogkstate const& rhs )
[symbol: _ZN6alglib11autogkstateC2ERKS0_]
autogkstate::operator = ( autogkstate const& rhs )
[symbol: _ZN6alglib11autogkstateaSERKS0_]
autogkstate::~autogkstate [in-charge-deleting] ( )
[symbol: _ZN6alglib11autogkstateD0Ev]
autogkstate::~autogkstate [in-charge] ( )
[symbol: _ZN6alglib11autogkstateD1Ev]
autogkstate::~autogkstate [not-in-charge] ( )
[symbol: _ZN6alglib11autogkstateD2Ev]
gkqgenerategaussjacobi ( ae_int_t const n, double const alpha, double const beta, ae_int_t& info, real_1d_array& x, real_1d_array& wkronrod, real_1d_array& wgauss )
[symbol: _ZN6alglib22gkqgenerategaussjacobiEiddRiRNS_13real_1d_arrayES2_S2_]
gkqgenerategausslegendre ( ae_int_t const n, ae_int_t& info, real_1d_array& x, real_1d_array& wkronrod, real_1d_array& wgauss )
[symbol: _ZN6alglib24gkqgenerategausslegendreEiRiRNS_13real_1d_arrayES2_S2_]
gkqgeneraterec ( real_1d_array const& alpha, real_1d_array const& beta, double const mu0, ae_int_t const n, ae_int_t& info, real_1d_array& x, real_1d_array& wkronrod, real_1d_array& wgauss )
[symbol: _ZN6alglib14gkqgeneraterecERKNS_13real_1d_arrayES2_diRiRS0_S4_S4_]
gkqlegendrecalc ( ae_int_t const n, ae_int_t& info, real_1d_array& x, real_1d_array& wkronrod, real_1d_array& wgauss )
[symbol: _ZN6alglib15gkqlegendrecalcEiRiRNS_13real_1d_arrayES2_S2_]
gkqlegendretbl ( ae_int_t const n, real_1d_array& x, real_1d_array& wkronrod, real_1d_array& wgauss, double& eps )
[symbol: _ZN6alglib14gkqlegendretblEiRNS_13real_1d_arrayES1_S1_Rd]
gqgenerategausshermite ( ae_int_t const n, ae_int_t& info, real_1d_array& x, real_1d_array& w )
[symbol: _ZN6alglib22gqgenerategausshermiteEiRiRNS_13real_1d_arrayES2_]
gqgenerategaussjacobi ( ae_int_t const n, double const alpha, double const beta, ae_int_t& info, real_1d_array& x, real_1d_array& w )
[symbol: _ZN6alglib21gqgenerategaussjacobiEiddRiRNS_13real_1d_arrayES2_]
gqgenerategausslaguerre ( ae_int_t const n, double const alpha, ae_int_t& info, real_1d_array& x, real_1d_array& w )
[symbol: _ZN6alglib23gqgenerategausslaguerreEidRiRNS_13real_1d_arrayES2_]
gqgenerategausslegendre ( ae_int_t const n, ae_int_t& info, real_1d_array& x, real_1d_array& w )
[symbol: _ZN6alglib23gqgenerategausslegendreEiRiRNS_13real_1d_arrayES2_]
gqgenerategausslobattorec ( real_1d_array const& alpha, real_1d_array const& beta, double const mu0, double const a, double const b, ae_int_t const n, ae_int_t& info, real_1d_array& x, real_1d_array& w )
[symbol: _ZN6alglib25gqgenerategausslobattorecERKNS_13real_1d_arrayES2_dddiRiRS0_S4_]
gqgenerategaussradaurec ( real_1d_array const& alpha, real_1d_array const& beta, double const mu0, double const a, ae_int_t const n, ae_int_t& info, real_1d_array& x, real_1d_array& w )
[symbol: _ZN6alglib23gqgenerategaussradaurecERKNS_13real_1d_arrayES2_ddiRiRS0_S4_]
gqgeneraterec ( real_1d_array const& alpha, real_1d_array const& beta, double const mu0, ae_int_t const n, ae_int_t& info, real_1d_array& x, real_1d_array& w )
[symbol: _ZN6alglib13gqgeneraterecERKNS_13real_1d_arrayES2_diRiRS0_S4_]
integration.h,
libalglib.so
namespace alglib_impl
_autogkinternalstate_clear ( struct autogkinternalstate* p )
[symbol: _ZN11alglib_impl26_autogkinternalstate_clearEPNS_19autogkinternalstateE]
_autogkinternalstate_init ( struct autogkinternalstate* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl25_autogkinternalstate_initEPNS_19autogkinternalstateEPNS_8ae_stateEb]
_autogkinternalstate_init_copy ( struct autogkinternalstate* dst, struct autogkinternalstate* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl30_autogkinternalstate_init_copyEPNS_19autogkinternalstateES1_PNS_8ae_stateEb]
_autogkreport_clear ( struct autogkreport* p )
[symbol: _ZN11alglib_impl19_autogkreport_clearEPNS_12autogkreportE]
_autogkreport_init ( struct autogkreport* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl18_autogkreport_initEPNS_12autogkreportEPNS_8ae_stateEb]
_autogkreport_init_copy ( struct autogkreport* dst, struct autogkreport* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl23_autogkreport_init_copyEPNS_12autogkreportES1_PNS_8ae_stateEb]
_autogkstate_clear ( struct autogkstate* p )
[symbol: _ZN11alglib_impl18_autogkstate_clearEPNS_11autogkstateE]
_autogkstate_init ( struct autogkstate* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl17_autogkstate_initEPNS_11autogkstateEPNS_8ae_stateEb]
_autogkstate_init_copy ( struct autogkstate* dst, struct autogkstate* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl22_autogkstate_init_copyEPNS_11autogkstateES1_PNS_8ae_stateEb]
autogkiteration ( struct autogkstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl15autogkiterationEPNS_11autogkstateEPNS_8ae_stateE]
autogkresults ( struct autogkstate* state, double* v, struct autogkreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl13autogkresultsEPNS_11autogkstateEPdPNS_12autogkreportEPNS_8ae_stateE]
autogksingular ( double a, double b, double alpha, double beta, struct autogkstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl14autogksingularEddddPNS_11autogkstateEPNS_8ae_stateE]
autogksmooth ( double a, double b, struct autogkstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl12autogksmoothEddPNS_11autogkstateEPNS_8ae_stateE]
autogksmoothw ( double a, double b, double xwidth, struct autogkstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl13autogksmoothwEdddPNS_11autogkstateEPNS_8ae_stateE]
gkqgenerategaussjacobi ( ae_int_t n, double alpha, double beta, ae_int_t* info, ae_vector* x, ae_vector* wkronrod, ae_vector* wgauss, struct ae_state* _state )
[symbol: _ZN11alglib_impl22gkqgenerategaussjacobiEiddPiPNS_9ae_vectorES2_S2_PNS_8ae_stateE]
gkqgenerategausslegendre ( ae_int_t n, ae_int_t* info, ae_vector* x, ae_vector* wkronrod, ae_vector* wgauss, struct ae_state* _state )
[symbol: _ZN11alglib_impl24gkqgenerategausslegendreEiPiPNS_9ae_vectorES2_S2_PNS_8ae_stateE]
gkqgeneraterec ( ae_vector* alpha, ae_vector* beta, double mu0, ae_int_t n, ae_int_t* info, ae_vector* x, ae_vector* wkronrod, ae_vector* wgauss, struct ae_state* _state )
[symbol: _ZN11alglib_impl14gkqgeneraterecEPNS_9ae_vectorES1_diPiS1_S1_S1_PNS_8ae_stateE]
gkqlegendrecalc ( ae_int_t n, ae_int_t* info, ae_vector* x, ae_vector* wkronrod, ae_vector* wgauss, struct ae_state* _state )
[symbol: _ZN11alglib_impl15gkqlegendrecalcEiPiPNS_9ae_vectorES2_S2_PNS_8ae_stateE]
gkqlegendretbl ( ae_int_t n, ae_vector* x, ae_vector* wkronrod, ae_vector* wgauss, double* eps, struct ae_state* _state )
[symbol: _ZN11alglib_impl14gkqlegendretblEiPNS_9ae_vectorES1_S1_PdPNS_8ae_stateE]
gqgenerategausshermite ( ae_int_t n, ae_int_t* info, ae_vector* x, ae_vector* w, struct ae_state* _state )
[symbol: _ZN11alglib_impl22gqgenerategausshermiteEiPiPNS_9ae_vectorES2_PNS_8ae_stateE]
gqgenerategaussjacobi ( ae_int_t n, double alpha, double beta, ae_int_t* info, ae_vector* x, ae_vector* w, struct ae_state* _state )
[symbol: _ZN11alglib_impl21gqgenerategaussjacobiEiddPiPNS_9ae_vectorES2_PNS_8ae_stateE]
gqgenerategausslaguerre ( ae_int_t n, double alpha, ae_int_t* info, ae_vector* x, ae_vector* w, struct ae_state* _state )
[symbol: _ZN11alglib_impl23gqgenerategausslaguerreEidPiPNS_9ae_vectorES2_PNS_8ae_stateE]
gqgenerategausslegendre ( ae_int_t n, ae_int_t* info, ae_vector* x, ae_vector* w, struct ae_state* _state )
[symbol: _ZN11alglib_impl23gqgenerategausslegendreEiPiPNS_9ae_vectorES2_PNS_8ae_stateE]
gqgenerategausslobattorec ( ae_vector* alpha, ae_vector* beta, double mu0, double a, double b, ae_int_t n, ae_int_t* info, ae_vector* x, ae_vector* w, struct ae_state* _state )
[symbol: _ZN11alglib_impl25gqgenerategausslobattorecEPNS_9ae_vectorES1_dddiPiS1_S1_PNS_8ae_stateE]
gqgenerategaussradaurec ( ae_vector* alpha, ae_vector* beta, double mu0, double a, ae_int_t n, ae_int_t* info, ae_vector* x, ae_vector* w, struct ae_state* _state )
[symbol: _ZN11alglib_impl23gqgenerategaussradaurecEPNS_9ae_vectorES1_ddiPiS1_S1_PNS_8ae_stateE]
gqgeneraterec ( ae_vector* alpha, ae_vector* beta, double mu0, ae_int_t n, ae_int_t* info, ae_vector* x, ae_vector* w, struct ae_state* _state )
[symbol: _ZN11alglib_impl13gqgeneraterecEPNS_9ae_vectorES1_diPiS1_S1_PNS_8ae_stateE]
interpolation.h,
libalglib.so
namespace alglib
_barycentricfitreport_owner::_barycentricfitreport_owner [in-charge] ( )
[symbol: _ZN6alglib27_barycentricfitreport_ownerC1Ev]
_barycentricfitreport_owner::_barycentricfitreport_owner [in-charge] ( _barycentricfitreport_owner const& rhs )
[symbol: _ZN6alglib27_barycentricfitreport_ownerC1ERKS0_]
_barycentricfitreport_owner::_barycentricfitreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib27_barycentricfitreport_ownerC2Ev]
_barycentricfitreport_owner::_barycentricfitreport_owner [not-in-charge] ( _barycentricfitreport_owner const& rhs )
[symbol: _ZN6alglib27_barycentricfitreport_ownerC2ERKS0_]
_barycentricfitreport_owner::c_ptr ( )
[symbol: _ZN6alglib27_barycentricfitreport_owner5c_ptrEv]
_barycentricfitreport_owner::c_ptr ( ) const
[symbol: _ZNK6alglib27_barycentricfitreport_owner5c_ptrEv]
_barycentricfitreport_owner::operator = ( _barycentricfitreport_owner const& rhs )
[symbol: _ZN6alglib27_barycentricfitreport_owneraSERKS0_]
_barycentricfitreport_owner::~_barycentricfitreport_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib27_barycentricfitreport_ownerD0Ev]
_barycentricfitreport_owner::~_barycentricfitreport_owner [in-charge] ( )
[symbol: _ZN6alglib27_barycentricfitreport_ownerD1Ev]
_barycentricfitreport_owner::~_barycentricfitreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib27_barycentricfitreport_ownerD2Ev]
_barycentricinterpolant_owner::_barycentricinterpolant_owner [in-charge] ( )
[symbol: _ZN6alglib29_barycentricinterpolant_ownerC1Ev]
_barycentricinterpolant_owner::_barycentricinterpolant_owner [in-charge] ( _barycentricinterpolant_owner const& rhs )
[symbol: _ZN6alglib29_barycentricinterpolant_ownerC1ERKS0_]
_barycentricinterpolant_owner::_barycentricinterpolant_owner [not-in-charge] ( )
[symbol: _ZN6alglib29_barycentricinterpolant_ownerC2Ev]
_barycentricinterpolant_owner::_barycentricinterpolant_owner [not-in-charge] ( _barycentricinterpolant_owner const& rhs )
[symbol: _ZN6alglib29_barycentricinterpolant_ownerC2ERKS0_]
_barycentricinterpolant_owner::c_ptr ( )
[symbol: _ZN6alglib29_barycentricinterpolant_owner5c_ptrEv]
_barycentricinterpolant_owner::c_ptr ( ) const
[symbol: _ZNK6alglib29_barycentricinterpolant_owner5c_ptrEv]
_barycentricinterpolant_owner::operator = ( _barycentricinterpolant_owner const& rhs )
[symbol: _ZN6alglib29_barycentricinterpolant_owneraSERKS0_]
_barycentricinterpolant_owner::~_barycentricinterpolant_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib29_barycentricinterpolant_ownerD0Ev]
_barycentricinterpolant_owner::~_barycentricinterpolant_owner [in-charge] ( )
[symbol: _ZN6alglib29_barycentricinterpolant_ownerD1Ev]
_barycentricinterpolant_owner::~_barycentricinterpolant_owner [not-in-charge] ( )
[symbol: _ZN6alglib29_barycentricinterpolant_ownerD2Ev]
_idwinterpolant_owner::_idwinterpolant_owner [in-charge] ( )
[symbol: _ZN6alglib21_idwinterpolant_ownerC1Ev]
_idwinterpolant_owner::_idwinterpolant_owner [in-charge] ( _idwinterpolant_owner const& rhs )
[symbol: _ZN6alglib21_idwinterpolant_ownerC1ERKS0_]
_idwinterpolant_owner::_idwinterpolant_owner [not-in-charge] ( )
[symbol: _ZN6alglib21_idwinterpolant_ownerC2Ev]
_idwinterpolant_owner::_idwinterpolant_owner [not-in-charge] ( _idwinterpolant_owner const& rhs )
[symbol: _ZN6alglib21_idwinterpolant_ownerC2ERKS0_]
_idwinterpolant_owner::c_ptr ( )
[symbol: _ZN6alglib21_idwinterpolant_owner5c_ptrEv]
_idwinterpolant_owner::c_ptr ( ) const
[symbol: _ZNK6alglib21_idwinterpolant_owner5c_ptrEv]
_idwinterpolant_owner::operator = ( _idwinterpolant_owner const& rhs )
[symbol: _ZN6alglib21_idwinterpolant_owneraSERKS0_]
_idwinterpolant_owner::~_idwinterpolant_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib21_idwinterpolant_ownerD0Ev]
_idwinterpolant_owner::~_idwinterpolant_owner [in-charge] ( )
[symbol: _ZN6alglib21_idwinterpolant_ownerD1Ev]
_idwinterpolant_owner::~_idwinterpolant_owner [not-in-charge] ( )
[symbol: _ZN6alglib21_idwinterpolant_ownerD2Ev]
_lsfitreport_owner::_lsfitreport_owner [in-charge] ( )
[symbol: _ZN6alglib18_lsfitreport_ownerC1Ev]
_lsfitreport_owner::_lsfitreport_owner [in-charge] ( _lsfitreport_owner const& rhs )
[symbol: _ZN6alglib18_lsfitreport_ownerC1ERKS0_]
_lsfitreport_owner::_lsfitreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib18_lsfitreport_ownerC2Ev]
_lsfitreport_owner::_lsfitreport_owner [not-in-charge] ( _lsfitreport_owner const& rhs )
[symbol: _ZN6alglib18_lsfitreport_ownerC2ERKS0_]
_lsfitreport_owner::c_ptr ( )
[symbol: _ZN6alglib18_lsfitreport_owner5c_ptrEv]
_lsfitreport_owner::c_ptr ( ) const
[symbol: _ZNK6alglib18_lsfitreport_owner5c_ptrEv]
_lsfitreport_owner::operator = ( _lsfitreport_owner const& rhs )
[symbol: _ZN6alglib18_lsfitreport_owneraSERKS0_]
_lsfitreport_owner::~_lsfitreport_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib18_lsfitreport_ownerD0Ev]
_lsfitreport_owner::~_lsfitreport_owner [in-charge] ( )
[symbol: _ZN6alglib18_lsfitreport_ownerD1Ev]
_lsfitreport_owner::~_lsfitreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib18_lsfitreport_ownerD2Ev]
_lsfitstate_owner::_lsfitstate_owner [in-charge] ( )
[symbol: _ZN6alglib17_lsfitstate_ownerC1Ev]
_lsfitstate_owner::_lsfitstate_owner [in-charge] ( _lsfitstate_owner const& rhs )
[symbol: _ZN6alglib17_lsfitstate_ownerC1ERKS0_]
_lsfitstate_owner::_lsfitstate_owner [not-in-charge] ( )
[symbol: _ZN6alglib17_lsfitstate_ownerC2Ev]
_lsfitstate_owner::_lsfitstate_owner [not-in-charge] ( _lsfitstate_owner const& rhs )
[symbol: _ZN6alglib17_lsfitstate_ownerC2ERKS0_]
_lsfitstate_owner::c_ptr ( )
[symbol: _ZN6alglib17_lsfitstate_owner5c_ptrEv]
_lsfitstate_owner::c_ptr ( ) const
[symbol: _ZNK6alglib17_lsfitstate_owner5c_ptrEv]
_lsfitstate_owner::operator = ( _lsfitstate_owner const& rhs )
[symbol: _ZN6alglib17_lsfitstate_owneraSERKS0_]
_lsfitstate_owner::~_lsfitstate_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib17_lsfitstate_ownerD0Ev]
_lsfitstate_owner::~_lsfitstate_owner [in-charge] ( )
[symbol: _ZN6alglib17_lsfitstate_ownerD1Ev]
_lsfitstate_owner::~_lsfitstate_owner [not-in-charge] ( )
[symbol: _ZN6alglib17_lsfitstate_ownerD2Ev]
_polynomialfitreport_owner::_polynomialfitreport_owner [in-charge] ( )
[symbol: _ZN6alglib26_polynomialfitreport_ownerC1Ev]
_polynomialfitreport_owner::_polynomialfitreport_owner [in-charge] ( _polynomialfitreport_owner const& rhs )
[symbol: _ZN6alglib26_polynomialfitreport_ownerC1ERKS0_]
_polynomialfitreport_owner::_polynomialfitreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib26_polynomialfitreport_ownerC2Ev]
_polynomialfitreport_owner::_polynomialfitreport_owner [not-in-charge] ( _polynomialfitreport_owner const& rhs )
[symbol: _ZN6alglib26_polynomialfitreport_ownerC2ERKS0_]
_polynomialfitreport_owner::c_ptr ( )
[symbol: _ZN6alglib26_polynomialfitreport_owner5c_ptrEv]
_polynomialfitreport_owner::c_ptr ( ) const
[symbol: _ZNK6alglib26_polynomialfitreport_owner5c_ptrEv]
_polynomialfitreport_owner::operator = ( _polynomialfitreport_owner const& rhs )
[symbol: _ZN6alglib26_polynomialfitreport_owneraSERKS0_]
_polynomialfitreport_owner::~_polynomialfitreport_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib26_polynomialfitreport_ownerD0Ev]
_polynomialfitreport_owner::~_polynomialfitreport_owner [in-charge] ( )
[symbol: _ZN6alglib26_polynomialfitreport_ownerD1Ev]
_polynomialfitreport_owner::~_polynomialfitreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib26_polynomialfitreport_ownerD2Ev]
_pspline2interpolant_owner::_pspline2interpolant_owner [in-charge] ( )
[symbol: _ZN6alglib26_pspline2interpolant_ownerC1Ev]
_pspline2interpolant_owner::_pspline2interpolant_owner [in-charge] ( _pspline2interpolant_owner const& rhs )
[symbol: _ZN6alglib26_pspline2interpolant_ownerC1ERKS0_]
_pspline2interpolant_owner::_pspline2interpolant_owner [not-in-charge] ( )
[symbol: _ZN6alglib26_pspline2interpolant_ownerC2Ev]
_pspline2interpolant_owner::_pspline2interpolant_owner [not-in-charge] ( _pspline2interpolant_owner const& rhs )
[symbol: _ZN6alglib26_pspline2interpolant_ownerC2ERKS0_]
_pspline2interpolant_owner::c_ptr ( )
[symbol: _ZN6alglib26_pspline2interpolant_owner5c_ptrEv]
_pspline2interpolant_owner::c_ptr ( ) const
[symbol: _ZNK6alglib26_pspline2interpolant_owner5c_ptrEv]
_pspline2interpolant_owner::operator = ( _pspline2interpolant_owner const& rhs )
[symbol: _ZN6alglib26_pspline2interpolant_owneraSERKS0_]
_pspline2interpolant_owner::~_pspline2interpolant_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib26_pspline2interpolant_ownerD0Ev]
_pspline2interpolant_owner::~_pspline2interpolant_owner [in-charge] ( )
[symbol: _ZN6alglib26_pspline2interpolant_ownerD1Ev]
_pspline2interpolant_owner::~_pspline2interpolant_owner [not-in-charge] ( )
[symbol: _ZN6alglib26_pspline2interpolant_ownerD2Ev]
_pspline3interpolant_owner::_pspline3interpolant_owner [in-charge] ( )
[symbol: _ZN6alglib26_pspline3interpolant_ownerC1Ev]
_pspline3interpolant_owner::_pspline3interpolant_owner [in-charge] ( _pspline3interpolant_owner const& rhs )
[symbol: _ZN6alglib26_pspline3interpolant_ownerC1ERKS0_]
_pspline3interpolant_owner::_pspline3interpolant_owner [not-in-charge] ( )
[symbol: _ZN6alglib26_pspline3interpolant_ownerC2Ev]
_pspline3interpolant_owner::_pspline3interpolant_owner [not-in-charge] ( _pspline3interpolant_owner const& rhs )
[symbol: _ZN6alglib26_pspline3interpolant_ownerC2ERKS0_]
_pspline3interpolant_owner::c_ptr ( )
[symbol: _ZN6alglib26_pspline3interpolant_owner5c_ptrEv]
_pspline3interpolant_owner::c_ptr ( ) const
[symbol: _ZNK6alglib26_pspline3interpolant_owner5c_ptrEv]
_pspline3interpolant_owner::operator = ( _pspline3interpolant_owner const& rhs )
[symbol: _ZN6alglib26_pspline3interpolant_owneraSERKS0_]
_pspline3interpolant_owner::~_pspline3interpolant_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib26_pspline3interpolant_ownerD0Ev]
_pspline3interpolant_owner::~_pspline3interpolant_owner [in-charge] ( )
[symbol: _ZN6alglib26_pspline3interpolant_ownerD1Ev]
_pspline3interpolant_owner::~_pspline3interpolant_owner [not-in-charge] ( )
[symbol: _ZN6alglib26_pspline3interpolant_ownerD2Ev]
_spline1dfitreport_owner::_spline1dfitreport_owner [in-charge] ( )
[symbol: _ZN6alglib24_spline1dfitreport_ownerC1Ev]
_spline1dfitreport_owner::_spline1dfitreport_owner [in-charge] ( _spline1dfitreport_owner const& rhs )
[symbol: _ZN6alglib24_spline1dfitreport_ownerC1ERKS0_]
_spline1dfitreport_owner::_spline1dfitreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib24_spline1dfitreport_ownerC2Ev]
_spline1dfitreport_owner::_spline1dfitreport_owner [not-in-charge] ( _spline1dfitreport_owner const& rhs )
[symbol: _ZN6alglib24_spline1dfitreport_ownerC2ERKS0_]
_spline1dfitreport_owner::c_ptr ( )
[symbol: _ZN6alglib24_spline1dfitreport_owner5c_ptrEv]
_spline1dfitreport_owner::c_ptr ( ) const
[symbol: _ZNK6alglib24_spline1dfitreport_owner5c_ptrEv]
_spline1dfitreport_owner::operator = ( _spline1dfitreport_owner const& rhs )
[symbol: _ZN6alglib24_spline1dfitreport_owneraSERKS0_]
_spline1dfitreport_owner::~_spline1dfitreport_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib24_spline1dfitreport_ownerD0Ev]
_spline1dfitreport_owner::~_spline1dfitreport_owner [in-charge] ( )
[symbol: _ZN6alglib24_spline1dfitreport_ownerD1Ev]
_spline1dfitreport_owner::~_spline1dfitreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib24_spline1dfitreport_ownerD2Ev]
_spline1dinterpolant_owner::_spline1dinterpolant_owner [in-charge] ( )
[symbol: _ZN6alglib26_spline1dinterpolant_ownerC1Ev]
_spline1dinterpolant_owner::_spline1dinterpolant_owner [in-charge] ( _spline1dinterpolant_owner const& rhs )
[symbol: _ZN6alglib26_spline1dinterpolant_ownerC1ERKS0_]
_spline1dinterpolant_owner::_spline1dinterpolant_owner [not-in-charge] ( )
[symbol: _ZN6alglib26_spline1dinterpolant_ownerC2Ev]
_spline1dinterpolant_owner::_spline1dinterpolant_owner [not-in-charge] ( _spline1dinterpolant_owner const& rhs )
[symbol: _ZN6alglib26_spline1dinterpolant_ownerC2ERKS0_]
_spline1dinterpolant_owner::c_ptr ( )
[symbol: _ZN6alglib26_spline1dinterpolant_owner5c_ptrEv]
_spline1dinterpolant_owner::c_ptr ( ) const
[symbol: _ZNK6alglib26_spline1dinterpolant_owner5c_ptrEv]
_spline1dinterpolant_owner::operator = ( _spline1dinterpolant_owner const& rhs )
[symbol: _ZN6alglib26_spline1dinterpolant_owneraSERKS0_]
_spline1dinterpolant_owner::~_spline1dinterpolant_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib26_spline1dinterpolant_ownerD0Ev]
_spline1dinterpolant_owner::~_spline1dinterpolant_owner [in-charge] ( )
[symbol: _ZN6alglib26_spline1dinterpolant_ownerD1Ev]
_spline1dinterpolant_owner::~_spline1dinterpolant_owner [not-in-charge] ( )
[symbol: _ZN6alglib26_spline1dinterpolant_ownerD2Ev]
_spline2dinterpolant_owner::_spline2dinterpolant_owner [in-charge] ( )
[symbol: _ZN6alglib26_spline2dinterpolant_ownerC1Ev]
_spline2dinterpolant_owner::_spline2dinterpolant_owner [in-charge] ( _spline2dinterpolant_owner const& rhs )
[symbol: _ZN6alglib26_spline2dinterpolant_ownerC1ERKS0_]
_spline2dinterpolant_owner::_spline2dinterpolant_owner [not-in-charge] ( )
[symbol: _ZN6alglib26_spline2dinterpolant_ownerC2Ev]
_spline2dinterpolant_owner::_spline2dinterpolant_owner [not-in-charge] ( _spline2dinterpolant_owner const& rhs )
[symbol: _ZN6alglib26_spline2dinterpolant_ownerC2ERKS0_]
_spline2dinterpolant_owner::c_ptr ( )
[symbol: _ZN6alglib26_spline2dinterpolant_owner5c_ptrEv]
_spline2dinterpolant_owner::c_ptr ( ) const
[symbol: _ZNK6alglib26_spline2dinterpolant_owner5c_ptrEv]
_spline2dinterpolant_owner::operator = ( _spline2dinterpolant_owner const& rhs )
[symbol: _ZN6alglib26_spline2dinterpolant_owneraSERKS0_]
_spline2dinterpolant_owner::~_spline2dinterpolant_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib26_spline2dinterpolant_ownerD0Ev]
_spline2dinterpolant_owner::~_spline2dinterpolant_owner [in-charge] ( )
[symbol: _ZN6alglib26_spline2dinterpolant_ownerD1Ev]
_spline2dinterpolant_owner::~_spline2dinterpolant_owner [not-in-charge] ( )
[symbol: _ZN6alglib26_spline2dinterpolant_ownerD2Ev]
barycentricbuildfloaterhormann ( real_1d_array const& x, real_1d_array const& y, ae_int_t const n, ae_int_t const d, barycentricinterpolant& b )
[symbol: _ZN6alglib30barycentricbuildfloaterhormannERKNS_13real_1d_arrayES2_iiRNS_22barycentricinterpolantE]
barycentricbuildxyw ( real_1d_array const& x, real_1d_array const& y, real_1d_array const& w, ae_int_t const n, barycentricinterpolant& b )
[symbol: _ZN6alglib19barycentricbuildxywERKNS_13real_1d_arrayES2_S2_iRNS_22barycentricinterpolantE]
barycentriccalc ( barycentricinterpolant const& b, double const t )
[symbol: _ZN6alglib15barycentriccalcERKNS_22barycentricinterpolantEd]
barycentricdiff1 ( barycentricinterpolant const& b, double const t, double& f, double& df )
[symbol: _ZN6alglib16barycentricdiff1ERKNS_22barycentricinterpolantEdRdS3_]
barycentricdiff2 ( barycentricinterpolant const& b, double const t, double& f, double& df, double& d2f )
[symbol: _ZN6alglib16barycentricdiff2ERKNS_22barycentricinterpolantEdRdS3_S3_]
barycentricfitfloaterhormann ( real_1d_array const& x, real_1d_array const& y, ae_int_t const n, ae_int_t const m, ae_int_t& info, barycentricinterpolant& b, barycentricfitreport& rep )
[symbol: _ZN6alglib28barycentricfitfloaterhormannERKNS_13real_1d_arrayES2_iiRiRNS_22barycentricinterpolantERNS_20barycentricfitreportE]
barycentricfitfloaterhormannwc ( real_1d_array const& x, real_1d_array const& y, real_1d_array const& w, ae_int_t const n, real_1d_array const& xc, real_1d_array const& yc, integer_1d_array const& dc, ae_int_t const k, ae_int_t const m, ae_int_t& info, barycentricinterpolant& b, barycentricfitreport& rep )
[symbol: _ZN6alglib30barycentricfitfloaterhormannwcERKNS_13real_1d_arrayES2_S2_iS2_S2_RKNS_16integer_1d_arrayEiiRiRNS_22barycentricinterpolantERNS_20barycentricfitreportE]
barycentricfitreport::barycentricfitreport [in-charge] ( )
[symbol: _ZN6alglib20barycentricfitreportC1Ev]
barycentricfitreport::barycentricfitreport [in-charge] ( barycentricfitreport const& rhs )
[symbol: _ZN6alglib20barycentricfitreportC1ERKS0_]
barycentricfitreport::barycentricfitreport [not-in-charge] ( )
[symbol: _ZN6alglib20barycentricfitreportC2Ev]
barycentricfitreport::barycentricfitreport [not-in-charge] ( barycentricfitreport const& rhs )
[symbol: _ZN6alglib20barycentricfitreportC2ERKS0_]
barycentricfitreport::operator = ( barycentricfitreport const& rhs )
[symbol: _ZN6alglib20barycentricfitreportaSERKS0_]
barycentricfitreport::~barycentricfitreport [in-charge-deleting] ( )
[symbol: _ZN6alglib20barycentricfitreportD0Ev]
barycentricfitreport::~barycentricfitreport [in-charge] ( )
[symbol: _ZN6alglib20barycentricfitreportD1Ev]
barycentricfitreport::~barycentricfitreport [not-in-charge] ( )
[symbol: _ZN6alglib20barycentricfitreportD2Ev]
barycentricinterpolant::barycentricinterpolant [in-charge] ( )
[symbol: _ZN6alglib22barycentricinterpolantC1Ev]
barycentricinterpolant::barycentricinterpolant [in-charge] ( barycentricinterpolant const& rhs )
[symbol: _ZN6alglib22barycentricinterpolantC1ERKS0_]
barycentricinterpolant::barycentricinterpolant [not-in-charge] ( )
[symbol: _ZN6alglib22barycentricinterpolantC2Ev]
barycentricinterpolant::barycentricinterpolant [not-in-charge] ( barycentricinterpolant const& rhs )
[symbol: _ZN6alglib22barycentricinterpolantC2ERKS0_]
barycentricinterpolant::operator = ( barycentricinterpolant const& rhs )
[symbol: _ZN6alglib22barycentricinterpolantaSERKS0_]
barycentricinterpolant::~barycentricinterpolant [in-charge-deleting] ( )
[symbol: _ZN6alglib22barycentricinterpolantD0Ev]
barycentricinterpolant::~barycentricinterpolant [in-charge] ( )
[symbol: _ZN6alglib22barycentricinterpolantD1Ev]
barycentricinterpolant::~barycentricinterpolant [not-in-charge] ( )
[symbol: _ZN6alglib22barycentricinterpolantD2Ev]
barycentriclintransx ( barycentricinterpolant const& b, double const ca, double const cb )
[symbol: _ZN6alglib20barycentriclintransxERKNS_22barycentricinterpolantEdd]
barycentriclintransy ( barycentricinterpolant const& b, double const ca, double const cb )
[symbol: _ZN6alglib20barycentriclintransyERKNS_22barycentricinterpolantEdd]
barycentricunpack ( barycentricinterpolant const& b, ae_int_t& n, real_1d_array& x, real_1d_array& y, real_1d_array& w )
[symbol: _ZN6alglib17barycentricunpackERKNS_22barycentricinterpolantERiRNS_13real_1d_arrayES5_S5_]
idwbuildmodifiedshepard ( real_2d_array const& xy, ae_int_t const n, ae_int_t const nx, ae_int_t const d, ae_int_t const nq, ae_int_t const nw, idwinterpolant& z )
[symbol: _ZN6alglib23idwbuildmodifiedshepardERKNS_13real_2d_arrayEiiiiiRNS_14idwinterpolantE]
idwbuildmodifiedshepardr ( real_2d_array const& xy, ae_int_t const n, ae_int_t const nx, double const r, idwinterpolant& z )
[symbol: _ZN6alglib24idwbuildmodifiedshepardrERKNS_13real_2d_arrayEiidRNS_14idwinterpolantE]
idwbuildnoisy ( real_2d_array const& xy, ae_int_t const n, ae_int_t const nx, ae_int_t const d, ae_int_t const nq, ae_int_t const nw, idwinterpolant& z )
[symbol: _ZN6alglib13idwbuildnoisyERKNS_13real_2d_arrayEiiiiiRNS_14idwinterpolantE]
idwcalc ( idwinterpolant const& z, real_1d_array const& x )
[symbol: _ZN6alglib7idwcalcERKNS_14idwinterpolantERKNS_13real_1d_arrayE]
idwinterpolant::idwinterpolant [in-charge] ( )
[symbol: _ZN6alglib14idwinterpolantC1Ev]
idwinterpolant::idwinterpolant [in-charge] ( idwinterpolant const& rhs )
[symbol: _ZN6alglib14idwinterpolantC1ERKS0_]
idwinterpolant::idwinterpolant [not-in-charge] ( )
[symbol: _ZN6alglib14idwinterpolantC2Ev]
idwinterpolant::idwinterpolant [not-in-charge] ( idwinterpolant const& rhs )
[symbol: _ZN6alglib14idwinterpolantC2ERKS0_]
idwinterpolant::operator = ( idwinterpolant const& rhs )
[symbol: _ZN6alglib14idwinterpolantaSERKS0_]
idwinterpolant::~idwinterpolant [in-charge-deleting] ( )
[symbol: _ZN6alglib14idwinterpolantD0Ev]
idwinterpolant::~idwinterpolant [in-charge] ( )
[symbol: _ZN6alglib14idwinterpolantD1Ev]
idwinterpolant::~idwinterpolant [not-in-charge] ( )
[symbol: _ZN6alglib14idwinterpolantD2Ev]
lsfitcreatefg ( real_2d_array const& x, real_1d_array const& y, real_1d_array const& c, ae_int_t const n, ae_int_t const m, ae_int_t const k, bool const cheapfg, lsfitstate& state )
[symbol: _ZN6alglib13lsfitcreatefgERKNS_13real_2d_arrayERKNS_13real_1d_arrayES5_iiibRNS_10lsfitstateE]
lsfitcreatefg ( real_2d_array const& x, real_1d_array const& y, real_1d_array const& c, bool const cheapfg, lsfitstate& state )
[symbol: _ZN6alglib13lsfitcreatefgERKNS_13real_2d_arrayERKNS_13real_1d_arrayES5_bRNS_10lsfitstateE]
lsfitcreatefgh ( real_2d_array const& x, real_1d_array const& y, real_1d_array const& c, ae_int_t const n, ae_int_t const m, ae_int_t const k, lsfitstate& state )
[symbol: _ZN6alglib14lsfitcreatefghERKNS_13real_2d_arrayERKNS_13real_1d_arrayES5_iiiRNS_10lsfitstateE]
lsfitcreatefgh ( real_2d_array const& x, real_1d_array const& y, real_1d_array const& c, lsfitstate& state )
[symbol: _ZN6alglib14lsfitcreatefghERKNS_13real_2d_arrayERKNS_13real_1d_arrayES5_RNS_10lsfitstateE]
lsfitcreatewfg ( real_2d_array const& x, real_1d_array const& y, real_1d_array const& w, real_1d_array const& c, ae_int_t const n, ae_int_t const m, ae_int_t const k, bool const cheapfg, lsfitstate& state )
[symbol: _ZN6alglib14lsfitcreatewfgERKNS_13real_2d_arrayERKNS_13real_1d_arrayES5_S5_iiibRNS_10lsfitstateE]
lsfitcreatewfg ( real_2d_array const& x, real_1d_array const& y, real_1d_array const& w, real_1d_array const& c, bool const cheapfg, lsfitstate& state )
[symbol: _ZN6alglib14lsfitcreatewfgERKNS_13real_2d_arrayERKNS_13real_1d_arrayES5_S5_bRNS_10lsfitstateE]
lsfitcreatewfgh ( real_2d_array const& x, real_1d_array const& y, real_1d_array const& w, real_1d_array const& c, ae_int_t const n, ae_int_t const m, ae_int_t const k, lsfitstate& state )
[symbol: _ZN6alglib15lsfitcreatewfghERKNS_13real_2d_arrayERKNS_13real_1d_arrayES5_S5_iiiRNS_10lsfitstateE]
lsfitcreatewfgh ( real_2d_array const& x, real_1d_array const& y, real_1d_array const& w, real_1d_array const& c, lsfitstate& state )
[symbol: _ZN6alglib15lsfitcreatewfghERKNS_13real_2d_arrayERKNS_13real_1d_arrayES5_S5_RNS_10lsfitstateE]
lsfitfit ( lsfitstate& state, void(*func)(real_1d_array const&, real_1d_array const&, double&, void*), void(*grad)(real_1d_array const&, real_1d_array const&, double&, real_1d_array&, void*), void(*hess)(real_1d_array const&, real_1d_array const&, double&, real_1d_array&, real_2d_array&, void*), void(*rep)(real_1d_array const&, double, void*), void* ptr )
[symbol: _ZN6alglib8lsfitfitERNS_10lsfitstateEPFvRKNS_13real_1d_arrayES4_RdPvEPFvS4_S4_S5_RS2_S6_EPFvS4_S4_S5_S9_RNS_13real_2d_arrayES6_EPFvS4_dS6_ES6_]
lsfitfit ( lsfitstate& state, void(*func)(real_1d_array const&, real_1d_array const&, double&, void*), void(*grad)(real_1d_array const&, real_1d_array const&, double&, real_1d_array&, void*), void(*rep)(real_1d_array const&, double, void*), void* ptr )
[symbol: _ZN6alglib8lsfitfitERNS_10lsfitstateEPFvRKNS_13real_1d_arrayES4_RdPvEPFvS4_S4_S5_RS2_S6_EPFvS4_dS6_ES6_]
lsfititeration ( lsfitstate const& state )
[symbol: _ZN6alglib14lsfititerationERKNS_10lsfitstateE]
lsfitlinear ( real_1d_array const& y, real_2d_array const& fmatrix, ae_int_t const n, ae_int_t const m, ae_int_t& info, real_1d_array& c, lsfitreport& rep )
[symbol: _ZN6alglib11lsfitlinearERKNS_13real_1d_arrayERKNS_13real_2d_arrayEiiRiRS0_RNS_11lsfitreportE]
lsfitlinear ( real_1d_array const& y, real_2d_array const& fmatrix, ae_int_t& info, real_1d_array& c, lsfitreport& rep )
[symbol: _ZN6alglib11lsfitlinearERKNS_13real_1d_arrayERKNS_13real_2d_arrayERiRS0_RNS_11lsfitreportE]
lsfitlinearc ( real_1d_array const& y, real_2d_array const& fmatrix, real_2d_array const& cmatrix, ae_int_t const n, ae_int_t const m, ae_int_t const k, ae_int_t& info, real_1d_array& c, lsfitreport& rep )
[symbol: _ZN6alglib12lsfitlinearcERKNS_13real_1d_arrayERKNS_13real_2d_arrayES5_iiiRiRS0_RNS_11lsfitreportE]
lsfitlinearc ( real_1d_array const& y, real_2d_array const& fmatrix, real_2d_array const& cmatrix, ae_int_t& info, real_1d_array& c, lsfitreport& rep )
[symbol: _ZN6alglib12lsfitlinearcERKNS_13real_1d_arrayERKNS_13real_2d_arrayES5_RiRS0_RNS_11lsfitreportE]
lsfitlinearw ( real_1d_array const& y, real_1d_array const& w, real_2d_array const& fmatrix, ae_int_t const n, ae_int_t const m, ae_int_t& info, real_1d_array& c, lsfitreport& rep )
[symbol: _ZN6alglib12lsfitlinearwERKNS_13real_1d_arrayES2_RKNS_13real_2d_arrayEiiRiRS0_RNS_11lsfitreportE]
lsfitlinearw ( real_1d_array const& y, real_1d_array const& w, real_2d_array const& fmatrix, ae_int_t& info, real_1d_array& c, lsfitreport& rep )
[symbol: _ZN6alglib12lsfitlinearwERKNS_13real_1d_arrayES2_RKNS_13real_2d_arrayERiRS0_RNS_11lsfitreportE]
lsfitlinearwc ( real_1d_array const& y, real_1d_array const& w, real_2d_array const& fmatrix, real_2d_array const& cmatrix, ae_int_t const n, ae_int_t const m, ae_int_t const k, ae_int_t& info, real_1d_array& c, lsfitreport& rep )
[symbol: _ZN6alglib13lsfitlinearwcERKNS_13real_1d_arrayES2_RKNS_13real_2d_arrayES5_iiiRiRS0_RNS_11lsfitreportE]
lsfitlinearwc ( real_1d_array const& y, real_1d_array const& w, real_2d_array const& fmatrix, real_2d_array const& cmatrix, ae_int_t& info, real_1d_array& c, lsfitreport& rep )
[symbol: _ZN6alglib13lsfitlinearwcERKNS_13real_1d_arrayES2_RKNS_13real_2d_arrayES5_RiRS0_RNS_11lsfitreportE]
lsfitreport::lsfitreport [in-charge] ( )
[symbol: _ZN6alglib11lsfitreportC1Ev]
lsfitreport::lsfitreport [in-charge] ( lsfitreport const& rhs )
[symbol: _ZN6alglib11lsfitreportC1ERKS0_]
lsfitreport::lsfitreport [not-in-charge] ( )
[symbol: _ZN6alglib11lsfitreportC2Ev]
lsfitreport::lsfitreport [not-in-charge] ( lsfitreport const& rhs )
[symbol: _ZN6alglib11lsfitreportC2ERKS0_]
lsfitreport::operator = ( lsfitreport const& rhs )
[symbol: _ZN6alglib11lsfitreportaSERKS0_]
lsfitreport::~lsfitreport [in-charge-deleting] ( )
[symbol: _ZN6alglib11lsfitreportD0Ev]
lsfitreport::~lsfitreport [in-charge] ( )
[symbol: _ZN6alglib11lsfitreportD1Ev]
lsfitreport::~lsfitreport [not-in-charge] ( )
[symbol: _ZN6alglib11lsfitreportD2Ev]
lsfitresults ( lsfitstate const& state, ae_int_t& info, real_1d_array& c, lsfitreport& rep )
[symbol: _ZN6alglib12lsfitresultsERKNS_10lsfitstateERiRNS_13real_1d_arrayERNS_11lsfitreportE]
lsfitsetcond ( lsfitstate const& state, double const epsf, double const epsx, ae_int_t const maxits )
[symbol: _ZN6alglib12lsfitsetcondERKNS_10lsfitstateEddi]
lsfitsetstpmax ( lsfitstate const& state, double const stpmax )
[symbol: _ZN6alglib14lsfitsetstpmaxERKNS_10lsfitstateEd]
lsfitsetxrep ( lsfitstate const& state, bool const needxrep )
[symbol: _ZN6alglib12lsfitsetxrepERKNS_10lsfitstateEb]
lsfitstate::lsfitstate [in-charge] ( )
[symbol: _ZN6alglib10lsfitstateC1Ev]
lsfitstate::lsfitstate [in-charge] ( lsfitstate const& rhs )
[symbol: _ZN6alglib10lsfitstateC1ERKS0_]
lsfitstate::lsfitstate [not-in-charge] ( )
[symbol: _ZN6alglib10lsfitstateC2Ev]
lsfitstate::lsfitstate [not-in-charge] ( lsfitstate const& rhs )
[symbol: _ZN6alglib10lsfitstateC2ERKS0_]
lsfitstate::operator = ( lsfitstate const& rhs )
[symbol: _ZN6alglib10lsfitstateaSERKS0_]
lsfitstate::~lsfitstate [in-charge-deleting] ( )
[symbol: _ZN6alglib10lsfitstateD0Ev]
lsfitstate::~lsfitstate [in-charge] ( )
[symbol: _ZN6alglib10lsfitstateD1Ev]
lsfitstate::~lsfitstate [not-in-charge] ( )
[symbol: _ZN6alglib10lsfitstateD2Ev]
polynomialbuild ( real_1d_array const& x, real_1d_array const& y, ae_int_t const n, barycentricinterpolant& p )
[symbol: _ZN6alglib15polynomialbuildERKNS_13real_1d_arrayES2_iRNS_22barycentricinterpolantE]
polynomialbuild ( real_1d_array const& x, real_1d_array const& y, barycentricinterpolant& p )
[symbol: _ZN6alglib15polynomialbuildERKNS_13real_1d_arrayES2_RNS_22barycentricinterpolantE]
polynomialbuildcheb1 ( double const a, double const b, real_1d_array const& y, ae_int_t const n, barycentricinterpolant& p )
[symbol: _ZN6alglib20polynomialbuildcheb1EddRKNS_13real_1d_arrayEiRNS_22barycentricinterpolantE]
polynomialbuildcheb1 ( double const a, double const b, real_1d_array const& y, barycentricinterpolant& p )
[symbol: _ZN6alglib20polynomialbuildcheb1EddRKNS_13real_1d_arrayERNS_22barycentricinterpolantE]
polynomialbuildcheb2 ( double const a, double const b, real_1d_array const& y, ae_int_t const n, barycentricinterpolant& p )
[symbol: _ZN6alglib20polynomialbuildcheb2EddRKNS_13real_1d_arrayEiRNS_22barycentricinterpolantE]
polynomialbuildcheb2 ( double const a, double const b, real_1d_array const& y, barycentricinterpolant& p )
[symbol: _ZN6alglib20polynomialbuildcheb2EddRKNS_13real_1d_arrayERNS_22barycentricinterpolantE]
polynomialbuildeqdist ( double const a, double const b, real_1d_array const& y, ae_int_t const n, barycentricinterpolant& p )
[symbol: _ZN6alglib21polynomialbuildeqdistEddRKNS_13real_1d_arrayEiRNS_22barycentricinterpolantE]
polynomialbuildeqdist ( double const a, double const b, real_1d_array const& y, barycentricinterpolant& p )
[symbol: _ZN6alglib21polynomialbuildeqdistEddRKNS_13real_1d_arrayERNS_22barycentricinterpolantE]
polynomialcalccheb1 ( double const a, double const b, real_1d_array const& f, ae_int_t const n, double const t )
[symbol: _ZN6alglib19polynomialcalccheb1EddRKNS_13real_1d_arrayEid]
polynomialcalccheb1 ( double const a, double const b, real_1d_array const& f, double const t )
[symbol: _ZN6alglib19polynomialcalccheb1EddRKNS_13real_1d_arrayEd]
polynomialcalccheb2 ( double const a, double const b, real_1d_array const& f, ae_int_t const n, double const t )
[symbol: _ZN6alglib19polynomialcalccheb2EddRKNS_13real_1d_arrayEid]
polynomialcalccheb2 ( double const a, double const b, real_1d_array const& f, double const t )
[symbol: _ZN6alglib19polynomialcalccheb2EddRKNS_13real_1d_arrayEd]
polynomialcalceqdist ( double const a, double const b, real_1d_array const& f, ae_int_t const n, double const t )
[symbol: _ZN6alglib20polynomialcalceqdistEddRKNS_13real_1d_arrayEid]
polynomialcalceqdist ( double const a, double const b, real_1d_array const& f, double const t )
[symbol: _ZN6alglib20polynomialcalceqdistEddRKNS_13real_1d_arrayEd]
polynomialfit ( real_1d_array const& x, real_1d_array const& y, ae_int_t const m, ae_int_t& info, barycentricinterpolant& p, polynomialfitreport& rep )
[symbol: _ZN6alglib13polynomialfitERKNS_13real_1d_arrayES2_iRiRNS_22barycentricinterpolantERNS_19polynomialfitreportE]
polynomialfit ( real_1d_array const& x, real_1d_array const& y, ae_int_t const n, ae_int_t const m, ae_int_t& info, barycentricinterpolant& p, polynomialfitreport& rep )
[symbol: _ZN6alglib13polynomialfitERKNS_13real_1d_arrayES2_iiRiRNS_22barycentricinterpolantERNS_19polynomialfitreportE]
polynomialfitreport::operator = ( polynomialfitreport const& rhs )
[symbol: _ZN6alglib19polynomialfitreportaSERKS0_]
polynomialfitreport::polynomialfitreport [in-charge] ( )
[symbol: _ZN6alglib19polynomialfitreportC1Ev]
polynomialfitreport::polynomialfitreport [in-charge] ( polynomialfitreport const& rhs )
[symbol: _ZN6alglib19polynomialfitreportC1ERKS0_]
polynomialfitreport::polynomialfitreport [not-in-charge] ( )
[symbol: _ZN6alglib19polynomialfitreportC2Ev]
polynomialfitreport::polynomialfitreport [not-in-charge] ( polynomialfitreport const& rhs )
[symbol: _ZN6alglib19polynomialfitreportC2ERKS0_]
polynomialfitreport::~polynomialfitreport [in-charge-deleting] ( )
[symbol: _ZN6alglib19polynomialfitreportD0Ev]
polynomialfitreport::~polynomialfitreport [in-charge] ( )
[symbol: _ZN6alglib19polynomialfitreportD1Ev]
polynomialfitreport::~polynomialfitreport [not-in-charge] ( )
[symbol: _ZN6alglib19polynomialfitreportD2Ev]
polynomialfitwc ( real_1d_array const& x, real_1d_array const& y, real_1d_array const& w, ae_int_t const n, real_1d_array const& xc, real_1d_array const& yc, integer_1d_array const& dc, ae_int_t const k, ae_int_t const m, ae_int_t& info, barycentricinterpolant& p, polynomialfitreport& rep )
[symbol: _ZN6alglib15polynomialfitwcERKNS_13real_1d_arrayES2_S2_iS2_S2_RKNS_16integer_1d_arrayEiiRiRNS_22barycentricinterpolantERNS_19polynomialfitreportE]
polynomialfitwc ( real_1d_array const& x, real_1d_array const& y, real_1d_array const& w, real_1d_array const& xc, real_1d_array const& yc, integer_1d_array const& dc, ae_int_t const m, ae_int_t& info, barycentricinterpolant& p, polynomialfitreport& rep )
[symbol: _ZN6alglib15polynomialfitwcERKNS_13real_1d_arrayES2_S2_S2_S2_RKNS_16integer_1d_arrayEiRiRNS_22barycentricinterpolantERNS_19polynomialfitreportE]
pspline2arclength ( pspline2interpolant const& p, double const a, double const b )
[symbol: _ZN6alglib17pspline2arclengthERKNS_19pspline2interpolantEdd]
pspline2build ( real_2d_array const& xy, ae_int_t const n, ae_int_t const st, ae_int_t const pt, pspline2interpolant& p )
[symbol: _ZN6alglib13pspline2buildERKNS_13real_2d_arrayEiiiRNS_19pspline2interpolantE]
pspline2buildperiodic ( real_2d_array const& xy, ae_int_t const n, ae_int_t const st, ae_int_t const pt, pspline2interpolant& p )
[symbol: _ZN6alglib21pspline2buildperiodicERKNS_13real_2d_arrayEiiiRNS_19pspline2interpolantE]
pspline2calc ( pspline2interpolant const& p, double const t, double& x, double& y )
[symbol: _ZN6alglib12pspline2calcERKNS_19pspline2interpolantEdRdS3_]
pspline2diff ( pspline2interpolant const& p, double const t, double& x, double& dx, double& y, double& dy )
[symbol: _ZN6alglib12pspline2diffERKNS_19pspline2interpolantEdRdS3_S3_S3_]
pspline2diff2 ( pspline2interpolant const& p, double const t, double& x, double& dx, double& d2x, double& y, double& dy, double& d2y )
[symbol: _ZN6alglib13pspline2diff2ERKNS_19pspline2interpolantEdRdS3_S3_S3_S3_S3_]
pspline2interpolant::operator = ( pspline2interpolant const& rhs )
[symbol: _ZN6alglib19pspline2interpolantaSERKS0_]
pspline2interpolant::pspline2interpolant [in-charge] ( )
[symbol: _ZN6alglib19pspline2interpolantC1Ev]
pspline2interpolant::pspline2interpolant [in-charge] ( pspline2interpolant const& rhs )
[symbol: _ZN6alglib19pspline2interpolantC1ERKS0_]
pspline2interpolant::pspline2interpolant [not-in-charge] ( )
[symbol: _ZN6alglib19pspline2interpolantC2Ev]
pspline2interpolant::pspline2interpolant [not-in-charge] ( pspline2interpolant const& rhs )
[symbol: _ZN6alglib19pspline2interpolantC2ERKS0_]
pspline2interpolant::~pspline2interpolant [in-charge-deleting] ( )
[symbol: _ZN6alglib19pspline2interpolantD0Ev]
pspline2interpolant::~pspline2interpolant [in-charge] ( )
[symbol: _ZN6alglib19pspline2interpolantD1Ev]
pspline2interpolant::~pspline2interpolant [not-in-charge] ( )
[symbol: _ZN6alglib19pspline2interpolantD2Ev]
pspline2parametervalues ( pspline2interpolant const& p, ae_int_t& n, real_1d_array& t )
[symbol: _ZN6alglib23pspline2parametervaluesERKNS_19pspline2interpolantERiRNS_13real_1d_arrayE]
pspline2tangent ( pspline2interpolant const& p, double const t, double& x, double& y )
[symbol: _ZN6alglib15pspline2tangentERKNS_19pspline2interpolantEdRdS3_]
pspline3arclength ( pspline3interpolant const& p, double const a, double const b )
[symbol: _ZN6alglib17pspline3arclengthERKNS_19pspline3interpolantEdd]
pspline3build ( real_2d_array const& xy, ae_int_t const n, ae_int_t const st, ae_int_t const pt, pspline3interpolant& p )
[symbol: _ZN6alglib13pspline3buildERKNS_13real_2d_arrayEiiiRNS_19pspline3interpolantE]
pspline3buildperiodic ( real_2d_array const& xy, ae_int_t const n, ae_int_t const st, ae_int_t const pt, pspline3interpolant& p )
[symbol: _ZN6alglib21pspline3buildperiodicERKNS_13real_2d_arrayEiiiRNS_19pspline3interpolantE]
pspline3calc ( pspline3interpolant const& p, double const t, double& x, double& y, double& z )
[symbol: _ZN6alglib12pspline3calcERKNS_19pspline3interpolantEdRdS3_S3_]
pspline3diff ( pspline3interpolant const& p, double const t, double& x, double& dx, double& y, double& dy, double& z, double& dz )
[symbol: _ZN6alglib12pspline3diffERKNS_19pspline3interpolantEdRdS3_S3_S3_S3_S3_]
pspline3diff2 ( pspline3interpolant const& p, double const t, double& x, double& dx, double& d2x, double& y, double& dy, double& d2y, double& z, double& dz, double& d2z )
[symbol: _ZN6alglib13pspline3diff2ERKNS_19pspline3interpolantEdRdS3_S3_S3_S3_S3_S3_S3_S3_]
pspline3interpolant::operator = ( pspline3interpolant const& rhs )
[symbol: _ZN6alglib19pspline3interpolantaSERKS0_]
pspline3interpolant::pspline3interpolant [in-charge] ( )
[symbol: _ZN6alglib19pspline3interpolantC1Ev]
pspline3interpolant::pspline3interpolant [in-charge] ( pspline3interpolant const& rhs )
[symbol: _ZN6alglib19pspline3interpolantC1ERKS0_]
pspline3interpolant::pspline3interpolant [not-in-charge] ( )
[symbol: _ZN6alglib19pspline3interpolantC2Ev]
pspline3interpolant::pspline3interpolant [not-in-charge] ( pspline3interpolant const& rhs )
[symbol: _ZN6alglib19pspline3interpolantC2ERKS0_]
pspline3interpolant::~pspline3interpolant [in-charge-deleting] ( )
[symbol: _ZN6alglib19pspline3interpolantD0Ev]
pspline3interpolant::~pspline3interpolant [in-charge] ( )
[symbol: _ZN6alglib19pspline3interpolantD1Ev]
pspline3interpolant::~pspline3interpolant [not-in-charge] ( )
[symbol: _ZN6alglib19pspline3interpolantD2Ev]
pspline3parametervalues ( pspline3interpolant const& p, ae_int_t& n, real_1d_array& t )
[symbol: _ZN6alglib23pspline3parametervaluesERKNS_19pspline3interpolantERiRNS_13real_1d_arrayE]
pspline3tangent ( pspline3interpolant const& p, double const t, double& x, double& y, double& z )
[symbol: _ZN6alglib15pspline3tangentERKNS_19pspline3interpolantEdRdS3_S3_]
spline1dbuildakima ( real_1d_array const& x, real_1d_array const& y, ae_int_t const n, spline1dinterpolant& c )
[symbol: _ZN6alglib18spline1dbuildakimaERKNS_13real_1d_arrayES2_iRNS_19spline1dinterpolantE]
spline1dbuildakima ( real_1d_array const& x, real_1d_array const& y, spline1dinterpolant& c )
[symbol: _ZN6alglib18spline1dbuildakimaERKNS_13real_1d_arrayES2_RNS_19spline1dinterpolantE]
spline1dbuildcatmullrom ( real_1d_array const& x, real_1d_array const& y, ae_int_t const n, ae_int_t const boundtype, double const tension, spline1dinterpolant& c )
[symbol: _ZN6alglib23spline1dbuildcatmullromERKNS_13real_1d_arrayES2_iidRNS_19spline1dinterpolantE]
spline1dbuildcatmullrom ( real_1d_array const& x, real_1d_array const& y, spline1dinterpolant& c )
[symbol: _ZN6alglib23spline1dbuildcatmullromERKNS_13real_1d_arrayES2_RNS_19spline1dinterpolantE]
spline1dbuildcubic ( real_1d_array const& x, real_1d_array const& y, ae_int_t const n, ae_int_t const boundltype, double const boundl, ae_int_t const boundrtype, double const boundr, spline1dinterpolant& c )
[symbol: _ZN6alglib18spline1dbuildcubicERKNS_13real_1d_arrayES2_iididRNS_19spline1dinterpolantE]
spline1dbuildcubic ( real_1d_array const& x, real_1d_array const& y, spline1dinterpolant& c )
[symbol: _ZN6alglib18spline1dbuildcubicERKNS_13real_1d_arrayES2_RNS_19spline1dinterpolantE]
spline1dbuildhermite ( real_1d_array const& x, real_1d_array const& y, real_1d_array const& d, ae_int_t const n, spline1dinterpolant& c )
[symbol: _ZN6alglib20spline1dbuildhermiteERKNS_13real_1d_arrayES2_S2_iRNS_19spline1dinterpolantE]
spline1dbuildhermite ( real_1d_array const& x, real_1d_array const& y, real_1d_array const& d, spline1dinterpolant& c )
[symbol: _ZN6alglib20spline1dbuildhermiteERKNS_13real_1d_arrayES2_S2_RNS_19spline1dinterpolantE]
spline1dbuildlinear ( real_1d_array const& x, real_1d_array const& y, ae_int_t const n, spline1dinterpolant& c )
[symbol: _ZN6alglib19spline1dbuildlinearERKNS_13real_1d_arrayES2_iRNS_19spline1dinterpolantE]
spline1dbuildlinear ( real_1d_array const& x, real_1d_array const& y, spline1dinterpolant& c )
[symbol: _ZN6alglib19spline1dbuildlinearERKNS_13real_1d_arrayES2_RNS_19spline1dinterpolantE]
spline1dcalc ( spline1dinterpolant const& c, double const x )
[symbol: _ZN6alglib12spline1dcalcERKNS_19spline1dinterpolantEd]
spline1dconvcubic ( real_1d_array const& x, real_1d_array const& y, ae_int_t const n, ae_int_t const boundltype, double const boundl, ae_int_t const boundrtype, double const boundr, real_1d_array const& x2, ae_int_t const n2, real_1d_array& y2 )
[symbol: _ZN6alglib17spline1dconvcubicERKNS_13real_1d_arrayES2_iididS2_iRS0_]
spline1dconvcubic ( real_1d_array const& x, real_1d_array const& y, real_1d_array const& x2, real_1d_array& y2 )
[symbol: _ZN6alglib17spline1dconvcubicERKNS_13real_1d_arrayES2_S2_RS0_]
spline1dconvdiff2cubic ( real_1d_array const& x, real_1d_array const& y, ae_int_t const n, ae_int_t const boundltype, double const boundl, ae_int_t const boundrtype, double const boundr, real_1d_array const& x2, ae_int_t const n2, real_1d_array& y2, real_1d_array& d2, real_1d_array& dd2 )
[symbol: _ZN6alglib22spline1dconvdiff2cubicERKNS_13real_1d_arrayES2_iididS2_iRS0_S3_S3_]
spline1dconvdiff2cubic ( real_1d_array const& x, real_1d_array const& y, real_1d_array const& x2, real_1d_array& y2, real_1d_array& d2, real_1d_array& dd2 )
[symbol: _ZN6alglib22spline1dconvdiff2cubicERKNS_13real_1d_arrayES2_S2_RS0_S3_S3_]
spline1dconvdiffcubic ( real_1d_array const& x, real_1d_array const& y, ae_int_t const n, ae_int_t const boundltype, double const boundl, ae_int_t const boundrtype, double const boundr, real_1d_array const& x2, ae_int_t const n2, real_1d_array& y2, real_1d_array& d2 )
[symbol: _ZN6alglib21spline1dconvdiffcubicERKNS_13real_1d_arrayES2_iididS2_iRS0_S3_]
spline1dconvdiffcubic ( real_1d_array const& x, real_1d_array const& y, real_1d_array const& x2, real_1d_array& y2, real_1d_array& d2 )
[symbol: _ZN6alglib21spline1dconvdiffcubicERKNS_13real_1d_arrayES2_S2_RS0_S3_]
spline1ddiff ( spline1dinterpolant const& c, double const x, double& s, double& ds, double& d2s )
[symbol: _ZN6alglib12spline1ddiffERKNS_19spline1dinterpolantEdRdS3_S3_]
spline1dfitcubic ( real_1d_array const& x, real_1d_array const& y, ae_int_t const m, ae_int_t& info, spline1dinterpolant& s, spline1dfitreport& rep )
[symbol: _ZN6alglib16spline1dfitcubicERKNS_13real_1d_arrayES2_iRiRNS_19spline1dinterpolantERNS_17spline1dfitreportE]
spline1dfitcubic ( real_1d_array const& x, real_1d_array const& y, ae_int_t const n, ae_int_t const m, ae_int_t& info, spline1dinterpolant& s, spline1dfitreport& rep )
[symbol: _ZN6alglib16spline1dfitcubicERKNS_13real_1d_arrayES2_iiRiRNS_19spline1dinterpolantERNS_17spline1dfitreportE]
spline1dfitcubicwc ( real_1d_array const& x, real_1d_array const& y, real_1d_array const& w, ae_int_t const n, real_1d_array const& xc, real_1d_array const& yc, integer_1d_array const& dc, ae_int_t const k, ae_int_t const m, ae_int_t& info, spline1dinterpolant& s, spline1dfitreport& rep )
[symbol: _ZN6alglib18spline1dfitcubicwcERKNS_13real_1d_arrayES2_S2_iS2_S2_RKNS_16integer_1d_arrayEiiRiRNS_19spline1dinterpolantERNS_17spline1dfitreportE]
spline1dfitcubicwc ( real_1d_array const& x, real_1d_array const& y, real_1d_array const& w, real_1d_array const& xc, real_1d_array const& yc, integer_1d_array const& dc, ae_int_t const m, ae_int_t& info, spline1dinterpolant& s, spline1dfitreport& rep )
[symbol: _ZN6alglib18spline1dfitcubicwcERKNS_13real_1d_arrayES2_S2_S2_S2_RKNS_16integer_1d_arrayEiRiRNS_19spline1dinterpolantERNS_17spline1dfitreportE]
spline1dfithermite ( real_1d_array const& x, real_1d_array const& y, ae_int_t const m, ae_int_t& info, spline1dinterpolant& s, spline1dfitreport& rep )
[symbol: _ZN6alglib18spline1dfithermiteERKNS_13real_1d_arrayES2_iRiRNS_19spline1dinterpolantERNS_17spline1dfitreportE]
spline1dfithermite ( real_1d_array const& x, real_1d_array const& y, ae_int_t const n, ae_int_t const m, ae_int_t& info, spline1dinterpolant& s, spline1dfitreport& rep )
[symbol: _ZN6alglib18spline1dfithermiteERKNS_13real_1d_arrayES2_iiRiRNS_19spline1dinterpolantERNS_17spline1dfitreportE]
spline1dfithermitewc ( real_1d_array const& x, real_1d_array const& y, real_1d_array const& w, ae_int_t const n, real_1d_array const& xc, real_1d_array const& yc, integer_1d_array const& dc, ae_int_t const k, ae_int_t const m, ae_int_t& info, spline1dinterpolant& s, spline1dfitreport& rep )
[symbol: _ZN6alglib20spline1dfithermitewcERKNS_13real_1d_arrayES2_S2_iS2_S2_RKNS_16integer_1d_arrayEiiRiRNS_19spline1dinterpolantERNS_17spline1dfitreportE]
spline1dfithermitewc ( real_1d_array const& x, real_1d_array const& y, real_1d_array const& w, real_1d_array const& xc, real_1d_array const& yc, integer_1d_array const& dc, ae_int_t const m, ae_int_t& info, spline1dinterpolant& s, spline1dfitreport& rep )
[symbol: _ZN6alglib20spline1dfithermitewcERKNS_13real_1d_arrayES2_S2_S2_S2_RKNS_16integer_1d_arrayEiRiRNS_19spline1dinterpolantERNS_17spline1dfitreportE]
spline1dfitreport::operator = ( spline1dfitreport const& rhs )
[symbol: _ZN6alglib17spline1dfitreportaSERKS0_]
spline1dfitreport::spline1dfitreport [in-charge] ( )
[symbol: _ZN6alglib17spline1dfitreportC1Ev]
spline1dfitreport::spline1dfitreport [in-charge] ( spline1dfitreport const& rhs )
[symbol: _ZN6alglib17spline1dfitreportC1ERKS0_]
spline1dfitreport::spline1dfitreport [not-in-charge] ( )
[symbol: _ZN6alglib17spline1dfitreportC2Ev]
spline1dfitreport::spline1dfitreport [not-in-charge] ( spline1dfitreport const& rhs )
[symbol: _ZN6alglib17spline1dfitreportC2ERKS0_]
spline1dfitreport::~spline1dfitreport [in-charge-deleting] ( )
[symbol: _ZN6alglib17spline1dfitreportD0Ev]
spline1dfitreport::~spline1dfitreport [in-charge] ( )
[symbol: _ZN6alglib17spline1dfitreportD1Ev]
spline1dfitreport::~spline1dfitreport [not-in-charge] ( )
[symbol: _ZN6alglib17spline1dfitreportD2Ev]
spline1dgriddiff2cubic ( real_1d_array const& x, real_1d_array const& y, ae_int_t const n, ae_int_t const boundltype, double const boundl, ae_int_t const boundrtype, double const boundr, real_1d_array& d1, real_1d_array& d2 )
[symbol: _ZN6alglib22spline1dgriddiff2cubicERKNS_13real_1d_arrayES2_iididRS0_S3_]
spline1dgriddiff2cubic ( real_1d_array const& x, real_1d_array const& y, real_1d_array& d1, real_1d_array& d2 )
[symbol: _ZN6alglib22spline1dgriddiff2cubicERKNS_13real_1d_arrayES2_RS0_S3_]
spline1dgriddiffcubic ( real_1d_array const& x, real_1d_array const& y, ae_int_t const n, ae_int_t const boundltype, double const boundl, ae_int_t const boundrtype, double const boundr, real_1d_array& d )
[symbol: _ZN6alglib21spline1dgriddiffcubicERKNS_13real_1d_arrayES2_iididRS0_]
spline1dgriddiffcubic ( real_1d_array const& x, real_1d_array const& y, real_1d_array& d )
[symbol: _ZN6alglib21spline1dgriddiffcubicERKNS_13real_1d_arrayES2_RS0_]
spline1dintegrate ( spline1dinterpolant const& c, double const x )
[symbol: _ZN6alglib17spline1dintegrateERKNS_19spline1dinterpolantEd]
spline1dinterpolant::operator = ( spline1dinterpolant const& rhs )
[symbol: _ZN6alglib19spline1dinterpolantaSERKS0_]
spline1dinterpolant::spline1dinterpolant [in-charge] ( )
[symbol: _ZN6alglib19spline1dinterpolantC1Ev]
spline1dinterpolant::spline1dinterpolant [in-charge] ( spline1dinterpolant const& rhs )
[symbol: _ZN6alglib19spline1dinterpolantC1ERKS0_]
spline1dinterpolant::spline1dinterpolant [not-in-charge] ( )
[symbol: _ZN6alglib19spline1dinterpolantC2Ev]
spline1dinterpolant::spline1dinterpolant [not-in-charge] ( spline1dinterpolant const& rhs )
[symbol: _ZN6alglib19spline1dinterpolantC2ERKS0_]
spline1dinterpolant::~spline1dinterpolant [in-charge-deleting] ( )
[symbol: _ZN6alglib19spline1dinterpolantD0Ev]
spline1dinterpolant::~spline1dinterpolant [in-charge] ( )
[symbol: _ZN6alglib19spline1dinterpolantD1Ev]
spline1dinterpolant::~spline1dinterpolant [not-in-charge] ( )
[symbol: _ZN6alglib19spline1dinterpolantD2Ev]
spline1dlintransx ( spline1dinterpolant const& c, double const a, double const b )
[symbol: _ZN6alglib17spline1dlintransxERKNS_19spline1dinterpolantEdd]
spline1dlintransy ( spline1dinterpolant const& c, double const a, double const b )
[symbol: _ZN6alglib17spline1dlintransyERKNS_19spline1dinterpolantEdd]
spline1dunpack ( spline1dinterpolant const& c, ae_int_t& n, real_2d_array& tbl )
[symbol: _ZN6alglib14spline1dunpackERKNS_19spline1dinterpolantERiRNS_13real_2d_arrayE]
spline2dbuildbicubic ( real_1d_array const& x, real_1d_array const& y, real_2d_array const& f, ae_int_t const m, ae_int_t const n, spline2dinterpolant& c )
[symbol: _ZN6alglib20spline2dbuildbicubicERKNS_13real_1d_arrayES2_RKNS_13real_2d_arrayEiiRNS_19spline2dinterpolantE]
spline2dbuildbilinear ( real_1d_array const& x, real_1d_array const& y, real_2d_array const& f, ae_int_t const m, ae_int_t const n, spline2dinterpolant& c )
[symbol: _ZN6alglib21spline2dbuildbilinearERKNS_13real_1d_arrayES2_RKNS_13real_2d_arrayEiiRNS_19spline2dinterpolantE]
spline2dcalc ( spline2dinterpolant const& c, double const x, double const y )
[symbol: _ZN6alglib12spline2dcalcERKNS_19spline2dinterpolantEdd]
spline2ddiff ( spline2dinterpolant const& c, double const x, double const y, double& f, double& fx, double& fy, double& fxy )
[symbol: _ZN6alglib12spline2ddiffERKNS_19spline2dinterpolantEddRdS3_S3_S3_]
spline2dinterpolant::operator = ( spline2dinterpolant const& rhs )
[symbol: _ZN6alglib19spline2dinterpolantaSERKS0_]
spline2dinterpolant::spline2dinterpolant [in-charge] ( )
[symbol: _ZN6alglib19spline2dinterpolantC1Ev]
spline2dinterpolant::spline2dinterpolant [in-charge] ( spline2dinterpolant const& rhs )
[symbol: _ZN6alglib19spline2dinterpolantC1ERKS0_]
spline2dinterpolant::spline2dinterpolant [not-in-charge] ( )
[symbol: _ZN6alglib19spline2dinterpolantC2Ev]
spline2dinterpolant::spline2dinterpolant [not-in-charge] ( spline2dinterpolant const& rhs )
[symbol: _ZN6alglib19spline2dinterpolantC2ERKS0_]
spline2dinterpolant::~spline2dinterpolant [in-charge-deleting] ( )
[symbol: _ZN6alglib19spline2dinterpolantD0Ev]
spline2dinterpolant::~spline2dinterpolant [in-charge] ( )
[symbol: _ZN6alglib19spline2dinterpolantD1Ev]
spline2dinterpolant::~spline2dinterpolant [not-in-charge] ( )
[symbol: _ZN6alglib19spline2dinterpolantD2Ev]
spline2dlintransf ( spline2dinterpolant const& c, double const a, double const b )
[symbol: _ZN6alglib17spline2dlintransfERKNS_19spline2dinterpolantEdd]
spline2dlintransxy ( spline2dinterpolant const& c, double const ax, double const bx, double const ay, double const by )
[symbol: _ZN6alglib18spline2dlintransxyERKNS_19spline2dinterpolantEdddd]
spline2dresamplebicubic ( real_2d_array const& a, ae_int_t const oldheight, ae_int_t const oldwidth, real_2d_array& b, ae_int_t const newheight, ae_int_t const newwidth )
[symbol: _ZN6alglib23spline2dresamplebicubicERKNS_13real_2d_arrayEiiRS0_ii]
spline2dresamplebilinear ( real_2d_array const& a, ae_int_t const oldheight, ae_int_t const oldwidth, real_2d_array& b, ae_int_t const newheight, ae_int_t const newwidth )
[symbol: _ZN6alglib24spline2dresamplebilinearERKNS_13real_2d_arrayEiiRS0_ii]
spline2dunpack ( spline2dinterpolant const& c, ae_int_t& m, ae_int_t& n, real_2d_array& tbl )
[symbol: _ZN6alglib14spline2dunpackERKNS_19spline2dinterpolantERiS3_RNS_13real_2d_arrayE]
interpolation.h,
libalglib.so
namespace alglib_impl
_barycentricfitreport_clear ( struct barycentricfitreport* p )
[symbol: _ZN11alglib_impl27_barycentricfitreport_clearEPNS_20barycentricfitreportE]
_barycentricfitreport_init ( struct barycentricfitreport* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl26_barycentricfitreport_initEPNS_20barycentricfitreportEPNS_8ae_stateEb]
_barycentricfitreport_init_copy ( struct barycentricfitreport* dst, struct barycentricfitreport* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl31_barycentricfitreport_init_copyEPNS_20barycentricfitreportES1_PNS_8ae_stateEb]
_barycentricinterpolant_clear ( struct barycentricinterpolant* p )
[symbol: _ZN11alglib_impl29_barycentricinterpolant_clearEPNS_22barycentricinterpolantE]
_barycentricinterpolant_init ( struct barycentricinterpolant* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl28_barycentricinterpolant_initEPNS_22barycentricinterpolantEPNS_8ae_stateEb]
_barycentricinterpolant_init_copy ( struct barycentricinterpolant* dst, struct barycentricinterpolant* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl33_barycentricinterpolant_init_copyEPNS_22barycentricinterpolantES1_PNS_8ae_stateEb]
_idwinterpolant_clear ( struct idwinterpolant* p )
[symbol: _ZN11alglib_impl21_idwinterpolant_clearEPNS_14idwinterpolantE]
_idwinterpolant_init ( struct idwinterpolant* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl20_idwinterpolant_initEPNS_14idwinterpolantEPNS_8ae_stateEb]
_idwinterpolant_init_copy ( struct idwinterpolant* dst, struct idwinterpolant* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl25_idwinterpolant_init_copyEPNS_14idwinterpolantES1_PNS_8ae_stateEb]
_lsfitreport_clear ( struct lsfitreport* p )
[symbol: _ZN11alglib_impl18_lsfitreport_clearEPNS_11lsfitreportE]
_lsfitreport_init ( struct lsfitreport* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl17_lsfitreport_initEPNS_11lsfitreportEPNS_8ae_stateEb]
_lsfitreport_init_copy ( struct lsfitreport* dst, struct lsfitreport* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl22_lsfitreport_init_copyEPNS_11lsfitreportES1_PNS_8ae_stateEb]
_lsfitstate_clear ( struct lsfitstate* p )
[symbol: _ZN11alglib_impl17_lsfitstate_clearEPNS_10lsfitstateE]
_lsfitstate_init ( struct lsfitstate* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl16_lsfitstate_initEPNS_10lsfitstateEPNS_8ae_stateEb]
_lsfitstate_init_copy ( struct lsfitstate* dst, struct lsfitstate* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl21_lsfitstate_init_copyEPNS_10lsfitstateES1_PNS_8ae_stateEb]
_polynomialfitreport_clear ( struct polynomialfitreport* p )
[symbol: _ZN11alglib_impl26_polynomialfitreport_clearEPNS_19polynomialfitreportE]
_polynomialfitreport_init ( struct polynomialfitreport* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl25_polynomialfitreport_initEPNS_19polynomialfitreportEPNS_8ae_stateEb]
_polynomialfitreport_init_copy ( struct polynomialfitreport* dst, struct polynomialfitreport* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl30_polynomialfitreport_init_copyEPNS_19polynomialfitreportES1_PNS_8ae_stateEb]
_pspline2interpolant_clear ( struct pspline2interpolant* p )
[symbol: _ZN11alglib_impl26_pspline2interpolant_clearEPNS_19pspline2interpolantE]
_pspline2interpolant_init ( struct pspline2interpolant* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl25_pspline2interpolant_initEPNS_19pspline2interpolantEPNS_8ae_stateEb]
_pspline2interpolant_init_copy ( struct pspline2interpolant* dst, struct pspline2interpolant* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl30_pspline2interpolant_init_copyEPNS_19pspline2interpolantES1_PNS_8ae_stateEb]
_pspline3interpolant_clear ( struct pspline3interpolant* p )
[symbol: _ZN11alglib_impl26_pspline3interpolant_clearEPNS_19pspline3interpolantE]
_pspline3interpolant_init ( struct pspline3interpolant* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl25_pspline3interpolant_initEPNS_19pspline3interpolantEPNS_8ae_stateEb]
_pspline3interpolant_init_copy ( struct pspline3interpolant* dst, struct pspline3interpolant* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl30_pspline3interpolant_init_copyEPNS_19pspline3interpolantES1_PNS_8ae_stateEb]
_spline1dfitreport_clear ( struct spline1dfitreport* p )
[symbol: _ZN11alglib_impl24_spline1dfitreport_clearEPNS_17spline1dfitreportE]
_spline1dfitreport_init ( struct spline1dfitreport* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl23_spline1dfitreport_initEPNS_17spline1dfitreportEPNS_8ae_stateEb]
_spline1dfitreport_init_copy ( struct spline1dfitreport* dst, struct spline1dfitreport* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl28_spline1dfitreport_init_copyEPNS_17spline1dfitreportES1_PNS_8ae_stateEb]
_spline1dinterpolant_clear ( struct spline1dinterpolant* p )
[symbol: _ZN11alglib_impl26_spline1dinterpolant_clearEPNS_19spline1dinterpolantE]
_spline1dinterpolant_init ( struct spline1dinterpolant* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl25_spline1dinterpolant_initEPNS_19spline1dinterpolantEPNS_8ae_stateEb]
_spline1dinterpolant_init_copy ( struct spline1dinterpolant* dst, struct spline1dinterpolant* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl30_spline1dinterpolant_init_copyEPNS_19spline1dinterpolantES1_PNS_8ae_stateEb]
_spline2dinterpolant_clear ( struct spline2dinterpolant* p )
[symbol: _ZN11alglib_impl26_spline2dinterpolant_clearEPNS_19spline2dinterpolantE]
_spline2dinterpolant_init ( struct spline2dinterpolant* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl25_spline2dinterpolant_initEPNS_19spline2dinterpolantEPNS_8ae_stateEb]
_spline2dinterpolant_init_copy ( struct spline2dinterpolant* dst, struct spline2dinterpolant* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl30_spline2dinterpolant_init_copyEPNS_19spline2dinterpolantES1_PNS_8ae_stateEb]
barycentricbuildfloaterhormann ( ae_vector* x, ae_vector* y, ae_int_t n, ae_int_t d, struct barycentricinterpolant* b, struct ae_state* _state )
[symbol: _ZN11alglib_impl30barycentricbuildfloaterhormannEPNS_9ae_vectorES1_iiPNS_22barycentricinterpolantEPNS_8ae_stateE]
barycentricbuildxyw ( ae_vector* x, ae_vector* y, ae_vector* w, ae_int_t n, struct barycentricinterpolant* b, struct ae_state* _state )
[symbol: _ZN11alglib_impl19barycentricbuildxywEPNS_9ae_vectorES1_S1_iPNS_22barycentricinterpolantEPNS_8ae_stateE]
barycentriccalc ( struct barycentricinterpolant* b, double t, struct ae_state* _state )
[symbol: _ZN11alglib_impl15barycentriccalcEPNS_22barycentricinterpolantEdPNS_8ae_stateE]
barycentriccopy ( struct barycentricinterpolant* b, struct barycentricinterpolant* b2, struct ae_state* _state )
[symbol: _ZN11alglib_impl15barycentriccopyEPNS_22barycentricinterpolantES1_PNS_8ae_stateE]
barycentricdiff1 ( struct barycentricinterpolant* b, double t, double* f, double* df, struct ae_state* _state )
[symbol: _ZN11alglib_impl16barycentricdiff1EPNS_22barycentricinterpolantEdPdS2_PNS_8ae_stateE]
barycentricdiff2 ( struct barycentricinterpolant* b, double t, double* f, double* df, double* d2f, struct ae_state* _state )
[symbol: _ZN11alglib_impl16barycentricdiff2EPNS_22barycentricinterpolantEdPdS2_S2_PNS_8ae_stateE]
barycentricfitfloaterhormann ( ae_vector* x, ae_vector* y, ae_int_t n, ae_int_t m, ae_int_t* info, struct barycentricinterpolant* b, struct barycentricfitreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl28barycentricfitfloaterhormannEPNS_9ae_vectorES1_iiPiPNS_22barycentricinterpolantEPNS_20barycentricfitreportEPNS_8ae_stateE]
barycentricfitfloaterhormannwc ( ae_vector* x, ae_vector* y, ae_vector* w, ae_int_t n, ae_vector* xc, ae_vector* yc, ae_vector* dc, ae_int_t k, ae_int_t m, ae_int_t* info, struct barycentricinterpolant* b, struct barycentricfitreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl30barycentricfitfloaterhormannwcEPNS_9ae_vectorES1_S1_iS1_S1_S1_iiPiPNS_22barycentricinterpolantEPNS_20barycentricfitreportEPNS_8ae_stateE]
barycentriclintransx ( struct barycentricinterpolant* b, double ca, double cb, struct ae_state* _state )
[symbol: _ZN11alglib_impl20barycentriclintransxEPNS_22barycentricinterpolantEddPNS_8ae_stateE]
barycentriclintransy ( struct barycentricinterpolant* b, double ca, double cb, struct ae_state* _state )
[symbol: _ZN11alglib_impl20barycentriclintransyEPNS_22barycentricinterpolantEddPNS_8ae_stateE]
barycentricunpack ( struct barycentricinterpolant* b, ae_int_t* n, ae_vector* x, ae_vector* y, ae_vector* w, struct ae_state* _state )
[symbol: _ZN11alglib_impl17barycentricunpackEPNS_22barycentricinterpolantEPiPNS_9ae_vectorES4_S4_PNS_8ae_stateE]
idwbuildmodifiedshepard ( ae_matrix* xy, ae_int_t n, ae_int_t nx, ae_int_t d, ae_int_t nq, ae_int_t nw, struct idwinterpolant* z, struct ae_state* _state )
[symbol: _ZN11alglib_impl23idwbuildmodifiedshepardEPNS_9ae_matrixEiiiiiPNS_14idwinterpolantEPNS_8ae_stateE]
idwbuildmodifiedshepardr ( ae_matrix* xy, ae_int_t n, ae_int_t nx, double r, struct idwinterpolant* z, struct ae_state* _state )
[symbol: _ZN11alglib_impl24idwbuildmodifiedshepardrEPNS_9ae_matrixEiidPNS_14idwinterpolantEPNS_8ae_stateE]
idwbuildnoisy ( ae_matrix* xy, ae_int_t n, ae_int_t nx, ae_int_t d, ae_int_t nq, ae_int_t nw, struct idwinterpolant* z, struct ae_state* _state )
[symbol: _ZN11alglib_impl13idwbuildnoisyEPNS_9ae_matrixEiiiiiPNS_14idwinterpolantEPNS_8ae_stateE]
idwcalc ( struct idwinterpolant* z, ae_vector* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl7idwcalcEPNS_14idwinterpolantEPNS_9ae_vectorEPNS_8ae_stateE]
lsfitcreatefg ( ae_matrix* x, ae_vector* y, ae_vector* c, ae_int_t n, ae_int_t m, ae_int_t k, bool cheapfg, struct lsfitstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl13lsfitcreatefgEPNS_9ae_matrixEPNS_9ae_vectorES3_iiibPNS_10lsfitstateEPNS_8ae_stateE]
lsfitcreatefgh ( ae_matrix* x, ae_vector* y, ae_vector* c, ae_int_t n, ae_int_t m, ae_int_t k, struct lsfitstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl14lsfitcreatefghEPNS_9ae_matrixEPNS_9ae_vectorES3_iiiPNS_10lsfitstateEPNS_8ae_stateE]
lsfitcreatewfg ( ae_matrix* x, ae_vector* y, ae_vector* w, ae_vector* c, ae_int_t n, ae_int_t m, ae_int_t k, bool cheapfg, struct lsfitstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl14lsfitcreatewfgEPNS_9ae_matrixEPNS_9ae_vectorES3_S3_iiibPNS_10lsfitstateEPNS_8ae_stateE]
lsfitcreatewfgh ( ae_matrix* x, ae_vector* y, ae_vector* w, ae_vector* c, ae_int_t n, ae_int_t m, ae_int_t k, struct lsfitstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl15lsfitcreatewfghEPNS_9ae_matrixEPNS_9ae_vectorES3_S3_iiiPNS_10lsfitstateEPNS_8ae_stateE]
lsfititeration ( struct lsfitstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl14lsfititerationEPNS_10lsfitstateEPNS_8ae_stateE]
lsfitlinear ( ae_vector* y, ae_matrix* fmatrix, ae_int_t n, ae_int_t m, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl11lsfitlinearEPNS_9ae_vectorEPNS_9ae_matrixEiiPiS1_PNS_11lsfitreportEPNS_8ae_stateE]
lsfitlinearc ( ae_vector* y, ae_matrix* fmatrix, ae_matrix* cmatrix, ae_int_t n, ae_int_t m, ae_int_t k, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl12lsfitlinearcEPNS_9ae_vectorEPNS_9ae_matrixES3_iiiPiS1_PNS_11lsfitreportEPNS_8ae_stateE]
lsfitlinearw ( ae_vector* y, ae_vector* w, ae_matrix* fmatrix, ae_int_t n, ae_int_t m, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl12lsfitlinearwEPNS_9ae_vectorES1_PNS_9ae_matrixEiiPiS1_PNS_11lsfitreportEPNS_8ae_stateE]
lsfitlinearwc ( ae_vector* y, ae_vector* w, ae_matrix* fmatrix, ae_matrix* cmatrix, ae_int_t n, ae_int_t m, ae_int_t k, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl13lsfitlinearwcEPNS_9ae_vectorES1_PNS_9ae_matrixES3_iiiPiS1_PNS_11lsfitreportEPNS_8ae_stateE]
lsfitresults ( struct lsfitstate* state, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl12lsfitresultsEPNS_10lsfitstateEPiPNS_9ae_vectorEPNS_11lsfitreportEPNS_8ae_stateE]
lsfitscalexy ( ae_vector* x, ae_vector* y, ae_int_t n, ae_vector* xc, ae_vector* yc, ae_vector* dc, ae_int_t k, double* xa, double* xb, double* sa, double* sb, ae_vector* xoriginal, ae_vector* yoriginal, struct ae_state* _state )
[symbol: _ZN11alglib_impl12lsfitscalexyEPNS_9ae_vectorES1_iS1_S1_S1_iPdS2_S2_S2_S1_S1_PNS_8ae_stateE]
lsfitsetcond ( struct lsfitstate* state, double epsf, double epsx, ae_int_t maxits, struct ae_state* _state )
[symbol: _ZN11alglib_impl12lsfitsetcondEPNS_10lsfitstateEddiPNS_8ae_stateE]
lsfitsetstpmax ( struct lsfitstate* state, double stpmax, struct ae_state* _state )
[symbol: _ZN11alglib_impl14lsfitsetstpmaxEPNS_10lsfitstateEdPNS_8ae_stateE]
lsfitsetxrep ( struct lsfitstate* state, bool needxrep, struct ae_state* _state )
[symbol: _ZN11alglib_impl12lsfitsetxrepEPNS_10lsfitstateEbPNS_8ae_stateE]
polynomialbuild ( ae_vector* x, ae_vector* y, ae_int_t n, struct barycentricinterpolant* p, struct ae_state* _state )
[symbol: _ZN11alglib_impl15polynomialbuildEPNS_9ae_vectorES1_iPNS_22barycentricinterpolantEPNS_8ae_stateE]
polynomialbuildcheb1 ( double a, double b, ae_vector* y, ae_int_t n, struct barycentricinterpolant* p, struct ae_state* _state )
[symbol: _ZN11alglib_impl20polynomialbuildcheb1EddPNS_9ae_vectorEiPNS_22barycentricinterpolantEPNS_8ae_stateE]
polynomialbuildcheb2 ( double a, double b, ae_vector* y, ae_int_t n, struct barycentricinterpolant* p, struct ae_state* _state )
[symbol: _ZN11alglib_impl20polynomialbuildcheb2EddPNS_9ae_vectorEiPNS_22barycentricinterpolantEPNS_8ae_stateE]
polynomialbuildeqdist ( double a, double b, ae_vector* y, ae_int_t n, struct barycentricinterpolant* p, struct ae_state* _state )
[symbol: _ZN11alglib_impl21polynomialbuildeqdistEddPNS_9ae_vectorEiPNS_22barycentricinterpolantEPNS_8ae_stateE]
polynomialcalccheb1 ( double a, double b, ae_vector* f, ae_int_t n, double t, struct ae_state* _state )
[symbol: _ZN11alglib_impl19polynomialcalccheb1EddPNS_9ae_vectorEidPNS_8ae_stateE]
polynomialcalccheb2 ( double a, double b, ae_vector* f, ae_int_t n, double t, struct ae_state* _state )
[symbol: _ZN11alglib_impl19polynomialcalccheb2EddPNS_9ae_vectorEidPNS_8ae_stateE]
polynomialcalceqdist ( double a, double b, ae_vector* f, ae_int_t n, double t, struct ae_state* _state )
[symbol: _ZN11alglib_impl20polynomialcalceqdistEddPNS_9ae_vectorEidPNS_8ae_stateE]
polynomialfit ( ae_vector* x, ae_vector* y, ae_int_t n, ae_int_t m, ae_int_t* info, struct barycentricinterpolant* p, struct polynomialfitreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl13polynomialfitEPNS_9ae_vectorES1_iiPiPNS_22barycentricinterpolantEPNS_19polynomialfitreportEPNS_8ae_stateE]
polynomialfitwc ( ae_vector* x, ae_vector* y, ae_vector* w, ae_int_t n, ae_vector* xc, ae_vector* yc, ae_vector* dc, ae_int_t k, ae_int_t m, ae_int_t* info, struct barycentricinterpolant* p, struct polynomialfitreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl15polynomialfitwcEPNS_9ae_vectorES1_S1_iS1_S1_S1_iiPiPNS_22barycentricinterpolantEPNS_19polynomialfitreportEPNS_8ae_stateE]
pspline2arclength ( struct pspline2interpolant* p, double a, double b, struct ae_state* _state )
[symbol: _ZN11alglib_impl17pspline2arclengthEPNS_19pspline2interpolantEddPNS_8ae_stateE]
pspline2build ( ae_matrix* xy, ae_int_t n, ae_int_t st, ae_int_t pt, struct pspline2interpolant* p, struct ae_state* _state )
[symbol: _ZN11alglib_impl13pspline2buildEPNS_9ae_matrixEiiiPNS_19pspline2interpolantEPNS_8ae_stateE]
pspline2buildperiodic ( ae_matrix* xy, ae_int_t n, ae_int_t st, ae_int_t pt, struct pspline2interpolant* p, struct ae_state* _state )
[symbol: _ZN11alglib_impl21pspline2buildperiodicEPNS_9ae_matrixEiiiPNS_19pspline2interpolantEPNS_8ae_stateE]
pspline2calc ( struct pspline2interpolant* p, double t, double* x, double* y, struct ae_state* _state )
[symbol: _ZN11alglib_impl12pspline2calcEPNS_19pspline2interpolantEdPdS2_PNS_8ae_stateE]
pspline2diff ( struct pspline2interpolant* p, double t, double* x, double* dx, double* y, double* dy, struct ae_state* _state )
[symbol: _ZN11alglib_impl12pspline2diffEPNS_19pspline2interpolantEdPdS2_S2_S2_PNS_8ae_stateE]
pspline2diff2 ( struct pspline2interpolant* p, double t, double* x, double* dx, double* d2x, double* y, double* dy, double* d2y, struct ae_state* _state )
[symbol: _ZN11alglib_impl13pspline2diff2EPNS_19pspline2interpolantEdPdS2_S2_S2_S2_S2_PNS_8ae_stateE]
pspline2parametervalues ( struct pspline2interpolant* p, ae_int_t* n, ae_vector* t, struct ae_state* _state )
[symbol: _ZN11alglib_impl23pspline2parametervaluesEPNS_19pspline2interpolantEPiPNS_9ae_vectorEPNS_8ae_stateE]
pspline2tangent ( struct pspline2interpolant* p, double t, double* x, double* y, struct ae_state* _state )
[symbol: _ZN11alglib_impl15pspline2tangentEPNS_19pspline2interpolantEdPdS2_PNS_8ae_stateE]
pspline3arclength ( struct pspline3interpolant* p, double a, double b, struct ae_state* _state )
[symbol: _ZN11alglib_impl17pspline3arclengthEPNS_19pspline3interpolantEddPNS_8ae_stateE]
pspline3build ( ae_matrix* xy, ae_int_t n, ae_int_t st, ae_int_t pt, struct pspline3interpolant* p, struct ae_state* _state )
[symbol: _ZN11alglib_impl13pspline3buildEPNS_9ae_matrixEiiiPNS_19pspline3interpolantEPNS_8ae_stateE]
pspline3buildperiodic ( ae_matrix* xy, ae_int_t n, ae_int_t st, ae_int_t pt, struct pspline3interpolant* p, struct ae_state* _state )
[symbol: _ZN11alglib_impl21pspline3buildperiodicEPNS_9ae_matrixEiiiPNS_19pspline3interpolantEPNS_8ae_stateE]
pspline3calc ( struct pspline3interpolant* p, double t, double* x, double* y, double* z, struct ae_state* _state )
[symbol: _ZN11alglib_impl12pspline3calcEPNS_19pspline3interpolantEdPdS2_S2_PNS_8ae_stateE]
pspline3diff ( struct pspline3interpolant* p, double t, double* x, double* dx, double* y, double* dy, double* z, double* dz, struct ae_state* _state )
[symbol: _ZN11alglib_impl12pspline3diffEPNS_19pspline3interpolantEdPdS2_S2_S2_S2_S2_PNS_8ae_stateE]
pspline3diff2 ( struct pspline3interpolant* p, double t, double* x, double* dx, double* d2x, double* y, double* dy, double* d2y, double* z, double* dz, double* d2z, struct ae_state* _state )
[symbol: _ZN11alglib_impl13pspline3diff2EPNS_19pspline3interpolantEdPdS2_S2_S2_S2_S2_S2_S2_S2_PNS_8ae_stateE]
pspline3parametervalues ( struct pspline3interpolant* p, ae_int_t* n, ae_vector* t, struct ae_state* _state )
[symbol: _ZN11alglib_impl23pspline3parametervaluesEPNS_19pspline3interpolantEPiPNS_9ae_vectorEPNS_8ae_stateE]
pspline3tangent ( struct pspline3interpolant* p, double t, double* x, double* y, double* z, struct ae_state* _state )
[symbol: _ZN11alglib_impl15pspline3tangentEPNS_19pspline3interpolantEdPdS2_S2_PNS_8ae_stateE]
spline1dbuildakima ( ae_vector* x, ae_vector* y, ae_int_t n, struct spline1dinterpolant* c, struct ae_state* _state )
[symbol: _ZN11alglib_impl18spline1dbuildakimaEPNS_9ae_vectorES1_iPNS_19spline1dinterpolantEPNS_8ae_stateE]
spline1dbuildcatmullrom ( ae_vector* x, ae_vector* y, ae_int_t n, ae_int_t boundtype, double tension, struct spline1dinterpolant* c, struct ae_state* _state )
[symbol: _ZN11alglib_impl23spline1dbuildcatmullromEPNS_9ae_vectorES1_iidPNS_19spline1dinterpolantEPNS_8ae_stateE]
spline1dbuildcubic ( ae_vector* x, ae_vector* y, ae_int_t n, ae_int_t boundltype, double boundl, ae_int_t boundrtype, double boundr, struct spline1dinterpolant* c, struct ae_state* _state )
[symbol: _ZN11alglib_impl18spline1dbuildcubicEPNS_9ae_vectorES1_iididPNS_19spline1dinterpolantEPNS_8ae_stateE]
spline1dbuildhermite ( ae_vector* x, ae_vector* y, ae_vector* d, ae_int_t n, struct spline1dinterpolant* c, struct ae_state* _state )
[symbol: _ZN11alglib_impl20spline1dbuildhermiteEPNS_9ae_vectorES1_S1_iPNS_19spline1dinterpolantEPNS_8ae_stateE]
spline1dbuildlinear ( ae_vector* x, ae_vector* y, ae_int_t n, struct spline1dinterpolant* c, struct ae_state* _state )
[symbol: _ZN11alglib_impl19spline1dbuildlinearEPNS_9ae_vectorES1_iPNS_19spline1dinterpolantEPNS_8ae_stateE]
spline1dcalc ( struct spline1dinterpolant* c, double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl12spline1dcalcEPNS_19spline1dinterpolantEdPNS_8ae_stateE]
spline1dconvcubic ( ae_vector* x, ae_vector* y, ae_int_t n, ae_int_t boundltype, double boundl, ae_int_t boundrtype, double boundr, ae_vector* x2, ae_int_t n2, ae_vector* y2, struct ae_state* _state )
[symbol: _ZN11alglib_impl17spline1dconvcubicEPNS_9ae_vectorES1_iididS1_iS1_PNS_8ae_stateE]
spline1dconvdiff2cubic ( ae_vector* x, ae_vector* y, ae_int_t n, ae_int_t boundltype, double boundl, ae_int_t boundrtype, double boundr, ae_vector* x2, ae_int_t n2, ae_vector* y2, ae_vector* d2, ae_vector* dd2, struct ae_state* _state )
[symbol: _ZN11alglib_impl22spline1dconvdiff2cubicEPNS_9ae_vectorES1_iididS1_iS1_S1_S1_PNS_8ae_stateE]
spline1dconvdiffcubic ( ae_vector* x, ae_vector* y, ae_int_t n, ae_int_t boundltype, double boundl, ae_int_t boundrtype, double boundr, ae_vector* x2, ae_int_t n2, ae_vector* y2, ae_vector* d2, struct ae_state* _state )
[symbol: _ZN11alglib_impl21spline1dconvdiffcubicEPNS_9ae_vectorES1_iididS1_iS1_S1_PNS_8ae_stateE]
spline1dcopy ( struct spline1dinterpolant* c, struct spline1dinterpolant* cc, struct ae_state* _state )
[symbol: _ZN11alglib_impl12spline1dcopyEPNS_19spline1dinterpolantES1_PNS_8ae_stateE]
spline1ddiff ( struct spline1dinterpolant* c, double x, double* s, double* ds, double* d2s, struct ae_state* _state )
[symbol: _ZN11alglib_impl12spline1ddiffEPNS_19spline1dinterpolantEdPdS2_S2_PNS_8ae_stateE]
spline1dfitcubic ( ae_vector* x, ae_vector* y, ae_int_t n, ae_int_t m, ae_int_t* info, struct spline1dinterpolant* s, struct spline1dfitreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl16spline1dfitcubicEPNS_9ae_vectorES1_iiPiPNS_19spline1dinterpolantEPNS_17spline1dfitreportEPNS_8ae_stateE]
spline1dfitcubicwc ( ae_vector* x, ae_vector* y, ae_vector* w, ae_int_t n, ae_vector* xc, ae_vector* yc, ae_vector* dc, ae_int_t k, ae_int_t m, ae_int_t* info, struct spline1dinterpolant* s, struct spline1dfitreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl18spline1dfitcubicwcEPNS_9ae_vectorES1_S1_iS1_S1_S1_iiPiPNS_19spline1dinterpolantEPNS_17spline1dfitreportEPNS_8ae_stateE]
spline1dfithermite ( ae_vector* x, ae_vector* y, ae_int_t n, ae_int_t m, ae_int_t* info, struct spline1dinterpolant* s, struct spline1dfitreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl18spline1dfithermiteEPNS_9ae_vectorES1_iiPiPNS_19spline1dinterpolantEPNS_17spline1dfitreportEPNS_8ae_stateE]
spline1dfithermitewc ( ae_vector* x, ae_vector* y, ae_vector* w, ae_int_t n, ae_vector* xc, ae_vector* yc, ae_vector* dc, ae_int_t k, ae_int_t m, ae_int_t* info, struct spline1dinterpolant* s, struct spline1dfitreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl20spline1dfithermitewcEPNS_9ae_vectorES1_S1_iS1_S1_S1_iiPiPNS_19spline1dinterpolantEPNS_17spline1dfitreportEPNS_8ae_stateE]
spline1dgriddiff2cubic ( ae_vector* x, ae_vector* y, ae_int_t n, ae_int_t boundltype, double boundl, ae_int_t boundrtype, double boundr, ae_vector* d1, ae_vector* d2, struct ae_state* _state )
[symbol: _ZN11alglib_impl22spline1dgriddiff2cubicEPNS_9ae_vectorES1_iididS1_S1_PNS_8ae_stateE]
spline1dgriddiffcubic ( ae_vector* x, ae_vector* y, ae_int_t n, ae_int_t boundltype, double boundl, ae_int_t boundrtype, double boundr, ae_vector* d, struct ae_state* _state )
[symbol: _ZN11alglib_impl21spline1dgriddiffcubicEPNS_9ae_vectorES1_iididS1_PNS_8ae_stateE]
spline1dintegrate ( struct spline1dinterpolant* c, double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl17spline1dintegrateEPNS_19spline1dinterpolantEdPNS_8ae_stateE]
spline1dlintransx ( struct spline1dinterpolant* c, double a, double b, struct ae_state* _state )
[symbol: _ZN11alglib_impl17spline1dlintransxEPNS_19spline1dinterpolantEddPNS_8ae_stateE]
spline1dlintransy ( struct spline1dinterpolant* c, double a, double b, struct ae_state* _state )
[symbol: _ZN11alglib_impl17spline1dlintransyEPNS_19spline1dinterpolantEddPNS_8ae_stateE]
spline1dunpack ( struct spline1dinterpolant* c, ae_int_t* n, ae_matrix* tbl, struct ae_state* _state )
[symbol: _ZN11alglib_impl14spline1dunpackEPNS_19spline1dinterpolantEPiPNS_9ae_matrixEPNS_8ae_stateE]
spline2dbuildbicubic ( ae_vector* x, ae_vector* y, ae_matrix* f, ae_int_t m, ae_int_t n, struct spline2dinterpolant* c, struct ae_state* _state )
[symbol: _ZN11alglib_impl20spline2dbuildbicubicEPNS_9ae_vectorES1_PNS_9ae_matrixEiiPNS_19spline2dinterpolantEPNS_8ae_stateE]
spline2dbuildbilinear ( ae_vector* x, ae_vector* y, ae_matrix* f, ae_int_t m, ae_int_t n, struct spline2dinterpolant* c, struct ae_state* _state )
[symbol: _ZN11alglib_impl21spline2dbuildbilinearEPNS_9ae_vectorES1_PNS_9ae_matrixEiiPNS_19spline2dinterpolantEPNS_8ae_stateE]
spline2dcalc ( struct spline2dinterpolant* c, double x, double y, struct ae_state* _state )
[symbol: _ZN11alglib_impl12spline2dcalcEPNS_19spline2dinterpolantEddPNS_8ae_stateE]
spline2dcopy ( struct spline2dinterpolant* c, struct spline2dinterpolant* cc, struct ae_state* _state )
[symbol: _ZN11alglib_impl12spline2dcopyEPNS_19spline2dinterpolantES1_PNS_8ae_stateE]
spline2ddiff ( struct spline2dinterpolant* c, double x, double y, double* f, double* fx, double* fy, double* fxy, struct ae_state* _state )
[symbol: _ZN11alglib_impl12spline2ddiffEPNS_19spline2dinterpolantEddPdS2_S2_S2_PNS_8ae_stateE]
spline2dlintransf ( struct spline2dinterpolant* c, double a, double b, struct ae_state* _state )
[symbol: _ZN11alglib_impl17spline2dlintransfEPNS_19spline2dinterpolantEddPNS_8ae_stateE]
spline2dlintransxy ( struct spline2dinterpolant* c, double ax, double bx, double ay, double by, struct ae_state* _state )
[symbol: _ZN11alglib_impl18spline2dlintransxyEPNS_19spline2dinterpolantEddddPNS_8ae_stateE]
spline2dresamplebicubic ( ae_matrix* a, ae_int_t oldheight, ae_int_t oldwidth, ae_matrix* b, ae_int_t newheight, ae_int_t newwidth, struct ae_state* _state )
[symbol: _ZN11alglib_impl23spline2dresamplebicubicEPNS_9ae_matrixEiiS1_iiPNS_8ae_stateE]
spline2dresamplebilinear ( ae_matrix* a, ae_int_t oldheight, ae_int_t oldwidth, ae_matrix* b, ae_int_t newheight, ae_int_t newwidth, struct ae_state* _state )
[symbol: _ZN11alglib_impl24spline2dresamplebilinearEPNS_9ae_matrixEiiS1_iiPNS_8ae_stateE]
spline2dunpack ( struct spline2dinterpolant* c, ae_int_t* m, ae_int_t* n, ae_matrix* tbl, struct ae_state* _state )
[symbol: _ZN11alglib_impl14spline2dunpackEPNS_19spline2dinterpolantEPiS2_PNS_9ae_matrixEPNS_8ae_stateE]
linalg.h,
libalglib.so
namespace alglib
_matinvreport_owner::_matinvreport_owner [in-charge] ( )
[symbol: _ZN6alglib19_matinvreport_ownerC1Ev]
_matinvreport_owner::_matinvreport_owner [in-charge] ( _matinvreport_owner const& rhs )
[symbol: _ZN6alglib19_matinvreport_ownerC1ERKS0_]
_matinvreport_owner::_matinvreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib19_matinvreport_ownerC2Ev]
_matinvreport_owner::_matinvreport_owner [not-in-charge] ( _matinvreport_owner const& rhs )
[symbol: _ZN6alglib19_matinvreport_ownerC2ERKS0_]
_matinvreport_owner::c_ptr ( )
[symbol: _ZN6alglib19_matinvreport_owner5c_ptrEv]
_matinvreport_owner::c_ptr ( ) const
[symbol: _ZNK6alglib19_matinvreport_owner5c_ptrEv]
_matinvreport_owner::operator = ( _matinvreport_owner const& rhs )
[symbol: _ZN6alglib19_matinvreport_owneraSERKS0_]
_matinvreport_owner::~_matinvreport_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib19_matinvreport_ownerD0Ev]
_matinvreport_owner::~_matinvreport_owner [in-charge] ( )
[symbol: _ZN6alglib19_matinvreport_ownerD1Ev]
_matinvreport_owner::~_matinvreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib19_matinvreport_ownerD2Ev]
cmatrixcopy ( ae_int_t const m, ae_int_t const n, complex_2d_array const& a, ae_int_t const ia, ae_int_t const ja, complex_2d_array& b, ae_int_t const ib, ae_int_t const jb )
[symbol: _ZN6alglib11cmatrixcopyEiiRKNS_16complex_2d_arrayEiiRS0_ii]
cmatrixdet ( complex_2d_array const& a )
[symbol: _ZN6alglib10cmatrixdetERKNS_16complex_2d_arrayE]
cmatrixdet ( complex_2d_array const& a, ae_int_t const n )
[symbol: _ZN6alglib10cmatrixdetERKNS_16complex_2d_arrayEi]
cmatrixgemm ( ae_int_t const m, ae_int_t const n, ae_int_t const k, complex const alpha, complex_2d_array const& a, ae_int_t const ia, ae_int_t const ja, ae_int_t const optypea, complex_2d_array const& b, ae_int_t const ib, ae_int_t const jb, ae_int_t const optypeb, complex const beta, complex_2d_array& c, ae_int_t const ic, ae_int_t const jc )
[symbol: _ZN6alglib11cmatrixgemmEiiiNS_7complexERKNS_16complex_2d_arrayEiiiS3_iiiS0_RS1_ii]
cmatrixinverse ( complex_2d_array& a, ae_int_t const n, ae_int_t& info, matinvreport& rep )
[symbol: _ZN6alglib14cmatrixinverseERNS_16complex_2d_arrayEiRiRNS_12matinvreportE]
cmatrixinverse ( complex_2d_array& a, ae_int_t& info, matinvreport& rep )
[symbol: _ZN6alglib14cmatrixinverseERNS_16complex_2d_arrayERiRNS_12matinvreportE]
cmatrixlefttrsm ( ae_int_t const m, ae_int_t const n, complex_2d_array const& a, ae_int_t const i1, ae_int_t const j1, bool const isupper, bool const isunit, ae_int_t const optype, complex_2d_array& x, ae_int_t const i2, ae_int_t const j2 )
[symbol: _ZN6alglib15cmatrixlefttrsmEiiRKNS_16complex_2d_arrayEiibbiRS0_ii]
cmatrixlq ( complex_2d_array& a, ae_int_t const m, ae_int_t const n, complex_1d_array& tau )
[symbol: _ZN6alglib9cmatrixlqERNS_16complex_2d_arrayEiiRNS_16complex_1d_arrayE]
cmatrixlqunpackl ( complex_2d_array const& a, ae_int_t const m, ae_int_t const n, complex_2d_array& l )
[symbol: _ZN6alglib16cmatrixlqunpacklERKNS_16complex_2d_arrayEiiRS0_]
cmatrixlqunpackq ( complex_2d_array const& a, ae_int_t const m, ae_int_t const n, complex_1d_array const& tau, ae_int_t const qrows, complex_2d_array& q )
[symbol: _ZN6alglib16cmatrixlqunpackqERKNS_16complex_2d_arrayEiiRKNS_16complex_1d_arrayEiRS0_]
cmatrixlu ( complex_2d_array& a, ae_int_t const m, ae_int_t const n, integer_1d_array& pivots )
[symbol: _ZN6alglib9cmatrixluERNS_16complex_2d_arrayEiiRNS_16integer_1d_arrayE]
cmatrixludet ( complex_2d_array const& a, integer_1d_array const& pivots )
[symbol: _ZN6alglib12cmatrixludetERKNS_16complex_2d_arrayERKNS_16integer_1d_arrayE]
cmatrixludet ( complex_2d_array const& a, integer_1d_array const& pivots, ae_int_t const n )
[symbol: _ZN6alglib12cmatrixludetERKNS_16complex_2d_arrayERKNS_16integer_1d_arrayEi]
cmatrixluinverse ( complex_2d_array& a, integer_1d_array const& pivots, ae_int_t const n, ae_int_t& info, matinvreport& rep )
[symbol: _ZN6alglib16cmatrixluinverseERNS_16complex_2d_arrayERKNS_16integer_1d_arrayEiRiRNS_12matinvreportE]
cmatrixluinverse ( complex_2d_array& a, integer_1d_array const& pivots, ae_int_t& info, matinvreport& rep )
[symbol: _ZN6alglib16cmatrixluinverseERNS_16complex_2d_arrayERKNS_16integer_1d_arrayERiRNS_12matinvreportE]
cmatrixlurcond1 ( complex_2d_array const& lua, ae_int_t const n )
[symbol: _ZN6alglib15cmatrixlurcond1ERKNS_16complex_2d_arrayEi]
cmatrixlurcondinf ( complex_2d_array const& lua, ae_int_t const n )
[symbol: _ZN6alglib17cmatrixlurcondinfERKNS_16complex_2d_arrayEi]
cmatrixmv ( ae_int_t const m, ae_int_t const n, complex_2d_array const& a, ae_int_t const ia, ae_int_t const ja, ae_int_t const opa, complex_1d_array const& x, ae_int_t const ix, complex_1d_array& y, ae_int_t const iy )
[symbol: _ZN6alglib9cmatrixmvEiiRKNS_16complex_2d_arrayEiiiRKNS_16complex_1d_arrayEiRS3_i]
cmatrixqr ( complex_2d_array& a, ae_int_t const m, ae_int_t const n, complex_1d_array& tau )
[symbol: _ZN6alglib9cmatrixqrERNS_16complex_2d_arrayEiiRNS_16complex_1d_arrayE]
cmatrixqrunpackq ( complex_2d_array const& a, ae_int_t const m, ae_int_t const n, complex_1d_array const& tau, ae_int_t const qcolumns, complex_2d_array& q )
[symbol: _ZN6alglib16cmatrixqrunpackqERKNS_16complex_2d_arrayEiiRKNS_16complex_1d_arrayEiRS0_]
cmatrixqrunpackr ( complex_2d_array const& a, ae_int_t const m, ae_int_t const n, complex_2d_array& r )
[symbol: _ZN6alglib16cmatrixqrunpackrERKNS_16complex_2d_arrayEiiRS0_]
cmatrixrank1 ( ae_int_t const m, ae_int_t const n, complex_2d_array& a, ae_int_t const ia, ae_int_t const ja, complex_1d_array& u, ae_int_t const iu, complex_1d_array& v, ae_int_t const iv )
[symbol: _ZN6alglib12cmatrixrank1EiiRNS_16complex_2d_arrayEiiRNS_16complex_1d_arrayEiS3_i]
cmatrixrcond1 ( complex_2d_array const& a, ae_int_t const n )
[symbol: _ZN6alglib13cmatrixrcond1ERKNS_16complex_2d_arrayEi]
cmatrixrcondinf ( complex_2d_array const& a, ae_int_t const n )
[symbol: _ZN6alglib15cmatrixrcondinfERKNS_16complex_2d_arrayEi]
cmatrixrighttrsm ( ae_int_t const m, ae_int_t const n, complex_2d_array const& a, ae_int_t const i1, ae_int_t const j1, bool const isupper, bool const isunit, ae_int_t const optype, complex_2d_array& x, ae_int_t const i2, ae_int_t const j2 )
[symbol: _ZN6alglib16cmatrixrighttrsmEiiRKNS_16complex_2d_arrayEiibbiRS0_ii]
cmatrixrndcond ( ae_int_t const n, double const c, complex_2d_array& a )
[symbol: _ZN6alglib14cmatrixrndcondEidRNS_16complex_2d_arrayE]
cmatrixrndorthogonal ( ae_int_t const n, complex_2d_array& a )
[symbol: _ZN6alglib20cmatrixrndorthogonalEiRNS_16complex_2d_arrayE]
cmatrixrndorthogonalfromtheleft ( complex_2d_array& a, ae_int_t const m, ae_int_t const n )
[symbol: _ZN6alglib31cmatrixrndorthogonalfromtheleftERNS_16complex_2d_arrayEii]
cmatrixrndorthogonalfromtheright ( complex_2d_array& a, ae_int_t const m, ae_int_t const n )
[symbol: _ZN6alglib32cmatrixrndorthogonalfromtherightERNS_16complex_2d_arrayEii]
cmatrixsyrk ( ae_int_t const n, ae_int_t const k, double const alpha, complex_2d_array const& a, ae_int_t const ia, ae_int_t const ja, ae_int_t const optypea, double const beta, complex_2d_array& c, ae_int_t const ic, ae_int_t const jc, bool const isupper )
[symbol: _ZN6alglib11cmatrixsyrkEiidRKNS_16complex_2d_arrayEiiidRS0_iib]
cmatrixtranspose ( ae_int_t const m, ae_int_t const n, complex_2d_array const& a, ae_int_t const ia, ae_int_t const ja, complex_2d_array& b, ae_int_t const ib, ae_int_t const jb )
[symbol: _ZN6alglib16cmatrixtransposeEiiRKNS_16complex_2d_arrayEiiRS0_ii]
cmatrixtrinverse ( complex_2d_array& a, ae_int_t const n, bool const isupper, bool const isunit, ae_int_t& info, matinvreport& rep )
[symbol: _ZN6alglib16cmatrixtrinverseERNS_16complex_2d_arrayEibbRiRNS_12matinvreportE]
cmatrixtrinverse ( complex_2d_array& a, bool const isupper, ae_int_t& info, matinvreport& rep )
[symbol: _ZN6alglib16cmatrixtrinverseERNS_16complex_2d_arrayEbRiRNS_12matinvreportE]
cmatrixtrrcond1 ( complex_2d_array const& a, ae_int_t const n, bool const isupper, bool const isunit )
[symbol: _ZN6alglib15cmatrixtrrcond1ERKNS_16complex_2d_arrayEibb]
cmatrixtrrcondinf ( complex_2d_array const& a, ae_int_t const n, bool const isupper, bool const isunit )
[symbol: _ZN6alglib17cmatrixtrrcondinfERKNS_16complex_2d_arrayEibb]
hmatrixevd ( complex_2d_array const& a, ae_int_t const n, ae_int_t const zneeded, bool const isupper, real_1d_array& d, complex_2d_array& z )
[symbol: _ZN6alglib10hmatrixevdERKNS_16complex_2d_arrayEiibRNS_13real_1d_arrayERS0_]
hmatrixevdi ( complex_2d_array const& a, ae_int_t const n, ae_int_t const zneeded, bool const isupper, ae_int_t const i1, ae_int_t const i2, real_1d_array& w, complex_2d_array& z )
[symbol: _ZN6alglib11hmatrixevdiERKNS_16complex_2d_arrayEiibiiRNS_13real_1d_arrayERS0_]
hmatrixevdr ( complex_2d_array const& a, ae_int_t const n, ae_int_t const zneeded, bool const isupper, double const b1, double const b2, ae_int_t& m, real_1d_array& w, complex_2d_array& z )
[symbol: _ZN6alglib11hmatrixevdrERKNS_16complex_2d_arrayEiibddRiRNS_13real_1d_arrayERS0_]
hmatrixrndcond ( ae_int_t const n, double const c, complex_2d_array& a )
[symbol: _ZN6alglib14hmatrixrndcondEidRNS_16complex_2d_arrayE]
hmatrixrndmultiply ( complex_2d_array& a, ae_int_t const n )
[symbol: _ZN6alglib18hmatrixrndmultiplyERNS_16complex_2d_arrayEi]
hmatrixtd ( complex_2d_array& a, ae_int_t const n, bool const isupper, complex_1d_array& tau, real_1d_array& d, real_1d_array& e )
[symbol: _ZN6alglib9hmatrixtdERNS_16complex_2d_arrayEibRNS_16complex_1d_arrayERNS_13real_1d_arrayES5_]
hmatrixtdunpackq ( complex_2d_array const& a, ae_int_t const n, bool const isupper, complex_1d_array const& tau, complex_2d_array& q )
[symbol: _ZN6alglib16hmatrixtdunpackqERKNS_16complex_2d_arrayEibRKNS_16complex_1d_arrayERS0_]
hpdmatrixcholesky ( complex_2d_array& a, ae_int_t const n, bool const isupper )
[symbol: _ZN6alglib17hpdmatrixcholeskyERNS_16complex_2d_arrayEib]
hpdmatrixcholeskyinverse ( complex_2d_array& a, ae_int_t const n, bool const isupper, ae_int_t& info, matinvreport& rep )
[symbol: _ZN6alglib24hpdmatrixcholeskyinverseERNS_16complex_2d_arrayEibRiRNS_12matinvreportE]
hpdmatrixcholeskyinverse ( complex_2d_array& a, ae_int_t& info, matinvreport& rep )
[symbol: _ZN6alglib24hpdmatrixcholeskyinverseERNS_16complex_2d_arrayERiRNS_12matinvreportE]
hpdmatrixcholeskyrcond ( complex_2d_array const& a, ae_int_t const n, bool const isupper )
[symbol: _ZN6alglib22hpdmatrixcholeskyrcondERKNS_16complex_2d_arrayEib]
hpdmatrixinverse ( complex_2d_array& a, ae_int_t const n, bool const isupper, ae_int_t& info, matinvreport& rep )
[symbol: _ZN6alglib16hpdmatrixinverseERNS_16complex_2d_arrayEibRiRNS_12matinvreportE]
hpdmatrixinverse ( complex_2d_array& a, ae_int_t& info, matinvreport& rep )
[symbol: _ZN6alglib16hpdmatrixinverseERNS_16complex_2d_arrayERiRNS_12matinvreportE]
hpdmatrixrcond ( complex_2d_array const& a, ae_int_t const n, bool const isupper )
[symbol: _ZN6alglib14hpdmatrixrcondERKNS_16complex_2d_arrayEib]
hpdmatrixrndcond ( ae_int_t const n, double const c, complex_2d_array& a )
[symbol: _ZN6alglib16hpdmatrixrndcondEidRNS_16complex_2d_arrayE]
matinvreport::matinvreport [in-charge] ( )
[symbol: _ZN6alglib12matinvreportC1Ev]
matinvreport::matinvreport [in-charge] ( matinvreport const& rhs )
[symbol: _ZN6alglib12matinvreportC1ERKS0_]
matinvreport::matinvreport [not-in-charge] ( )
[symbol: _ZN6alglib12matinvreportC2Ev]
matinvreport::matinvreport [not-in-charge] ( matinvreport const& rhs )
[symbol: _ZN6alglib12matinvreportC2ERKS0_]
matinvreport::operator = ( matinvreport const& rhs )
[symbol: _ZN6alglib12matinvreportaSERKS0_]
matinvreport::~matinvreport [in-charge-deleting] ( )
[symbol: _ZN6alglib12matinvreportD0Ev]
matinvreport::~matinvreport [in-charge] ( )
[symbol: _ZN6alglib12matinvreportD1Ev]
matinvreport::~matinvreport [not-in-charge] ( )
[symbol: _ZN6alglib12matinvreportD2Ev]
rmatrixbd ( real_2d_array& a, ae_int_t const m, ae_int_t const n, real_1d_array& tauq, real_1d_array& taup )
[symbol: _ZN6alglib9rmatrixbdERNS_13real_2d_arrayEiiRNS_13real_1d_arrayES3_]
rmatrixbdmultiplybyp ( real_2d_array const& qp, ae_int_t const m, ae_int_t const n, real_1d_array const& taup, real_2d_array& z, ae_int_t const zrows, ae_int_t const zcolumns, bool const fromtheright, bool const dotranspose )
[symbol: _ZN6alglib20rmatrixbdmultiplybypERKNS_13real_2d_arrayEiiRKNS_13real_1d_arrayERS0_iibb]
rmatrixbdmultiplybyq ( real_2d_array const& qp, ae_int_t const m, ae_int_t const n, real_1d_array const& tauq, real_2d_array& z, ae_int_t const zrows, ae_int_t const zcolumns, bool const fromtheright, bool const dotranspose )
[symbol: _ZN6alglib20rmatrixbdmultiplybyqERKNS_13real_2d_arrayEiiRKNS_13real_1d_arrayERS0_iibb]
rmatrixbdsvd ( real_1d_array& d, real_1d_array const& e, ae_int_t const n, bool const isupper, bool const isfractionalaccuracyrequired, real_2d_array& u, ae_int_t const nru, real_2d_array& c, ae_int_t const ncc, real_2d_array& vt, ae_int_t const ncvt )
[symbol: _ZN6alglib12rmatrixbdsvdERNS_13real_1d_arrayERKS0_ibbRNS_13real_2d_arrayEiS5_iS5_i]
rmatrixbdunpackdiagonals ( real_2d_array const& b, ae_int_t const m, ae_int_t const n, bool& isupper, real_1d_array& d, real_1d_array& e )
[symbol: _ZN6alglib24rmatrixbdunpackdiagonalsERKNS_13real_2d_arrayEiiRbRNS_13real_1d_arrayES5_]
rmatrixbdunpackpt ( real_2d_array const& qp, ae_int_t const m, ae_int_t const n, real_1d_array const& taup, ae_int_t const ptrows, real_2d_array& pt )
[symbol: _ZN6alglib17rmatrixbdunpackptERKNS_13real_2d_arrayEiiRKNS_13real_1d_arrayEiRS0_]
rmatrixbdunpackq ( real_2d_array const& qp, ae_int_t const m, ae_int_t const n, real_1d_array const& tauq, ae_int_t const qcolumns, real_2d_array& q )
[symbol: _ZN6alglib16rmatrixbdunpackqERKNS_13real_2d_arrayEiiRKNS_13real_1d_arrayEiRS0_]
rmatrixcopy ( ae_int_t const m, ae_int_t const n, real_2d_array const& a, ae_int_t const ia, ae_int_t const ja, real_2d_array& b, ae_int_t const ib, ae_int_t const jb )
[symbol: _ZN6alglib11rmatrixcopyEiiRKNS_13real_2d_arrayEiiRS0_ii]
rmatrixdet ( real_2d_array const& a )
[symbol: _ZN6alglib10rmatrixdetERKNS_13real_2d_arrayE]
rmatrixdet ( real_2d_array const& a, ae_int_t const n )
[symbol: _ZN6alglib10rmatrixdetERKNS_13real_2d_arrayEi]
rmatrixevd ( real_2d_array const& a, ae_int_t const n, ae_int_t const vneeded, real_1d_array& wr, real_1d_array& wi, real_2d_array& vl, real_2d_array& vr )
[symbol: _ZN6alglib10rmatrixevdERKNS_13real_2d_arrayEiiRNS_13real_1d_arrayES4_RS0_S5_]
rmatrixgemm ( ae_int_t const m, ae_int_t const n, ae_int_t const k, double const alpha, real_2d_array const& a, ae_int_t const ia, ae_int_t const ja, ae_int_t const optypea, real_2d_array const& b, ae_int_t const ib, ae_int_t const jb, ae_int_t const optypeb, double const beta, real_2d_array& c, ae_int_t const ic, ae_int_t const jc )
[symbol: _ZN6alglib11rmatrixgemmEiiidRKNS_13real_2d_arrayEiiiS2_iiidRS0_ii]
rmatrixhessenberg ( real_2d_array& a, ae_int_t const n, real_1d_array& tau )
[symbol: _ZN6alglib17rmatrixhessenbergERNS_13real_2d_arrayEiRNS_13real_1d_arrayE]
rmatrixhessenbergunpackh ( real_2d_array const& a, ae_int_t const n, real_2d_array& h )
[symbol: _ZN6alglib24rmatrixhessenbergunpackhERKNS_13real_2d_arrayEiRS0_]
rmatrixhessenbergunpackq ( real_2d_array const& a, ae_int_t const n, real_1d_array const& tau, real_2d_array& q )
[symbol: _ZN6alglib24rmatrixhessenbergunpackqERKNS_13real_2d_arrayEiRKNS_13real_1d_arrayERS0_]
rmatrixinverse ( real_2d_array& a, ae_int_t const n, ae_int_t& info, matinvreport& rep )
[symbol: _ZN6alglib14rmatrixinverseERNS_13real_2d_arrayEiRiRNS_12matinvreportE]
rmatrixinverse ( real_2d_array& a, ae_int_t& info, matinvreport& rep )
[symbol: _ZN6alglib14rmatrixinverseERNS_13real_2d_arrayERiRNS_12matinvreportE]
rmatrixinvupdatecolumn ( real_2d_array& inva, ae_int_t const n, ae_int_t const updcolumn, real_1d_array const& u )
[symbol: _ZN6alglib22rmatrixinvupdatecolumnERNS_13real_2d_arrayEiiRKNS_13real_1d_arrayE]
rmatrixinvupdaterow ( real_2d_array& inva, ae_int_t const n, ae_int_t const updrow, real_1d_array const& v )
[symbol: _ZN6alglib19rmatrixinvupdaterowERNS_13real_2d_arrayEiiRKNS_13real_1d_arrayE]
rmatrixinvupdatesimple ( real_2d_array& inva, ae_int_t const n, ae_int_t const updrow, ae_int_t const updcolumn, double const updval )
[symbol: _ZN6alglib22rmatrixinvupdatesimpleERNS_13real_2d_arrayEiiid]
rmatrixinvupdateuv ( real_2d_array& inva, ae_int_t const n, real_1d_array const& u, real_1d_array const& v )
[symbol: _ZN6alglib18rmatrixinvupdateuvERNS_13real_2d_arrayEiRKNS_13real_1d_arrayES4_]
rmatrixlefttrsm ( ae_int_t const m, ae_int_t const n, real_2d_array const& a, ae_int_t const i1, ae_int_t const j1, bool const isupper, bool const isunit, ae_int_t const optype, real_2d_array& x, ae_int_t const i2, ae_int_t const j2 )
[symbol: _ZN6alglib15rmatrixlefttrsmEiiRKNS_13real_2d_arrayEiibbiRS0_ii]
rmatrixlq ( real_2d_array& a, ae_int_t const m, ae_int_t const n, real_1d_array& tau )
[symbol: _ZN6alglib9rmatrixlqERNS_13real_2d_arrayEiiRNS_13real_1d_arrayE]
rmatrixlqunpackl ( real_2d_array const& a, ae_int_t const m, ae_int_t const n, real_2d_array& l )
[symbol: _ZN6alglib16rmatrixlqunpacklERKNS_13real_2d_arrayEiiRS0_]
rmatrixlqunpackq ( real_2d_array const& a, ae_int_t const m, ae_int_t const n, real_1d_array const& tau, ae_int_t const qrows, real_2d_array& q )
[symbol: _ZN6alglib16rmatrixlqunpackqERKNS_13real_2d_arrayEiiRKNS_13real_1d_arrayEiRS0_]
rmatrixlu ( real_2d_array& a, ae_int_t const m, ae_int_t const n, integer_1d_array& pivots )
[symbol: _ZN6alglib9rmatrixluERNS_13real_2d_arrayEiiRNS_16integer_1d_arrayE]
rmatrixludet ( real_2d_array const& a, integer_1d_array const& pivots )
[symbol: _ZN6alglib12rmatrixludetERKNS_13real_2d_arrayERKNS_16integer_1d_arrayE]
rmatrixludet ( real_2d_array const& a, integer_1d_array const& pivots, ae_int_t const n )
[symbol: _ZN6alglib12rmatrixludetERKNS_13real_2d_arrayERKNS_16integer_1d_arrayEi]
rmatrixluinverse ( real_2d_array& a, integer_1d_array const& pivots, ae_int_t const n, ae_int_t& info, matinvreport& rep )
[symbol: _ZN6alglib16rmatrixluinverseERNS_13real_2d_arrayERKNS_16integer_1d_arrayEiRiRNS_12matinvreportE]
rmatrixluinverse ( real_2d_array& a, integer_1d_array const& pivots, ae_int_t& info, matinvreport& rep )
[symbol: _ZN6alglib16rmatrixluinverseERNS_13real_2d_arrayERKNS_16integer_1d_arrayERiRNS_12matinvreportE]
rmatrixlurcond1 ( real_2d_array const& lua, ae_int_t const n )
[symbol: _ZN6alglib15rmatrixlurcond1ERKNS_13real_2d_arrayEi]
rmatrixlurcondinf ( real_2d_array const& lua, ae_int_t const n )
[symbol: _ZN6alglib17rmatrixlurcondinfERKNS_13real_2d_arrayEi]
rmatrixmv ( ae_int_t const m, ae_int_t const n, real_2d_array const& a, ae_int_t const ia, ae_int_t const ja, ae_int_t const opa, real_1d_array const& x, ae_int_t const ix, real_1d_array& y, ae_int_t const iy )
[symbol: _ZN6alglib9rmatrixmvEiiRKNS_13real_2d_arrayEiiiRKNS_13real_1d_arrayEiRS3_i]
rmatrixqr ( real_2d_array& a, ae_int_t const m, ae_int_t const n, real_1d_array& tau )
[symbol: _ZN6alglib9rmatrixqrERNS_13real_2d_arrayEiiRNS_13real_1d_arrayE]
rmatrixqrunpackq ( real_2d_array const& a, ae_int_t const m, ae_int_t const n, real_1d_array const& tau, ae_int_t const qcolumns, real_2d_array& q )
[symbol: _ZN6alglib16rmatrixqrunpackqERKNS_13real_2d_arrayEiiRKNS_13real_1d_arrayEiRS0_]
rmatrixqrunpackr ( real_2d_array const& a, ae_int_t const m, ae_int_t const n, real_2d_array& r )
[symbol: _ZN6alglib16rmatrixqrunpackrERKNS_13real_2d_arrayEiiRS0_]
rmatrixrank1 ( ae_int_t const m, ae_int_t const n, real_2d_array& a, ae_int_t const ia, ae_int_t const ja, real_1d_array& u, ae_int_t const iu, real_1d_array& v, ae_int_t const iv )
[symbol: _ZN6alglib12rmatrixrank1EiiRNS_13real_2d_arrayEiiRNS_13real_1d_arrayEiS3_i]
rmatrixrcond1 ( real_2d_array const& a, ae_int_t const n )
[symbol: _ZN6alglib13rmatrixrcond1ERKNS_13real_2d_arrayEi]
rmatrixrcondinf ( real_2d_array const& a, ae_int_t const n )
[symbol: _ZN6alglib15rmatrixrcondinfERKNS_13real_2d_arrayEi]
rmatrixrighttrsm ( ae_int_t const m, ae_int_t const n, real_2d_array const& a, ae_int_t const i1, ae_int_t const j1, bool const isupper, bool const isunit, ae_int_t const optype, real_2d_array& x, ae_int_t const i2, ae_int_t const j2 )
[symbol: _ZN6alglib16rmatrixrighttrsmEiiRKNS_13real_2d_arrayEiibbiRS0_ii]
rmatrixrndcond ( ae_int_t const n, double const c, real_2d_array& a )
[symbol: _ZN6alglib14rmatrixrndcondEidRNS_13real_2d_arrayE]
rmatrixrndorthogonal ( ae_int_t const n, real_2d_array& a )
[symbol: _ZN6alglib20rmatrixrndorthogonalEiRNS_13real_2d_arrayE]
rmatrixrndorthogonalfromtheleft ( real_2d_array& a, ae_int_t const m, ae_int_t const n )
[symbol: _ZN6alglib31rmatrixrndorthogonalfromtheleftERNS_13real_2d_arrayEii]
rmatrixrndorthogonalfromtheright ( real_2d_array& a, ae_int_t const m, ae_int_t const n )
[symbol: _ZN6alglib32rmatrixrndorthogonalfromtherightERNS_13real_2d_arrayEii]
rmatrixschur ( real_2d_array& a, ae_int_t const n, real_2d_array& s )
[symbol: _ZN6alglib12rmatrixschurERNS_13real_2d_arrayEiS1_]
rmatrixsvd ( real_2d_array const& a, ae_int_t const m, ae_int_t const n, ae_int_t const uneeded, ae_int_t const vtneeded, ae_int_t const additionalmemory, real_1d_array& w, real_2d_array& u, real_2d_array& vt )
[symbol: _ZN6alglib10rmatrixsvdERKNS_13real_2d_arrayEiiiiiRNS_13real_1d_arrayERS0_S5_]
rmatrixsyrk ( ae_int_t const n, ae_int_t const k, double const alpha, real_2d_array const& a, ae_int_t const ia, ae_int_t const ja, ae_int_t const optypea, double const beta, real_2d_array& c, ae_int_t const ic, ae_int_t const jc, bool const isupper )
[symbol: _ZN6alglib11rmatrixsyrkEiidRKNS_13real_2d_arrayEiiidRS0_iib]
rmatrixtranspose ( ae_int_t const m, ae_int_t const n, real_2d_array const& a, ae_int_t const ia, ae_int_t const ja, real_2d_array& b, ae_int_t const ib, ae_int_t const jb )
[symbol: _ZN6alglib16rmatrixtransposeEiiRKNS_13real_2d_arrayEiiRS0_ii]
rmatrixtrinverse ( real_2d_array& a, ae_int_t const n, bool const isupper, bool const isunit, ae_int_t& info, matinvreport& rep )
[symbol: _ZN6alglib16rmatrixtrinverseERNS_13real_2d_arrayEibbRiRNS_12matinvreportE]
rmatrixtrinverse ( real_2d_array& a, bool const isupper, ae_int_t& info, matinvreport& rep )
[symbol: _ZN6alglib16rmatrixtrinverseERNS_13real_2d_arrayEbRiRNS_12matinvreportE]
rmatrixtrrcond1 ( real_2d_array const& a, ae_int_t const n, bool const isupper, bool const isunit )
[symbol: _ZN6alglib15rmatrixtrrcond1ERKNS_13real_2d_arrayEibb]
rmatrixtrrcondinf ( real_2d_array const& a, ae_int_t const n, bool const isupper, bool const isunit )
[symbol: _ZN6alglib17rmatrixtrrcondinfERKNS_13real_2d_arrayEibb]
smatrixevd ( real_2d_array const& a, ae_int_t const n, ae_int_t const zneeded, bool const isupper, real_1d_array& d, real_2d_array& z )
[symbol: _ZN6alglib10smatrixevdERKNS_13real_2d_arrayEiibRNS_13real_1d_arrayERS0_]
smatrixevdi ( real_2d_array const& a, ae_int_t const n, ae_int_t const zneeded, bool const isupper, ae_int_t const i1, ae_int_t const i2, real_1d_array& w, real_2d_array& z )
[symbol: _ZN6alglib11smatrixevdiERKNS_13real_2d_arrayEiibiiRNS_13real_1d_arrayERS0_]
smatrixevdr ( real_2d_array const& a, ae_int_t const n, ae_int_t const zneeded, bool const isupper, double const b1, double const b2, ae_int_t& m, real_1d_array& w, real_2d_array& z )
[symbol: _ZN6alglib11smatrixevdrERKNS_13real_2d_arrayEiibddRiRNS_13real_1d_arrayERS0_]
smatrixgevd ( real_2d_array const& a, ae_int_t const n, bool const isuppera, real_2d_array const& b, bool const isupperb, ae_int_t const zneeded, ae_int_t const problemtype, real_1d_array& d, real_2d_array& z )
[symbol: _ZN6alglib11smatrixgevdERKNS_13real_2d_arrayEibS2_biiRNS_13real_1d_arrayERS0_]
smatrixgevdreduce ( real_2d_array& a, ae_int_t const n, bool const isuppera, real_2d_array const& b, bool const isupperb, ae_int_t const problemtype, real_2d_array& r, bool& isupperr )
[symbol: _ZN6alglib17smatrixgevdreduceERNS_13real_2d_arrayEibRKS0_biS1_Rb]
smatrixrndcond ( ae_int_t const n, double const c, real_2d_array& a )
[symbol: _ZN6alglib14smatrixrndcondEidRNS_13real_2d_arrayE]
smatrixrndmultiply ( real_2d_array& a, ae_int_t const n )
[symbol: _ZN6alglib18smatrixrndmultiplyERNS_13real_2d_arrayEi]
smatrixtd ( real_2d_array& a, ae_int_t const n, bool const isupper, real_1d_array& tau, real_1d_array& d, real_1d_array& e )
[symbol: _ZN6alglib9smatrixtdERNS_13real_2d_arrayEibRNS_13real_1d_arrayES3_S3_]
smatrixtdevd ( real_1d_array& d, real_1d_array const& e, ae_int_t const n, ae_int_t const zneeded, real_2d_array& z )
[symbol: _ZN6alglib12smatrixtdevdERNS_13real_1d_arrayERKS0_iiRNS_13real_2d_arrayE]
smatrixtdevdi ( real_1d_array& d, real_1d_array const& e, ae_int_t const n, ae_int_t const zneeded, ae_int_t const i1, ae_int_t const i2, real_2d_array& z )
[symbol: _ZN6alglib13smatrixtdevdiERNS_13real_1d_arrayERKS0_iiiiRNS_13real_2d_arrayE]
smatrixtdevdr ( real_1d_array& d, real_1d_array const& e, ae_int_t const n, ae_int_t const zneeded, double const a, double const b, ae_int_t& m, real_2d_array& z )
[symbol: _ZN6alglib13smatrixtdevdrERNS_13real_1d_arrayERKS0_iiddRiRNS_13real_2d_arrayE]
smatrixtdunpackq ( real_2d_array const& a, ae_int_t const n, bool const isupper, real_1d_array const& tau, real_2d_array& q )
[symbol: _ZN6alglib16smatrixtdunpackqERKNS_13real_2d_arrayEibRKNS_13real_1d_arrayERS0_]
spdmatrixcholesky ( real_2d_array& a, ae_int_t const n, bool const isupper )
[symbol: _ZN6alglib17spdmatrixcholeskyERNS_13real_2d_arrayEib]
spdmatrixcholeskydet ( real_2d_array const& a )
[symbol: _ZN6alglib20spdmatrixcholeskydetERKNS_13real_2d_arrayE]
spdmatrixcholeskydet ( real_2d_array const& a, ae_int_t const n )
[symbol: _ZN6alglib20spdmatrixcholeskydetERKNS_13real_2d_arrayEi]
spdmatrixcholeskyinverse ( real_2d_array& a, ae_int_t const n, bool const isupper, ae_int_t& info, matinvreport& rep )
[symbol: _ZN6alglib24spdmatrixcholeskyinverseERNS_13real_2d_arrayEibRiRNS_12matinvreportE]
spdmatrixcholeskyinverse ( real_2d_array& a, ae_int_t& info, matinvreport& rep )
[symbol: _ZN6alglib24spdmatrixcholeskyinverseERNS_13real_2d_arrayERiRNS_12matinvreportE]
spdmatrixcholeskyrcond ( real_2d_array const& a, ae_int_t const n, bool const isupper )
[symbol: _ZN6alglib22spdmatrixcholeskyrcondERKNS_13real_2d_arrayEib]
spdmatrixdet ( real_2d_array const& a )
[symbol: _ZN6alglib12spdmatrixdetERKNS_13real_2d_arrayE]
spdmatrixdet ( real_2d_array const& a, ae_int_t const n, bool const isupper )
[symbol: _ZN6alglib12spdmatrixdetERKNS_13real_2d_arrayEib]
spdmatrixinverse ( real_2d_array& a, ae_int_t const n, bool const isupper, ae_int_t& info, matinvreport& rep )
[symbol: _ZN6alglib16spdmatrixinverseERNS_13real_2d_arrayEibRiRNS_12matinvreportE]
spdmatrixinverse ( real_2d_array& a, ae_int_t& info, matinvreport& rep )
[symbol: _ZN6alglib16spdmatrixinverseERNS_13real_2d_arrayERiRNS_12matinvreportE]
spdmatrixrcond ( real_2d_array const& a, ae_int_t const n, bool const isupper )
[symbol: _ZN6alglib14spdmatrixrcondERKNS_13real_2d_arrayEib]
spdmatrixrndcond ( ae_int_t const n, double const c, real_2d_array& a )
[symbol: _ZN6alglib16spdmatrixrndcondEidRNS_13real_2d_arrayE]
linalg.h,
libalglib.so
namespace alglib_impl
_matinvreport_clear ( struct matinvreport* p )
[symbol: _ZN11alglib_impl19_matinvreport_clearEPNS_12matinvreportE]
_matinvreport_init ( struct matinvreport* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl18_matinvreport_initEPNS_12matinvreportEPNS_8ae_stateEb]
_matinvreport_init_copy ( struct matinvreport* dst, struct matinvreport* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl23_matinvreport_init_copyEPNS_12matinvreportES1_PNS_8ae_stateEb]
ablasblocksize ( ae_matrix* a, struct ae_state* _state )
[symbol: _ZN11alglib_impl14ablasblocksizeEPNS_9ae_matrixEPNS_8ae_stateE]
ablascomplexblocksize ( ae_matrix* a, struct ae_state* _state )
[symbol: _ZN11alglib_impl21ablascomplexblocksizeEPNS_9ae_matrixEPNS_8ae_stateE]
ablascomplexsplitlength ( ae_matrix* a, ae_int_t n, ae_int_t* n1, ae_int_t* n2, struct ae_state* _state )
[symbol: _ZN11alglib_impl23ablascomplexsplitlengthEPNS_9ae_matrixEiPiS2_PNS_8ae_stateE]
ablasmicroblocksize ( struct ae_state* _state )
[symbol: _ZN11alglib_impl19ablasmicroblocksizeEPNS_8ae_stateE]
ablassplitlength ( ae_matrix* a, ae_int_t n, ae_int_t* n1, ae_int_t* n2, struct ae_state* _state )
[symbol: _ZN11alglib_impl16ablassplitlengthEPNS_9ae_matrixEiPiS2_PNS_8ae_stateE]
bidiagonalsvddecomposition ( ae_vector* d, ae_vector* e, ae_int_t n, bool isupper, bool isfractionalaccuracyrequired, ae_matrix* u, ae_int_t nru, ae_matrix* c, ae_int_t ncc, ae_matrix* vt, ae_int_t ncvt, struct ae_state* _state )
[symbol: _ZN11alglib_impl26bidiagonalsvddecompositionEPNS_9ae_vectorES1_ibbPNS_9ae_matrixEiS3_iS3_iPNS_8ae_stateE]
cmatrixcopy ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_matrix* b, ae_int_t ib, ae_int_t jb, struct ae_state* _state )
[symbol: _ZN11alglib_impl11cmatrixcopyEiiPNS_9ae_matrixEiiS1_iiPNS_8ae_stateE]
cmatrixdet ( ae_matrix* a, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl10cmatrixdetEPNS_9ae_matrixEiPNS_8ae_stateE]
cmatrixgemm ( ae_int_t m, ae_int_t n, ae_int_t k, struct ae_complex alpha, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_int_t optypea, ae_matrix* b, ae_int_t ib, ae_int_t jb, ae_int_t optypeb, struct ae_complex beta, ae_matrix* c, ae_int_t ic, ae_int_t jc, struct ae_state* _state )
[symbol: _ZN11alglib_impl11cmatrixgemmEiiiNS_10ae_complexEPNS_9ae_matrixEiiiS2_iiiS0_S2_iiPNS_8ae_stateE]
cmatrixinverse ( ae_matrix* a, ae_int_t n, ae_int_t* info, struct matinvreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl14cmatrixinverseEPNS_9ae_matrixEiPiPNS_12matinvreportEPNS_8ae_stateE]
cmatrixlefttrsm ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t i1, ae_int_t j1, bool isupper, bool isunit, ae_int_t optype, ae_matrix* x, ae_int_t i2, ae_int_t j2, struct ae_state* _state )
[symbol: _ZN11alglib_impl15cmatrixlefttrsmEiiPNS_9ae_matrixEiibbiS1_iiPNS_8ae_stateE]
cmatrixlq ( ae_matrix* a, ae_int_t m, ae_int_t n, ae_vector* tau, struct ae_state* _state )
[symbol: _ZN11alglib_impl9cmatrixlqEPNS_9ae_matrixEiiPNS_9ae_vectorEPNS_8ae_stateE]
cmatrixlqunpackl ( ae_matrix* a, ae_int_t m, ae_int_t n, ae_matrix* l, struct ae_state* _state )
[symbol: _ZN11alglib_impl16cmatrixlqunpacklEPNS_9ae_matrixEiiS1_PNS_8ae_stateE]
cmatrixlqunpackq ( ae_matrix* a, ae_int_t m, ae_int_t n, ae_vector* tau, ae_int_t qrows, ae_matrix* q, struct ae_state* _state )
[symbol: _ZN11alglib_impl16cmatrixlqunpackqEPNS_9ae_matrixEiiPNS_9ae_vectorEiS1_PNS_8ae_stateE]
cmatrixlu ( ae_matrix* a, ae_int_t m, ae_int_t n, ae_vector* pivots, struct ae_state* _state )
[symbol: _ZN11alglib_impl9cmatrixluEPNS_9ae_matrixEiiPNS_9ae_vectorEPNS_8ae_stateE]
cmatrixludet ( ae_matrix* a, ae_vector* pivots, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl12cmatrixludetEPNS_9ae_matrixEPNS_9ae_vectorEiPNS_8ae_stateE]
cmatrixluinverse ( ae_matrix* a, ae_vector* pivots, ae_int_t n, ae_int_t* info, struct matinvreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl16cmatrixluinverseEPNS_9ae_matrixEPNS_9ae_vectorEiPiPNS_12matinvreportEPNS_8ae_stateE]
cmatrixlup ( ae_matrix* a, ae_int_t m, ae_int_t n, ae_vector* pivots, struct ae_state* _state )
[symbol: _ZN11alglib_impl10cmatrixlupEPNS_9ae_matrixEiiPNS_9ae_vectorEPNS_8ae_stateE]
cmatrixlurcond1 ( ae_matrix* lua, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl15cmatrixlurcond1EPNS_9ae_matrixEiPNS_8ae_stateE]
cmatrixlurcondinf ( ae_matrix* lua, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl17cmatrixlurcondinfEPNS_9ae_matrixEiPNS_8ae_stateE]
cmatrixmv ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_int_t opa, ae_vector* x, ae_int_t ix, ae_vector* y, ae_int_t iy, struct ae_state* _state )
[symbol: _ZN11alglib_impl9cmatrixmvEiiPNS_9ae_matrixEiiiPNS_9ae_vectorEiS3_iPNS_8ae_stateE]
cmatrixplu ( ae_matrix* a, ae_int_t m, ae_int_t n, ae_vector* pivots, struct ae_state* _state )
[symbol: _ZN11alglib_impl10cmatrixpluEPNS_9ae_matrixEiiPNS_9ae_vectorEPNS_8ae_stateE]
cmatrixqr ( ae_matrix* a, ae_int_t m, ae_int_t n, ae_vector* tau, struct ae_state* _state )
[symbol: _ZN11alglib_impl9cmatrixqrEPNS_9ae_matrixEiiPNS_9ae_vectorEPNS_8ae_stateE]
cmatrixqrunpackq ( ae_matrix* a, ae_int_t m, ae_int_t n, ae_vector* tau, ae_int_t qcolumns, ae_matrix* q, struct ae_state* _state )
[symbol: _ZN11alglib_impl16cmatrixqrunpackqEPNS_9ae_matrixEiiPNS_9ae_vectorEiS1_PNS_8ae_stateE]
cmatrixqrunpackr ( ae_matrix* a, ae_int_t m, ae_int_t n, ae_matrix* r, struct ae_state* _state )
[symbol: _ZN11alglib_impl16cmatrixqrunpackrEPNS_9ae_matrixEiiS1_PNS_8ae_stateE]
cmatrixrank1 ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_vector* u, ae_int_t iu, ae_vector* v, ae_int_t iv, struct ae_state* _state )
[symbol: _ZN11alglib_impl12cmatrixrank1EiiPNS_9ae_matrixEiiPNS_9ae_vectorEiS3_iPNS_8ae_stateE]
cmatrixrcond1 ( ae_matrix* a, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl13cmatrixrcond1EPNS_9ae_matrixEiPNS_8ae_stateE]
cmatrixrcondinf ( ae_matrix* a, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl15cmatrixrcondinfEPNS_9ae_matrixEiPNS_8ae_stateE]
cmatrixrighttrsm ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t i1, ae_int_t j1, bool isupper, bool isunit, ae_int_t optype, ae_matrix* x, ae_int_t i2, ae_int_t j2, struct ae_state* _state )
[symbol: _ZN11alglib_impl16cmatrixrighttrsmEiiPNS_9ae_matrixEiibbiS1_iiPNS_8ae_stateE]
cmatrixrndcond ( ae_int_t n, double c, ae_matrix* a, struct ae_state* _state )
[symbol: _ZN11alglib_impl14cmatrixrndcondEidPNS_9ae_matrixEPNS_8ae_stateE]
cmatrixrndorthogonal ( ae_int_t n, ae_matrix* a, struct ae_state* _state )
[symbol: _ZN11alglib_impl20cmatrixrndorthogonalEiPNS_9ae_matrixEPNS_8ae_stateE]
cmatrixrndorthogonalfromtheleft ( ae_matrix* a, ae_int_t m, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl31cmatrixrndorthogonalfromtheleftEPNS_9ae_matrixEiiPNS_8ae_stateE]
cmatrixrndorthogonalfromtheright ( ae_matrix* a, ae_int_t m, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl32cmatrixrndorthogonalfromtherightEPNS_9ae_matrixEiiPNS_8ae_stateE]
cmatrixsyrk ( ae_int_t n, ae_int_t k, double alpha, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_int_t optypea, double beta, ae_matrix* c, ae_int_t ic, ae_int_t jc, bool isupper, struct ae_state* _state )
[symbol: _ZN11alglib_impl11cmatrixsyrkEiidPNS_9ae_matrixEiiidS1_iibPNS_8ae_stateE]
cmatrixtranspose ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_matrix* b, ae_int_t ib, ae_int_t jb, struct ae_state* _state )
[symbol: _ZN11alglib_impl16cmatrixtransposeEiiPNS_9ae_matrixEiiS1_iiPNS_8ae_stateE]
cmatrixtrinverse ( ae_matrix* a, ae_int_t n, bool isupper, bool isunit, ae_int_t* info, struct matinvreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl16cmatrixtrinverseEPNS_9ae_matrixEibbPiPNS_12matinvreportEPNS_8ae_stateE]
cmatrixtrrcond1 ( ae_matrix* a, ae_int_t n, bool isupper, bool isunit, struct ae_state* _state )
[symbol: _ZN11alglib_impl15cmatrixtrrcond1EPNS_9ae_matrixEibbPNS_8ae_stateE]
cmatrixtrrcondinf ( ae_matrix* a, ae_int_t n, bool isupper, bool isunit, struct ae_state* _state )
[symbol: _ZN11alglib_impl17cmatrixtrrcondinfEPNS_9ae_matrixEibbPNS_8ae_stateE]
fblssolvecgx ( ae_matrix* a, ae_int_t m, ae_int_t n, double alpha, ae_vector* b, ae_vector* x, ae_vector* buf, struct ae_state* _state )
[symbol: _ZN11alglib_impl12fblssolvecgxEPNS_9ae_matrixEiidPNS_9ae_vectorES3_S3_PNS_8ae_stateE]
hmatrixevd ( ae_matrix* a, ae_int_t n, ae_int_t zneeded, bool isupper, ae_vector* d, ae_matrix* z, struct ae_state* _state )
[symbol: _ZN11alglib_impl10hmatrixevdEPNS_9ae_matrixEiibPNS_9ae_vectorES1_PNS_8ae_stateE]
hmatrixevdi ( ae_matrix* a, ae_int_t n, ae_int_t zneeded, bool isupper, ae_int_t i1, ae_int_t i2, ae_vector* w, ae_matrix* z, struct ae_state* _state )
[symbol: _ZN11alglib_impl11hmatrixevdiEPNS_9ae_matrixEiibiiPNS_9ae_vectorES1_PNS_8ae_stateE]
hmatrixevdr ( ae_matrix* a, ae_int_t n, ae_int_t zneeded, bool isupper, double b1, double b2, ae_int_t* m, ae_vector* w, ae_matrix* z, struct ae_state* _state )
[symbol: _ZN11alglib_impl11hmatrixevdrEPNS_9ae_matrixEiibddPiPNS_9ae_vectorES1_PNS_8ae_stateE]
hmatrixrndcond ( ae_int_t n, double c, ae_matrix* a, struct ae_state* _state )
[symbol: _ZN11alglib_impl14hmatrixrndcondEidPNS_9ae_matrixEPNS_8ae_stateE]
hmatrixrndmultiply ( ae_matrix* a, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl18hmatrixrndmultiplyEPNS_9ae_matrixEiPNS_8ae_stateE]
hmatrixtd ( ae_matrix* a, ae_int_t n, bool isupper, ae_vector* tau, ae_vector* d, ae_vector* e, struct ae_state* _state )
[symbol: _ZN11alglib_impl9hmatrixtdEPNS_9ae_matrixEibPNS_9ae_vectorES3_S3_PNS_8ae_stateE]
hmatrixtdunpackq ( ae_matrix* a, ae_int_t n, bool isupper, ae_vector* tau, ae_matrix* q, struct ae_state* _state )
[symbol: _ZN11alglib_impl16hmatrixtdunpackqEPNS_9ae_matrixEibPNS_9ae_vectorES1_PNS_8ae_stateE]
hpdmatrixcholesky ( ae_matrix* a, ae_int_t n, bool isupper, struct ae_state* _state )
[symbol: _ZN11alglib_impl17hpdmatrixcholeskyEPNS_9ae_matrixEibPNS_8ae_stateE]
hpdmatrixcholeskyinverse ( ae_matrix* a, ae_int_t n, bool isupper, ae_int_t* info, struct matinvreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl24hpdmatrixcholeskyinverseEPNS_9ae_matrixEibPiPNS_12matinvreportEPNS_8ae_stateE]
hpdmatrixcholeskyrcond ( ae_matrix* a, ae_int_t n, bool isupper, struct ae_state* _state )
[symbol: _ZN11alglib_impl22hpdmatrixcholeskyrcondEPNS_9ae_matrixEibPNS_8ae_stateE]
hpdmatrixinverse ( ae_matrix* a, ae_int_t n, bool isupper, ae_int_t* info, struct matinvreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl16hpdmatrixinverseEPNS_9ae_matrixEibPiPNS_12matinvreportEPNS_8ae_stateE]
hpdmatrixrcond ( ae_matrix* a, ae_int_t n, bool isupper, struct ae_state* _state )
[symbol: _ZN11alglib_impl14hpdmatrixrcondEPNS_9ae_matrixEibPNS_8ae_stateE]
hpdmatrixrndcond ( ae_int_t n, double c, ae_matrix* a, struct ae_state* _state )
[symbol: _ZN11alglib_impl16hpdmatrixrndcondEidPNS_9ae_matrixEPNS_8ae_stateE]
rcondthreshold ( struct ae_state* _state )
[symbol: _ZN11alglib_impl14rcondthresholdEPNS_8ae_stateE]
rmatrixbd ( ae_matrix* a, ae_int_t m, ae_int_t n, ae_vector* tauq, ae_vector* taup, struct ae_state* _state )
[symbol: _ZN11alglib_impl9rmatrixbdEPNS_9ae_matrixEiiPNS_9ae_vectorES3_PNS_8ae_stateE]
rmatrixbdmultiplybyp ( ae_matrix* qp, ae_int_t m, ae_int_t n, ae_vector* taup, ae_matrix* z, ae_int_t zrows, ae_int_t zcolumns, bool fromtheright, bool dotranspose, struct ae_state* _state )
[symbol: _ZN11alglib_impl20rmatrixbdmultiplybypEPNS_9ae_matrixEiiPNS_9ae_vectorES1_iibbPNS_8ae_stateE]
rmatrixbdmultiplybyq ( ae_matrix* qp, ae_int_t m, ae_int_t n, ae_vector* tauq, ae_matrix* z, ae_int_t zrows, ae_int_t zcolumns, bool fromtheright, bool dotranspose, struct ae_state* _state )
[symbol: _ZN11alglib_impl20rmatrixbdmultiplybyqEPNS_9ae_matrixEiiPNS_9ae_vectorES1_iibbPNS_8ae_stateE]
rmatrixbdsvd ( ae_vector* d, ae_vector* e, ae_int_t n, bool isupper, bool isfractionalaccuracyrequired, ae_matrix* u, ae_int_t nru, ae_matrix* c, ae_int_t ncc, ae_matrix* vt, ae_int_t ncvt, struct ae_state* _state )
[symbol: _ZN11alglib_impl12rmatrixbdsvdEPNS_9ae_vectorES1_ibbPNS_9ae_matrixEiS3_iS3_iPNS_8ae_stateE]
rmatrixbdunpackdiagonals ( ae_matrix* b, ae_int_t m, ae_int_t n, bool* isupper, ae_vector* d, ae_vector* e, struct ae_state* _state )
[symbol: _ZN11alglib_impl24rmatrixbdunpackdiagonalsEPNS_9ae_matrixEiiPbPNS_9ae_vectorES4_PNS_8ae_stateE]
rmatrixbdunpackpt ( ae_matrix* qp, ae_int_t m, ae_int_t n, ae_vector* taup, ae_int_t ptrows, ae_matrix* pt, struct ae_state* _state )
[symbol: _ZN11alglib_impl17rmatrixbdunpackptEPNS_9ae_matrixEiiPNS_9ae_vectorEiS1_PNS_8ae_stateE]
rmatrixbdunpackq ( ae_matrix* qp, ae_int_t m, ae_int_t n, ae_vector* tauq, ae_int_t qcolumns, ae_matrix* q, struct ae_state* _state )
[symbol: _ZN11alglib_impl16rmatrixbdunpackqEPNS_9ae_matrixEiiPNS_9ae_vectorEiS1_PNS_8ae_stateE]
rmatrixcopy ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_matrix* b, ae_int_t ib, ae_int_t jb, struct ae_state* _state )
[symbol: _ZN11alglib_impl11rmatrixcopyEiiPNS_9ae_matrixEiiS1_iiPNS_8ae_stateE]
rmatrixdet ( ae_matrix* a, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl10rmatrixdetEPNS_9ae_matrixEiPNS_8ae_stateE]
rmatrixevd ( ae_matrix* a, ae_int_t n, ae_int_t vneeded, ae_vector* wr, ae_vector* wi, ae_matrix* vl, ae_matrix* vr, struct ae_state* _state )
[symbol: _ZN11alglib_impl10rmatrixevdEPNS_9ae_matrixEiiPNS_9ae_vectorES3_S1_S1_PNS_8ae_stateE]
rmatrixgemm ( ae_int_t m, ae_int_t n, ae_int_t k, double alpha, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_int_t optypea, ae_matrix* b, ae_int_t ib, ae_int_t jb, ae_int_t optypeb, double beta, ae_matrix* c, ae_int_t ic, ae_int_t jc, struct ae_state* _state )
[symbol: _ZN11alglib_impl11rmatrixgemmEiiidPNS_9ae_matrixEiiiS1_iiidS1_iiPNS_8ae_stateE]
rmatrixhessenberg ( ae_matrix* a, ae_int_t n, ae_vector* tau, struct ae_state* _state )
[symbol: _ZN11alglib_impl17rmatrixhessenbergEPNS_9ae_matrixEiPNS_9ae_vectorEPNS_8ae_stateE]
rmatrixhessenbergunpackh ( ae_matrix* a, ae_int_t n, ae_matrix* h, struct ae_state* _state )
[symbol: _ZN11alglib_impl24rmatrixhessenbergunpackhEPNS_9ae_matrixEiS1_PNS_8ae_stateE]
rmatrixhessenbergunpackq ( ae_matrix* a, ae_int_t n, ae_vector* tau, ae_matrix* q, struct ae_state* _state )
[symbol: _ZN11alglib_impl24rmatrixhessenbergunpackqEPNS_9ae_matrixEiPNS_9ae_vectorES1_PNS_8ae_stateE]
rmatrixinverse ( ae_matrix* a, ae_int_t n, ae_int_t* info, struct matinvreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl14rmatrixinverseEPNS_9ae_matrixEiPiPNS_12matinvreportEPNS_8ae_stateE]
rmatrixinvupdatecolumn ( ae_matrix* inva, ae_int_t n, ae_int_t updcolumn, ae_vector* u, struct ae_state* _state )
[symbol: _ZN11alglib_impl22rmatrixinvupdatecolumnEPNS_9ae_matrixEiiPNS_9ae_vectorEPNS_8ae_stateE]
rmatrixinvupdaterow ( ae_matrix* inva, ae_int_t n, ae_int_t updrow, ae_vector* v, struct ae_state* _state )
[symbol: _ZN11alglib_impl19rmatrixinvupdaterowEPNS_9ae_matrixEiiPNS_9ae_vectorEPNS_8ae_stateE]
rmatrixinvupdatesimple ( ae_matrix* inva, ae_int_t n, ae_int_t updrow, ae_int_t updcolumn, double updval, struct ae_state* _state )
[symbol: _ZN11alglib_impl22rmatrixinvupdatesimpleEPNS_9ae_matrixEiiidPNS_8ae_stateE]
rmatrixinvupdateuv ( ae_matrix* inva, ae_int_t n, ae_vector* u, ae_vector* v, struct ae_state* _state )
[symbol: _ZN11alglib_impl18rmatrixinvupdateuvEPNS_9ae_matrixEiPNS_9ae_vectorES3_PNS_8ae_stateE]
rmatrixlefttrsm ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t i1, ae_int_t j1, bool isupper, bool isunit, ae_int_t optype, ae_matrix* x, ae_int_t i2, ae_int_t j2, struct ae_state* _state )
[symbol: _ZN11alglib_impl15rmatrixlefttrsmEiiPNS_9ae_matrixEiibbiS1_iiPNS_8ae_stateE]
rmatrixlq ( ae_matrix* a, ae_int_t m, ae_int_t n, ae_vector* tau, struct ae_state* _state )
[symbol: _ZN11alglib_impl9rmatrixlqEPNS_9ae_matrixEiiPNS_9ae_vectorEPNS_8ae_stateE]
rmatrixlqunpackl ( ae_matrix* a, ae_int_t m, ae_int_t n, ae_matrix* l, struct ae_state* _state )
[symbol: _ZN11alglib_impl16rmatrixlqunpacklEPNS_9ae_matrixEiiS1_PNS_8ae_stateE]
rmatrixlqunpackq ( ae_matrix* a, ae_int_t m, ae_int_t n, ae_vector* tau, ae_int_t qrows, ae_matrix* q, struct ae_state* _state )
[symbol: _ZN11alglib_impl16rmatrixlqunpackqEPNS_9ae_matrixEiiPNS_9ae_vectorEiS1_PNS_8ae_stateE]
rmatrixlu ( ae_matrix* a, ae_int_t m, ae_int_t n, ae_vector* pivots, struct ae_state* _state )
[symbol: _ZN11alglib_impl9rmatrixluEPNS_9ae_matrixEiiPNS_9ae_vectorEPNS_8ae_stateE]
rmatrixludet ( ae_matrix* a, ae_vector* pivots, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl12rmatrixludetEPNS_9ae_matrixEPNS_9ae_vectorEiPNS_8ae_stateE]
rmatrixluinverse ( ae_matrix* a, ae_vector* pivots, ae_int_t n, ae_int_t* info, struct matinvreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl16rmatrixluinverseEPNS_9ae_matrixEPNS_9ae_vectorEiPiPNS_12matinvreportEPNS_8ae_stateE]
rmatrixlup ( ae_matrix* a, ae_int_t m, ae_int_t n, ae_vector* pivots, struct ae_state* _state )
[symbol: _ZN11alglib_impl10rmatrixlupEPNS_9ae_matrixEiiPNS_9ae_vectorEPNS_8ae_stateE]
rmatrixlurcond1 ( ae_matrix* lua, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl15rmatrixlurcond1EPNS_9ae_matrixEiPNS_8ae_stateE]
rmatrixlurcondinf ( ae_matrix* lua, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl17rmatrixlurcondinfEPNS_9ae_matrixEiPNS_8ae_stateE]
rmatrixmv ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_int_t opa, ae_vector* x, ae_int_t ix, ae_vector* y, ae_int_t iy, struct ae_state* _state )
[symbol: _ZN11alglib_impl9rmatrixmvEiiPNS_9ae_matrixEiiiPNS_9ae_vectorEiS3_iPNS_8ae_stateE]
rmatrixplu ( ae_matrix* a, ae_int_t m, ae_int_t n, ae_vector* pivots, struct ae_state* _state )
[symbol: _ZN11alglib_impl10rmatrixpluEPNS_9ae_matrixEiiPNS_9ae_vectorEPNS_8ae_stateE]
rmatrixqr ( ae_matrix* a, ae_int_t m, ae_int_t n, ae_vector* tau, struct ae_state* _state )
[symbol: _ZN11alglib_impl9rmatrixqrEPNS_9ae_matrixEiiPNS_9ae_vectorEPNS_8ae_stateE]
rmatrixqrunpackq ( ae_matrix* a, ae_int_t m, ae_int_t n, ae_vector* tau, ae_int_t qcolumns, ae_matrix* q, struct ae_state* _state )
[symbol: _ZN11alglib_impl16rmatrixqrunpackqEPNS_9ae_matrixEiiPNS_9ae_vectorEiS1_PNS_8ae_stateE]
rmatrixqrunpackr ( ae_matrix* a, ae_int_t m, ae_int_t n, ae_matrix* r, struct ae_state* _state )
[symbol: _ZN11alglib_impl16rmatrixqrunpackrEPNS_9ae_matrixEiiS1_PNS_8ae_stateE]
rmatrixrank1 ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_vector* u, ae_int_t iu, ae_vector* v, ae_int_t iv, struct ae_state* _state )
[symbol: _ZN11alglib_impl12rmatrixrank1EiiPNS_9ae_matrixEiiPNS_9ae_vectorEiS3_iPNS_8ae_stateE]
rmatrixrcond1 ( ae_matrix* a, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl13rmatrixrcond1EPNS_9ae_matrixEiPNS_8ae_stateE]
rmatrixrcondinf ( ae_matrix* a, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl15rmatrixrcondinfEPNS_9ae_matrixEiPNS_8ae_stateE]
rmatrixrighttrsm ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t i1, ae_int_t j1, bool isupper, bool isunit, ae_int_t optype, ae_matrix* x, ae_int_t i2, ae_int_t j2, struct ae_state* _state )
[symbol: _ZN11alglib_impl16rmatrixrighttrsmEiiPNS_9ae_matrixEiibbiS1_iiPNS_8ae_stateE]
rmatrixrndcond ( ae_int_t n, double c, ae_matrix* a, struct ae_state* _state )
[symbol: _ZN11alglib_impl14rmatrixrndcondEidPNS_9ae_matrixEPNS_8ae_stateE]
rmatrixrndorthogonal ( ae_int_t n, ae_matrix* a, struct ae_state* _state )
[symbol: _ZN11alglib_impl20rmatrixrndorthogonalEiPNS_9ae_matrixEPNS_8ae_stateE]
rmatrixrndorthogonalfromtheleft ( ae_matrix* a, ae_int_t m, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl31rmatrixrndorthogonalfromtheleftEPNS_9ae_matrixEiiPNS_8ae_stateE]
rmatrixrndorthogonalfromtheright ( ae_matrix* a, ae_int_t m, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl32rmatrixrndorthogonalfromtherightEPNS_9ae_matrixEiiPNS_8ae_stateE]
rmatrixschur ( ae_matrix* a, ae_int_t n, ae_matrix* s, struct ae_state* _state )
[symbol: _ZN11alglib_impl12rmatrixschurEPNS_9ae_matrixEiS1_PNS_8ae_stateE]
rmatrixsvd ( ae_matrix* a, ae_int_t m, ae_int_t n, ae_int_t uneeded, ae_int_t vtneeded, ae_int_t additionalmemory, ae_vector* w, ae_matrix* u, ae_matrix* vt, struct ae_state* _state )
[symbol: _ZN11alglib_impl10rmatrixsvdEPNS_9ae_matrixEiiiiiPNS_9ae_vectorES1_S1_PNS_8ae_stateE]
rmatrixsyrk ( ae_int_t n, ae_int_t k, double alpha, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_int_t optypea, double beta, ae_matrix* c, ae_int_t ic, ae_int_t jc, bool isupper, struct ae_state* _state )
[symbol: _ZN11alglib_impl11rmatrixsyrkEiidPNS_9ae_matrixEiiidS1_iibPNS_8ae_stateE]
rmatrixtranspose ( ae_int_t m, ae_int_t n, ae_matrix* a, ae_int_t ia, ae_int_t ja, ae_matrix* b, ae_int_t ib, ae_int_t jb, struct ae_state* _state )
[symbol: _ZN11alglib_impl16rmatrixtransposeEiiPNS_9ae_matrixEiiS1_iiPNS_8ae_stateE]
rmatrixtrinverse ( ae_matrix* a, ae_int_t n, bool isupper, bool isunit, ae_int_t* info, struct matinvreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl16rmatrixtrinverseEPNS_9ae_matrixEibbPiPNS_12matinvreportEPNS_8ae_stateE]
rmatrixtrrcond1 ( ae_matrix* a, ae_int_t n, bool isupper, bool isunit, struct ae_state* _state )
[symbol: _ZN11alglib_impl15rmatrixtrrcond1EPNS_9ae_matrixEibbPNS_8ae_stateE]
rmatrixtrrcondinf ( ae_matrix* a, ae_int_t n, bool isupper, bool isunit, struct ae_state* _state )
[symbol: _ZN11alglib_impl17rmatrixtrrcondinfEPNS_9ae_matrixEibbPNS_8ae_stateE]
smatrixevd ( ae_matrix* a, ae_int_t n, ae_int_t zneeded, bool isupper, ae_vector* d, ae_matrix* z, struct ae_state* _state )
[symbol: _ZN11alglib_impl10smatrixevdEPNS_9ae_matrixEiibPNS_9ae_vectorES1_PNS_8ae_stateE]
smatrixevdi ( ae_matrix* a, ae_int_t n, ae_int_t zneeded, bool isupper, ae_int_t i1, ae_int_t i2, ae_vector* w, ae_matrix* z, struct ae_state* _state )
[symbol: _ZN11alglib_impl11smatrixevdiEPNS_9ae_matrixEiibiiPNS_9ae_vectorES1_PNS_8ae_stateE]
smatrixevdr ( ae_matrix* a, ae_int_t n, ae_int_t zneeded, bool isupper, double b1, double b2, ae_int_t* m, ae_vector* w, ae_matrix* z, struct ae_state* _state )
[symbol: _ZN11alglib_impl11smatrixevdrEPNS_9ae_matrixEiibddPiPNS_9ae_vectorES1_PNS_8ae_stateE]
smatrixgevd ( ae_matrix* a, ae_int_t n, bool isuppera, ae_matrix* b, bool isupperb, ae_int_t zneeded, ae_int_t problemtype, ae_vector* d, ae_matrix* z, struct ae_state* _state )
[symbol: _ZN11alglib_impl11smatrixgevdEPNS_9ae_matrixEibS1_biiPNS_9ae_vectorES1_PNS_8ae_stateE]
smatrixgevdreduce ( ae_matrix* a, ae_int_t n, bool isuppera, ae_matrix* b, bool isupperb, ae_int_t problemtype, ae_matrix* r, bool* isupperr, struct ae_state* _state )
[symbol: _ZN11alglib_impl17smatrixgevdreduceEPNS_9ae_matrixEibS1_biS1_PbPNS_8ae_stateE]
smatrixrndcond ( ae_int_t n, double c, ae_matrix* a, struct ae_state* _state )
[symbol: _ZN11alglib_impl14smatrixrndcondEidPNS_9ae_matrixEPNS_8ae_stateE]
smatrixrndmultiply ( ae_matrix* a, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl18smatrixrndmultiplyEPNS_9ae_matrixEiPNS_8ae_stateE]
smatrixtd ( ae_matrix* a, ae_int_t n, bool isupper, ae_vector* tau, ae_vector* d, ae_vector* e, struct ae_state* _state )
[symbol: _ZN11alglib_impl9smatrixtdEPNS_9ae_matrixEibPNS_9ae_vectorES3_S3_PNS_8ae_stateE]
smatrixtdevd ( ae_vector* d, ae_vector* e, ae_int_t n, ae_int_t zneeded, ae_matrix* z, struct ae_state* _state )
[symbol: _ZN11alglib_impl12smatrixtdevdEPNS_9ae_vectorES1_iiPNS_9ae_matrixEPNS_8ae_stateE]
smatrixtdevdi ( ae_vector* d, ae_vector* e, ae_int_t n, ae_int_t zneeded, ae_int_t i1, ae_int_t i2, ae_matrix* z, struct ae_state* _state )
[symbol: _ZN11alglib_impl13smatrixtdevdiEPNS_9ae_vectorES1_iiiiPNS_9ae_matrixEPNS_8ae_stateE]
smatrixtdevdr ( ae_vector* d, ae_vector* e, ae_int_t n, ae_int_t zneeded, double a, double b, ae_int_t* m, ae_matrix* z, struct ae_state* _state )
[symbol: _ZN11alglib_impl13smatrixtdevdrEPNS_9ae_vectorES1_iiddPiPNS_9ae_matrixEPNS_8ae_stateE]
smatrixtdunpackq ( ae_matrix* a, ae_int_t n, bool isupper, ae_vector* tau, ae_matrix* q, struct ae_state* _state )
[symbol: _ZN11alglib_impl16smatrixtdunpackqEPNS_9ae_matrixEibPNS_9ae_vectorES1_PNS_8ae_stateE]
spdmatrixcholesky ( ae_matrix* a, ae_int_t n, bool isupper, struct ae_state* _state )
[symbol: _ZN11alglib_impl17spdmatrixcholeskyEPNS_9ae_matrixEibPNS_8ae_stateE]
spdmatrixcholeskydet ( ae_matrix* a, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl20spdmatrixcholeskydetEPNS_9ae_matrixEiPNS_8ae_stateE]
spdmatrixcholeskyinverse ( ae_matrix* a, ae_int_t n, bool isupper, ae_int_t* info, struct matinvreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl24spdmatrixcholeskyinverseEPNS_9ae_matrixEibPiPNS_12matinvreportEPNS_8ae_stateE]
spdmatrixcholeskyrcond ( ae_matrix* a, ae_int_t n, bool isupper, struct ae_state* _state )
[symbol: _ZN11alglib_impl22spdmatrixcholeskyrcondEPNS_9ae_matrixEibPNS_8ae_stateE]
spdmatrixdet ( ae_matrix* a, ae_int_t n, bool isupper, struct ae_state* _state )
[symbol: _ZN11alglib_impl12spdmatrixdetEPNS_9ae_matrixEibPNS_8ae_stateE]
spdmatrixinverse ( ae_matrix* a, ae_int_t n, bool isupper, ae_int_t* info, struct matinvreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl16spdmatrixinverseEPNS_9ae_matrixEibPiPNS_12matinvreportEPNS_8ae_stateE]
spdmatrixrcond ( ae_matrix* a, ae_int_t n, bool isupper, struct ae_state* _state )
[symbol: _ZN11alglib_impl14spdmatrixrcondEPNS_9ae_matrixEibPNS_8ae_stateE]
spdmatrixrndcond ( ae_int_t n, double c, ae_matrix* a, struct ae_state* _state )
[symbol: _ZN11alglib_impl16spdmatrixrndcondEidPNS_9ae_matrixEPNS_8ae_stateE]
optimization.h,
libalglib.so
namespace alglib
_minasareport_owner::_minasareport_owner [in-charge] ( )
[symbol: _ZN6alglib19_minasareport_ownerC1Ev]
_minasareport_owner::_minasareport_owner [in-charge] ( _minasareport_owner const& rhs )
[symbol: _ZN6alglib19_minasareport_ownerC1ERKS0_]
_minasareport_owner::_minasareport_owner [not-in-charge] ( )
[symbol: _ZN6alglib19_minasareport_ownerC2Ev]
_minasareport_owner::_minasareport_owner [not-in-charge] ( _minasareport_owner const& rhs )
[symbol: _ZN6alglib19_minasareport_ownerC2ERKS0_]
_minasareport_owner::c_ptr ( )
[symbol: _ZN6alglib19_minasareport_owner5c_ptrEv]
_minasareport_owner::c_ptr ( ) const
[symbol: _ZNK6alglib19_minasareport_owner5c_ptrEv]
_minasareport_owner::operator = ( _minasareport_owner const& rhs )
[symbol: _ZN6alglib19_minasareport_owneraSERKS0_]
_minasareport_owner::~_minasareport_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib19_minasareport_ownerD0Ev]
_minasareport_owner::~_minasareport_owner [in-charge] ( )
[symbol: _ZN6alglib19_minasareport_ownerD1Ev]
_minasareport_owner::~_minasareport_owner [not-in-charge] ( )
[symbol: _ZN6alglib19_minasareport_ownerD2Ev]
_minasastate_owner::_minasastate_owner [in-charge] ( )
[symbol: _ZN6alglib18_minasastate_ownerC1Ev]
_minasastate_owner::_minasastate_owner [in-charge] ( _minasastate_owner const& rhs )
[symbol: _ZN6alglib18_minasastate_ownerC1ERKS0_]
_minasastate_owner::_minasastate_owner [not-in-charge] ( )
[symbol: _ZN6alglib18_minasastate_ownerC2Ev]
_minasastate_owner::_minasastate_owner [not-in-charge] ( _minasastate_owner const& rhs )
[symbol: _ZN6alglib18_minasastate_ownerC2ERKS0_]
_minasastate_owner::c_ptr ( )
[symbol: _ZN6alglib18_minasastate_owner5c_ptrEv]
_minasastate_owner::c_ptr ( ) const
[symbol: _ZNK6alglib18_minasastate_owner5c_ptrEv]
_minasastate_owner::operator = ( _minasastate_owner const& rhs )
[symbol: _ZN6alglib18_minasastate_owneraSERKS0_]
_minasastate_owner::~_minasastate_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib18_minasastate_ownerD0Ev]
_minasastate_owner::~_minasastate_owner [in-charge] ( )
[symbol: _ZN6alglib18_minasastate_ownerD1Ev]
_minasastate_owner::~_minasastate_owner [not-in-charge] ( )
[symbol: _ZN6alglib18_minasastate_ownerD2Ev]
_mincgreport_owner::_mincgreport_owner [in-charge] ( )
[symbol: _ZN6alglib18_mincgreport_ownerC1Ev]
_mincgreport_owner::_mincgreport_owner [in-charge] ( _mincgreport_owner const& rhs )
[symbol: _ZN6alglib18_mincgreport_ownerC1ERKS0_]
_mincgreport_owner::_mincgreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib18_mincgreport_ownerC2Ev]
_mincgreport_owner::_mincgreport_owner [not-in-charge] ( _mincgreport_owner const& rhs )
[symbol: _ZN6alglib18_mincgreport_ownerC2ERKS0_]
_mincgreport_owner::c_ptr ( )
[symbol: _ZN6alglib18_mincgreport_owner5c_ptrEv]
_mincgreport_owner::c_ptr ( ) const
[symbol: _ZNK6alglib18_mincgreport_owner5c_ptrEv]
_mincgreport_owner::operator = ( _mincgreport_owner const& rhs )
[symbol: _ZN6alglib18_mincgreport_owneraSERKS0_]
_mincgreport_owner::~_mincgreport_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib18_mincgreport_ownerD0Ev]
_mincgreport_owner::~_mincgreport_owner [in-charge] ( )
[symbol: _ZN6alglib18_mincgreport_ownerD1Ev]
_mincgreport_owner::~_mincgreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib18_mincgreport_ownerD2Ev]
_mincgstate_owner::_mincgstate_owner [in-charge] ( )
[symbol: _ZN6alglib17_mincgstate_ownerC1Ev]
_mincgstate_owner::_mincgstate_owner [in-charge] ( _mincgstate_owner const& rhs )
[symbol: _ZN6alglib17_mincgstate_ownerC1ERKS0_]
_mincgstate_owner::_mincgstate_owner [not-in-charge] ( )
[symbol: _ZN6alglib17_mincgstate_ownerC2Ev]
_mincgstate_owner::_mincgstate_owner [not-in-charge] ( _mincgstate_owner const& rhs )
[symbol: _ZN6alglib17_mincgstate_ownerC2ERKS0_]
_mincgstate_owner::c_ptr ( )
[symbol: _ZN6alglib17_mincgstate_owner5c_ptrEv]
_mincgstate_owner::c_ptr ( ) const
[symbol: _ZNK6alglib17_mincgstate_owner5c_ptrEv]
_mincgstate_owner::operator = ( _mincgstate_owner const& rhs )
[symbol: _ZN6alglib17_mincgstate_owneraSERKS0_]
_mincgstate_owner::~_mincgstate_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib17_mincgstate_ownerD0Ev]
_mincgstate_owner::~_mincgstate_owner [in-charge] ( )
[symbol: _ZN6alglib17_mincgstate_ownerD1Ev]
_mincgstate_owner::~_mincgstate_owner [not-in-charge] ( )
[symbol: _ZN6alglib17_mincgstate_ownerD2Ev]
_minlbfgsreport_owner::_minlbfgsreport_owner [in-charge] ( )
[symbol: _ZN6alglib21_minlbfgsreport_ownerC1Ev]
_minlbfgsreport_owner::_minlbfgsreport_owner [in-charge] ( _minlbfgsreport_owner const& rhs )
[symbol: _ZN6alglib21_minlbfgsreport_ownerC1ERKS0_]
_minlbfgsreport_owner::_minlbfgsreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib21_minlbfgsreport_ownerC2Ev]
_minlbfgsreport_owner::_minlbfgsreport_owner [not-in-charge] ( _minlbfgsreport_owner const& rhs )
[symbol: _ZN6alglib21_minlbfgsreport_ownerC2ERKS0_]
_minlbfgsreport_owner::c_ptr ( )
[symbol: _ZN6alglib21_minlbfgsreport_owner5c_ptrEv]
_minlbfgsreport_owner::c_ptr ( ) const
[symbol: _ZNK6alglib21_minlbfgsreport_owner5c_ptrEv]
_minlbfgsreport_owner::operator = ( _minlbfgsreport_owner const& rhs )
[symbol: _ZN6alglib21_minlbfgsreport_owneraSERKS0_]
_minlbfgsreport_owner::~_minlbfgsreport_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib21_minlbfgsreport_ownerD0Ev]
_minlbfgsreport_owner::~_minlbfgsreport_owner [in-charge] ( )
[symbol: _ZN6alglib21_minlbfgsreport_ownerD1Ev]
_minlbfgsreport_owner::~_minlbfgsreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib21_minlbfgsreport_ownerD2Ev]
_minlbfgsstate_owner::_minlbfgsstate_owner [in-charge] ( )
[symbol: _ZN6alglib20_minlbfgsstate_ownerC1Ev]
_minlbfgsstate_owner::_minlbfgsstate_owner [in-charge] ( _minlbfgsstate_owner const& rhs )
[symbol: _ZN6alglib20_minlbfgsstate_ownerC1ERKS0_]
_minlbfgsstate_owner::_minlbfgsstate_owner [not-in-charge] ( )
[symbol: _ZN6alglib20_minlbfgsstate_ownerC2Ev]
_minlbfgsstate_owner::_minlbfgsstate_owner [not-in-charge] ( _minlbfgsstate_owner const& rhs )
[symbol: _ZN6alglib20_minlbfgsstate_ownerC2ERKS0_]
_minlbfgsstate_owner::c_ptr ( )
[symbol: _ZN6alglib20_minlbfgsstate_owner5c_ptrEv]
_minlbfgsstate_owner::c_ptr ( ) const
[symbol: _ZNK6alglib20_minlbfgsstate_owner5c_ptrEv]
_minlbfgsstate_owner::operator = ( _minlbfgsstate_owner const& rhs )
[symbol: _ZN6alglib20_minlbfgsstate_owneraSERKS0_]
_minlbfgsstate_owner::~_minlbfgsstate_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib20_minlbfgsstate_ownerD0Ev]
_minlbfgsstate_owner::~_minlbfgsstate_owner [in-charge] ( )
[symbol: _ZN6alglib20_minlbfgsstate_ownerD1Ev]
_minlbfgsstate_owner::~_minlbfgsstate_owner [not-in-charge] ( )
[symbol: _ZN6alglib20_minlbfgsstate_ownerD2Ev]
_minlmreport_owner::_minlmreport_owner [in-charge] ( )
[symbol: _ZN6alglib18_minlmreport_ownerC1Ev]
_minlmreport_owner::_minlmreport_owner [in-charge] ( _minlmreport_owner const& rhs )
[symbol: _ZN6alglib18_minlmreport_ownerC1ERKS0_]
_minlmreport_owner::_minlmreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib18_minlmreport_ownerC2Ev]
_minlmreport_owner::_minlmreport_owner [not-in-charge] ( _minlmreport_owner const& rhs )
[symbol: _ZN6alglib18_minlmreport_ownerC2ERKS0_]
_minlmreport_owner::c_ptr ( )
[symbol: _ZN6alglib18_minlmreport_owner5c_ptrEv]
_minlmreport_owner::c_ptr ( ) const
[symbol: _ZNK6alglib18_minlmreport_owner5c_ptrEv]
_minlmreport_owner::operator = ( _minlmreport_owner const& rhs )
[symbol: _ZN6alglib18_minlmreport_owneraSERKS0_]
_minlmreport_owner::~_minlmreport_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib18_minlmreport_ownerD0Ev]
_minlmreport_owner::~_minlmreport_owner [in-charge] ( )
[symbol: _ZN6alglib18_minlmreport_ownerD1Ev]
_minlmreport_owner::~_minlmreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib18_minlmreport_ownerD2Ev]
_minlmstate_owner::_minlmstate_owner [in-charge] ( )
[symbol: _ZN6alglib17_minlmstate_ownerC1Ev]
_minlmstate_owner::_minlmstate_owner [in-charge] ( _minlmstate_owner const& rhs )
[symbol: _ZN6alglib17_minlmstate_ownerC1ERKS0_]
_minlmstate_owner::_minlmstate_owner [not-in-charge] ( )
[symbol: _ZN6alglib17_minlmstate_ownerC2Ev]
_minlmstate_owner::_minlmstate_owner [not-in-charge] ( _minlmstate_owner const& rhs )
[symbol: _ZN6alglib17_minlmstate_ownerC2ERKS0_]
_minlmstate_owner::c_ptr ( )
[symbol: _ZN6alglib17_minlmstate_owner5c_ptrEv]
_minlmstate_owner::c_ptr ( ) const
[symbol: _ZNK6alglib17_minlmstate_owner5c_ptrEv]
_minlmstate_owner::operator = ( _minlmstate_owner const& rhs )
[symbol: _ZN6alglib17_minlmstate_owneraSERKS0_]
_minlmstate_owner::~_minlmstate_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib17_minlmstate_ownerD0Ev]
_minlmstate_owner::~_minlmstate_owner [in-charge] ( )
[symbol: _ZN6alglib17_minlmstate_ownerD1Ev]
_minlmstate_owner::~_minlmstate_owner [not-in-charge] ( )
[symbol: _ZN6alglib17_minlmstate_ownerD2Ev]
minasacreate ( ae_int_t const n, real_1d_array const& x, real_1d_array const& bndl, real_1d_array const& bndu, minasastate& state )
[symbol: _ZN6alglib12minasacreateEiRKNS_13real_1d_arrayES2_S2_RNS_11minasastateE]
minasacreate ( real_1d_array const& x, real_1d_array const& bndl, real_1d_array const& bndu, minasastate& state )
[symbol: _ZN6alglib12minasacreateERKNS_13real_1d_arrayES2_S2_RNS_11minasastateE]
minasaiteration ( minasastate const& state )
[symbol: _ZN6alglib15minasaiterationERKNS_11minasastateE]
minasaoptimize ( minasastate& state, void(*grad)(real_1d_array const&, double&, real_1d_array&, void*), void(*rep)(real_1d_array const&, double, void*), void* ptr )
[symbol: _ZN6alglib14minasaoptimizeERNS_11minasastateEPFvRKNS_13real_1d_arrayERdRS2_PvEPFvS4_dS7_ES7_]
minasareport::minasareport [in-charge] ( )
[symbol: _ZN6alglib12minasareportC1Ev]
minasareport::minasareport [in-charge] ( minasareport const& rhs )
[symbol: _ZN6alglib12minasareportC1ERKS0_]
minasareport::minasareport [not-in-charge] ( )
[symbol: _ZN6alglib12minasareportC2Ev]
minasareport::minasareport [not-in-charge] ( minasareport const& rhs )
[symbol: _ZN6alglib12minasareportC2ERKS0_]
minasareport::operator = ( minasareport const& rhs )
[symbol: _ZN6alglib12minasareportaSERKS0_]
minasareport::~minasareport [in-charge-deleting] ( )
[symbol: _ZN6alglib12minasareportD0Ev]
minasareport::~minasareport [in-charge] ( )
[symbol: _ZN6alglib12minasareportD1Ev]
minasareport::~minasareport [not-in-charge] ( )
[symbol: _ZN6alglib12minasareportD2Ev]
minasarestartfrom ( minasastate const& state, real_1d_array const& x, real_1d_array const& bndl, real_1d_array const& bndu )
[symbol: _ZN6alglib17minasarestartfromERKNS_11minasastateERKNS_13real_1d_arrayES5_S5_]
minasaresults ( minasastate const& state, real_1d_array& x, minasareport& rep )
[symbol: _ZN6alglib13minasaresultsERKNS_11minasastateERNS_13real_1d_arrayERNS_12minasareportE]
minasaresultsbuf ( minasastate const& state, real_1d_array& x, minasareport& rep )
[symbol: _ZN6alglib16minasaresultsbufERKNS_11minasastateERNS_13real_1d_arrayERNS_12minasareportE]
minasasetalgorithm ( minasastate const& state, ae_int_t const algotype )
[symbol: _ZN6alglib18minasasetalgorithmERKNS_11minasastateEi]
minasasetcond ( minasastate const& state, double const epsg, double const epsf, double const epsx, ae_int_t const maxits )
[symbol: _ZN6alglib13minasasetcondERKNS_11minasastateEdddi]
minasasetstpmax ( minasastate const& state, double const stpmax )
[symbol: _ZN6alglib15minasasetstpmaxERKNS_11minasastateEd]
minasasetxrep ( minasastate const& state, bool const needxrep )
[symbol: _ZN6alglib13minasasetxrepERKNS_11minasastateEb]
minasastate::minasastate [in-charge] ( )
[symbol: _ZN6alglib11minasastateC1Ev]
minasastate::minasastate [in-charge] ( minasastate const& rhs )
[symbol: _ZN6alglib11minasastateC1ERKS0_]
minasastate::minasastate [not-in-charge] ( )
[symbol: _ZN6alglib11minasastateC2Ev]
minasastate::minasastate [not-in-charge] ( minasastate const& rhs )
[symbol: _ZN6alglib11minasastateC2ERKS0_]
minasastate::operator = ( minasastate const& rhs )
[symbol: _ZN6alglib11minasastateaSERKS0_]
minasastate::~minasastate [in-charge-deleting] ( )
[symbol: _ZN6alglib11minasastateD0Ev]
minasastate::~minasastate [in-charge] ( )
[symbol: _ZN6alglib11minasastateD1Ev]
minasastate::~minasastate [not-in-charge] ( )
[symbol: _ZN6alglib11minasastateD2Ev]
mincgcreate ( ae_int_t const n, real_1d_array const& x, mincgstate& state )
[symbol: _ZN6alglib11mincgcreateEiRKNS_13real_1d_arrayERNS_10mincgstateE]
mincgcreate ( real_1d_array const& x, mincgstate& state )
[symbol: _ZN6alglib11mincgcreateERKNS_13real_1d_arrayERNS_10mincgstateE]
mincgiteration ( mincgstate const& state )
[symbol: _ZN6alglib14mincgiterationERKNS_10mincgstateE]
mincgoptimize ( mincgstate& state, void(*grad)(real_1d_array const&, double&, real_1d_array&, void*), void(*rep)(real_1d_array const&, double, void*), void* ptr )
[symbol: _ZN6alglib13mincgoptimizeERNS_10mincgstateEPFvRKNS_13real_1d_arrayERdRS2_PvEPFvS4_dS7_ES7_]
mincgreport::mincgreport [in-charge] ( )
[symbol: _ZN6alglib11mincgreportC1Ev]
mincgreport::mincgreport [in-charge] ( mincgreport const& rhs )
[symbol: _ZN6alglib11mincgreportC1ERKS0_]
mincgreport::mincgreport [not-in-charge] ( )
[symbol: _ZN6alglib11mincgreportC2Ev]
mincgreport::mincgreport [not-in-charge] ( mincgreport const& rhs )
[symbol: _ZN6alglib11mincgreportC2ERKS0_]
mincgreport::operator = ( mincgreport const& rhs )
[symbol: _ZN6alglib11mincgreportaSERKS0_]
mincgreport::~mincgreport [in-charge-deleting] ( )
[symbol: _ZN6alglib11mincgreportD0Ev]
mincgreport::~mincgreport [in-charge] ( )
[symbol: _ZN6alglib11mincgreportD1Ev]
mincgreport::~mincgreport [not-in-charge] ( )
[symbol: _ZN6alglib11mincgreportD2Ev]
mincgrestartfrom ( mincgstate const& state, real_1d_array const& x )
[symbol: _ZN6alglib16mincgrestartfromERKNS_10mincgstateERKNS_13real_1d_arrayE]
mincgresults ( mincgstate const& state, real_1d_array& x, mincgreport& rep )
[symbol: _ZN6alglib12mincgresultsERKNS_10mincgstateERNS_13real_1d_arrayERNS_11mincgreportE]
mincgresultsbuf ( mincgstate const& state, real_1d_array& x, mincgreport& rep )
[symbol: _ZN6alglib15mincgresultsbufERKNS_10mincgstateERNS_13real_1d_arrayERNS_11mincgreportE]
mincgsetcgtype ( mincgstate const& state, ae_int_t const cgtype )
[symbol: _ZN6alglib14mincgsetcgtypeERKNS_10mincgstateEi]
mincgsetcond ( mincgstate const& state, double const epsg, double const epsf, double const epsx, ae_int_t const maxits )
[symbol: _ZN6alglib12mincgsetcondERKNS_10mincgstateEdddi]
mincgsetstpmax ( mincgstate const& state, double const stpmax )
[symbol: _ZN6alglib14mincgsetstpmaxERKNS_10mincgstateEd]
mincgsetxrep ( mincgstate const& state, bool const needxrep )
[symbol: _ZN6alglib12mincgsetxrepERKNS_10mincgstateEb]
mincgstate::mincgstate [in-charge] ( )
[symbol: _ZN6alglib10mincgstateC1Ev]
mincgstate::mincgstate [in-charge] ( mincgstate const& rhs )
[symbol: _ZN6alglib10mincgstateC1ERKS0_]
mincgstate::mincgstate [not-in-charge] ( )
[symbol: _ZN6alglib10mincgstateC2Ev]
mincgstate::mincgstate [not-in-charge] ( mincgstate const& rhs )
[symbol: _ZN6alglib10mincgstateC2ERKS0_]
mincgstate::operator = ( mincgstate const& rhs )
[symbol: _ZN6alglib10mincgstateaSERKS0_]
mincgstate::~mincgstate [in-charge-deleting] ( )
[symbol: _ZN6alglib10mincgstateD0Ev]
mincgstate::~mincgstate [in-charge] ( )
[symbol: _ZN6alglib10mincgstateD1Ev]
mincgstate::~mincgstate [not-in-charge] ( )
[symbol: _ZN6alglib10mincgstateD2Ev]
minlbfgscreate ( ae_int_t const m, real_1d_array const& x, minlbfgsstate& state )
[symbol: _ZN6alglib14minlbfgscreateEiRKNS_13real_1d_arrayERNS_13minlbfgsstateE]
minlbfgscreate ( ae_int_t const n, ae_int_t const m, real_1d_array const& x, minlbfgsstate& state )
[symbol: _ZN6alglib14minlbfgscreateEiiRKNS_13real_1d_arrayERNS_13minlbfgsstateE]
minlbfgsiteration ( minlbfgsstate const& state )
[symbol: _ZN6alglib17minlbfgsiterationERKNS_13minlbfgsstateE]
minlbfgsoptimize ( minlbfgsstate& state, void(*grad)(real_1d_array const&, double&, real_1d_array&, void*), void(*rep)(real_1d_array const&, double, void*), void* ptr )
[symbol: _ZN6alglib16minlbfgsoptimizeERNS_13minlbfgsstateEPFvRKNS_13real_1d_arrayERdRS2_PvEPFvS4_dS7_ES7_]
minlbfgsreport::minlbfgsreport [in-charge] ( )
[symbol: _ZN6alglib14minlbfgsreportC1Ev]
minlbfgsreport::minlbfgsreport [in-charge] ( minlbfgsreport const& rhs )
[symbol: _ZN6alglib14minlbfgsreportC1ERKS0_]
minlbfgsreport::minlbfgsreport [not-in-charge] ( )
[symbol: _ZN6alglib14minlbfgsreportC2Ev]
minlbfgsreport::minlbfgsreport [not-in-charge] ( minlbfgsreport const& rhs )
[symbol: _ZN6alglib14minlbfgsreportC2ERKS0_]
minlbfgsreport::operator = ( minlbfgsreport const& rhs )
[symbol: _ZN6alglib14minlbfgsreportaSERKS0_]
minlbfgsreport::~minlbfgsreport [in-charge-deleting] ( )
[symbol: _ZN6alglib14minlbfgsreportD0Ev]
minlbfgsreport::~minlbfgsreport [in-charge] ( )
[symbol: _ZN6alglib14minlbfgsreportD1Ev]
minlbfgsreport::~minlbfgsreport [not-in-charge] ( )
[symbol: _ZN6alglib14minlbfgsreportD2Ev]
minlbfgsrestartfrom ( minlbfgsstate const& state, real_1d_array const& x )
[symbol: _ZN6alglib19minlbfgsrestartfromERKNS_13minlbfgsstateERKNS_13real_1d_arrayE]
minlbfgsresults ( minlbfgsstate const& state, real_1d_array& x, minlbfgsreport& rep )
[symbol: _ZN6alglib15minlbfgsresultsERKNS_13minlbfgsstateERNS_13real_1d_arrayERNS_14minlbfgsreportE]
minlbfgsresultsbuf ( minlbfgsstate const& state, real_1d_array& x, minlbfgsreport& rep )
[symbol: _ZN6alglib18minlbfgsresultsbufERKNS_13minlbfgsstateERNS_13real_1d_arrayERNS_14minlbfgsreportE]
minlbfgssetcond ( minlbfgsstate const& state, double const epsg, double const epsf, double const epsx, ae_int_t const maxits )
[symbol: _ZN6alglib15minlbfgssetcondERKNS_13minlbfgsstateEdddi]
minlbfgssetstpmax ( minlbfgsstate const& state, double const stpmax )
[symbol: _ZN6alglib17minlbfgssetstpmaxERKNS_13minlbfgsstateEd]
minlbfgssetxrep ( minlbfgsstate const& state, bool const needxrep )
[symbol: _ZN6alglib15minlbfgssetxrepERKNS_13minlbfgsstateEb]
minlbfgsstate::minlbfgsstate [in-charge] ( )
[symbol: _ZN6alglib13minlbfgsstateC1Ev]
minlbfgsstate::minlbfgsstate [in-charge] ( minlbfgsstate const& rhs )
[symbol: _ZN6alglib13minlbfgsstateC1ERKS0_]
minlbfgsstate::minlbfgsstate [not-in-charge] ( )
[symbol: _ZN6alglib13minlbfgsstateC2Ev]
minlbfgsstate::minlbfgsstate [not-in-charge] ( minlbfgsstate const& rhs )
[symbol: _ZN6alglib13minlbfgsstateC2ERKS0_]
minlbfgsstate::operator = ( minlbfgsstate const& rhs )
[symbol: _ZN6alglib13minlbfgsstateaSERKS0_]
minlbfgsstate::~minlbfgsstate [in-charge-deleting] ( )
[symbol: _ZN6alglib13minlbfgsstateD0Ev]
minlbfgsstate::~minlbfgsstate [in-charge] ( )
[symbol: _ZN6alglib13minlbfgsstateD1Ev]
minlbfgsstate::~minlbfgsstate [not-in-charge] ( )
[symbol: _ZN6alglib13minlbfgsstateD2Ev]
minlmcreatefgh ( ae_int_t const n, real_1d_array const& x, minlmstate& state )
[symbol: _ZN6alglib14minlmcreatefghEiRKNS_13real_1d_arrayERNS_10minlmstateE]
minlmcreatefgh ( real_1d_array const& x, minlmstate& state )
[symbol: _ZN6alglib14minlmcreatefghERKNS_13real_1d_arrayERNS_10minlmstateE]
minlmcreatefgj ( ae_int_t const m, real_1d_array const& x, minlmstate& state )
[symbol: _ZN6alglib14minlmcreatefgjEiRKNS_13real_1d_arrayERNS_10minlmstateE]
minlmcreatefgj ( ae_int_t const n, ae_int_t const m, real_1d_array const& x, minlmstate& state )
[symbol: _ZN6alglib14minlmcreatefgjEiiRKNS_13real_1d_arrayERNS_10minlmstateE]
minlmcreatefj ( ae_int_t const m, real_1d_array const& x, minlmstate& state )
[symbol: _ZN6alglib13minlmcreatefjEiRKNS_13real_1d_arrayERNS_10minlmstateE]
minlmcreatefj ( ae_int_t const n, ae_int_t const m, real_1d_array const& x, minlmstate& state )
[symbol: _ZN6alglib13minlmcreatefjEiiRKNS_13real_1d_arrayERNS_10minlmstateE]
minlmiteration ( minlmstate const& state )
[symbol: _ZN6alglib14minlmiterationERKNS_10minlmstateE]
minlmoptimize ( minlmstate& state, void(*func)(real_1d_array const&, double&, void*), void(*grad)(real_1d_array const&, double&, real_1d_array&, void*), void(*hess)(real_1d_array const&, double&, real_1d_array&, real_2d_array&, void*), void(*rep)(real_1d_array const&, double, void*), void* ptr )
[symbol: _ZN6alglib13minlmoptimizeERNS_10minlmstateEPFvRKNS_13real_1d_arrayERdPvEPFvS4_S5_RS2_S6_EPFvS4_S5_S9_RNS_13real_2d_arrayES6_EPFvS4_dS6_ES6_]
minlmoptimize ( minlmstate& state, void(*func)(real_1d_array const&, double&, void*), void(*grad)(real_1d_array const&, double&, real_1d_array&, void*), void(*jac)(real_1d_array const&, real_1d_array&, real_2d_array&, void*), void(*rep)(real_1d_array const&, double, void*), void* ptr )
[symbol: _ZN6alglib13minlmoptimizeERNS_10minlmstateEPFvRKNS_13real_1d_arrayERdPvEPFvS4_S5_RS2_S6_EPFvS4_S9_RNS_13real_2d_arrayES6_EPFvS4_dS6_ES6_]
minlmoptimize ( minlmstate& state, void(*func)(real_1d_array const&, double&, void*), void(*jac)(real_1d_array const&, real_1d_array&, real_2d_array&, void*), void(*rep)(real_1d_array const&, double, void*), void* ptr )
[symbol: _ZN6alglib13minlmoptimizeERNS_10minlmstateEPFvRKNS_13real_1d_arrayERdPvEPFvS4_RS2_RNS_13real_2d_arrayES6_EPFvS4_dS6_ES6_]
minlmreport::minlmreport [in-charge] ( )
[symbol: _ZN6alglib11minlmreportC1Ev]
minlmreport::minlmreport [in-charge] ( minlmreport const& rhs )
[symbol: _ZN6alglib11minlmreportC1ERKS0_]
minlmreport::minlmreport [not-in-charge] ( )
[symbol: _ZN6alglib11minlmreportC2Ev]
minlmreport::minlmreport [not-in-charge] ( minlmreport const& rhs )
[symbol: _ZN6alglib11minlmreportC2ERKS0_]
minlmreport::operator = ( minlmreport const& rhs )
[symbol: _ZN6alglib11minlmreportaSERKS0_]
minlmreport::~minlmreport [in-charge-deleting] ( )
[symbol: _ZN6alglib11minlmreportD0Ev]
minlmreport::~minlmreport [in-charge] ( )
[symbol: _ZN6alglib11minlmreportD1Ev]
minlmreport::~minlmreport [not-in-charge] ( )
[symbol: _ZN6alglib11minlmreportD2Ev]
minlmrestartfrom ( minlmstate const& state, real_1d_array const& x )
[symbol: _ZN6alglib16minlmrestartfromERKNS_10minlmstateERKNS_13real_1d_arrayE]
minlmresults ( minlmstate const& state, real_1d_array& x, minlmreport& rep )
[symbol: _ZN6alglib12minlmresultsERKNS_10minlmstateERNS_13real_1d_arrayERNS_11minlmreportE]
minlmresultsbuf ( minlmstate const& state, real_1d_array& x, minlmreport& rep )
[symbol: _ZN6alglib15minlmresultsbufERKNS_10minlmstateERNS_13real_1d_arrayERNS_11minlmreportE]
minlmsetcond ( minlmstate const& state, double const epsg, double const epsf, double const epsx, ae_int_t const maxits )
[symbol: _ZN6alglib12minlmsetcondERKNS_10minlmstateEdddi]
minlmsetstpmax ( minlmstate const& state, double const stpmax )
[symbol: _ZN6alglib14minlmsetstpmaxERKNS_10minlmstateEd]
minlmsetxrep ( minlmstate const& state, bool const needxrep )
[symbol: _ZN6alglib12minlmsetxrepERKNS_10minlmstateEb]
minlmstate::minlmstate [in-charge] ( )
[symbol: _ZN6alglib10minlmstateC1Ev]
minlmstate::minlmstate [in-charge] ( minlmstate const& rhs )
[symbol: _ZN6alglib10minlmstateC1ERKS0_]
minlmstate::minlmstate [not-in-charge] ( )
[symbol: _ZN6alglib10minlmstateC2Ev]
minlmstate::minlmstate [not-in-charge] ( minlmstate const& rhs )
[symbol: _ZN6alglib10minlmstateC2ERKS0_]
minlmstate::operator = ( minlmstate const& rhs )
[symbol: _ZN6alglib10minlmstateaSERKS0_]
minlmstate::~minlmstate [in-charge-deleting] ( )
[symbol: _ZN6alglib10minlmstateD0Ev]
minlmstate::~minlmstate [in-charge] ( )
[symbol: _ZN6alglib10minlmstateD1Ev]
minlmstate::~minlmstate [not-in-charge] ( )
[symbol: _ZN6alglib10minlmstateD2Ev]
optimization.h,
libalglib.so
namespace alglib_impl
_minasareport_clear ( struct minasareport* p )
[symbol: _ZN11alglib_impl19_minasareport_clearEPNS_12minasareportE]
_minasareport_init ( struct minasareport* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl18_minasareport_initEPNS_12minasareportEPNS_8ae_stateEb]
_minasareport_init_copy ( struct minasareport* dst, struct minasareport* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl23_minasareport_init_copyEPNS_12minasareportES1_PNS_8ae_stateEb]
_minasastate_clear ( struct minasastate* p )
[symbol: _ZN11alglib_impl18_minasastate_clearEPNS_11minasastateE]
_minasastate_init ( struct minasastate* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl17_minasastate_initEPNS_11minasastateEPNS_8ae_stateEb]
_minasastate_init_copy ( struct minasastate* dst, struct minasastate* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl22_minasastate_init_copyEPNS_11minasastateES1_PNS_8ae_stateEb]
_mincgreport_clear ( struct mincgreport* p )
[symbol: _ZN11alglib_impl18_mincgreport_clearEPNS_11mincgreportE]
_mincgreport_init ( struct mincgreport* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl17_mincgreport_initEPNS_11mincgreportEPNS_8ae_stateEb]
_mincgreport_init_copy ( struct mincgreport* dst, struct mincgreport* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl22_mincgreport_init_copyEPNS_11mincgreportES1_PNS_8ae_stateEb]
_mincgstate_clear ( struct mincgstate* p )
[symbol: _ZN11alglib_impl17_mincgstate_clearEPNS_10mincgstateE]
_mincgstate_init ( struct mincgstate* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl16_mincgstate_initEPNS_10mincgstateEPNS_8ae_stateEb]
_mincgstate_init_copy ( struct mincgstate* dst, struct mincgstate* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl21_mincgstate_init_copyEPNS_10mincgstateES1_PNS_8ae_stateEb]
_minlbfgsreport_clear ( struct minlbfgsreport* p )
[symbol: _ZN11alglib_impl21_minlbfgsreport_clearEPNS_14minlbfgsreportE]
_minlbfgsreport_init ( struct minlbfgsreport* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl20_minlbfgsreport_initEPNS_14minlbfgsreportEPNS_8ae_stateEb]
_minlbfgsreport_init_copy ( struct minlbfgsreport* dst, struct minlbfgsreport* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl25_minlbfgsreport_init_copyEPNS_14minlbfgsreportES1_PNS_8ae_stateEb]
_minlbfgsstate_clear ( struct minlbfgsstate* p )
[symbol: _ZN11alglib_impl20_minlbfgsstate_clearEPNS_13minlbfgsstateE]
_minlbfgsstate_init ( struct minlbfgsstate* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl19_minlbfgsstate_initEPNS_13minlbfgsstateEPNS_8ae_stateEb]
_minlbfgsstate_init_copy ( struct minlbfgsstate* dst, struct minlbfgsstate* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl24_minlbfgsstate_init_copyEPNS_13minlbfgsstateES1_PNS_8ae_stateEb]
_minlmreport_clear ( struct minlmreport* p )
[symbol: _ZN11alglib_impl18_minlmreport_clearEPNS_11minlmreportE]
_minlmreport_init ( struct minlmreport* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl17_minlmreport_initEPNS_11minlmreportEPNS_8ae_stateEb]
_minlmreport_init_copy ( struct minlmreport* dst, struct minlmreport* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl22_minlmreport_init_copyEPNS_11minlmreportES1_PNS_8ae_stateEb]
_minlmstate_clear ( struct minlmstate* p )
[symbol: _ZN11alglib_impl17_minlmstate_clearEPNS_10minlmstateE]
_minlmstate_init ( struct minlmstate* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl16_minlmstate_initEPNS_10minlmstateEPNS_8ae_stateEb]
_minlmstate_init_copy ( struct minlmstate* dst, struct minlmstate* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl21_minlmstate_init_copyEPNS_10minlmstateES1_PNS_8ae_stateEb]
minasacreate ( ae_int_t n, ae_vector* x, ae_vector* bndl, ae_vector* bndu, struct minasastate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl12minasacreateEiPNS_9ae_vectorES1_S1_PNS_11minasastateEPNS_8ae_stateE]
minasaiteration ( struct minasastate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl15minasaiterationEPNS_11minasastateEPNS_8ae_stateE]
minasarestartfrom ( struct minasastate* state, ae_vector* x, ae_vector* bndl, ae_vector* bndu, struct ae_state* _state )
[symbol: _ZN11alglib_impl17minasarestartfromEPNS_11minasastateEPNS_9ae_vectorES3_S3_PNS_8ae_stateE]
minasaresults ( struct minasastate* state, ae_vector* x, struct minasareport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl13minasaresultsEPNS_11minasastateEPNS_9ae_vectorEPNS_12minasareportEPNS_8ae_stateE]
minasaresultsbuf ( struct minasastate* state, ae_vector* x, struct minasareport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl16minasaresultsbufEPNS_11minasastateEPNS_9ae_vectorEPNS_12minasareportEPNS_8ae_stateE]
minasasetalgorithm ( struct minasastate* state, ae_int_t algotype, struct ae_state* _state )
[symbol: _ZN11alglib_impl18minasasetalgorithmEPNS_11minasastateEiPNS_8ae_stateE]
minasasetcond ( struct minasastate* state, double epsg, double epsf, double epsx, ae_int_t maxits, struct ae_state* _state )
[symbol: _ZN11alglib_impl13minasasetcondEPNS_11minasastateEdddiPNS_8ae_stateE]
minasasetstpmax ( struct minasastate* state, double stpmax, struct ae_state* _state )
[symbol: _ZN11alglib_impl15minasasetstpmaxEPNS_11minasastateEdPNS_8ae_stateE]
minasasetxrep ( struct minasastate* state, bool needxrep, struct ae_state* _state )
[symbol: _ZN11alglib_impl13minasasetxrepEPNS_11minasastateEbPNS_8ae_stateE]
mincgcreate ( ae_int_t n, ae_vector* x, struct mincgstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl11mincgcreateEiPNS_9ae_vectorEPNS_10mincgstateEPNS_8ae_stateE]
mincgiteration ( struct mincgstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl14mincgiterationEPNS_10mincgstateEPNS_8ae_stateE]
mincgrestartfrom ( struct mincgstate* state, ae_vector* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl16mincgrestartfromEPNS_10mincgstateEPNS_9ae_vectorEPNS_8ae_stateE]
mincgresults ( struct mincgstate* state, ae_vector* x, struct mincgreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl12mincgresultsEPNS_10mincgstateEPNS_9ae_vectorEPNS_11mincgreportEPNS_8ae_stateE]
mincgresultsbuf ( struct mincgstate* state, ae_vector* x, struct mincgreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl15mincgresultsbufEPNS_10mincgstateEPNS_9ae_vectorEPNS_11mincgreportEPNS_8ae_stateE]
mincgsetcgtype ( struct mincgstate* state, ae_int_t cgtype, struct ae_state* _state )
[symbol: _ZN11alglib_impl14mincgsetcgtypeEPNS_10mincgstateEiPNS_8ae_stateE]
mincgsetcond ( struct mincgstate* state, double epsg, double epsf, double epsx, ae_int_t maxits, struct ae_state* _state )
[symbol: _ZN11alglib_impl12mincgsetcondEPNS_10mincgstateEdddiPNS_8ae_stateE]
mincgsetstpmax ( struct mincgstate* state, double stpmax, struct ae_state* _state )
[symbol: _ZN11alglib_impl14mincgsetstpmaxEPNS_10mincgstateEdPNS_8ae_stateE]
mincgsetxrep ( struct mincgstate* state, bool needxrep, struct ae_state* _state )
[symbol: _ZN11alglib_impl12mincgsetxrepEPNS_10mincgstateEbPNS_8ae_stateE]
minlbfgscreate ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlbfgsstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl14minlbfgscreateEiiPNS_9ae_vectorEPNS_13minlbfgsstateEPNS_8ae_stateE]
minlbfgscreatex ( ae_int_t n, ae_int_t m, ae_vector* x, ae_int_t flags, struct minlbfgsstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl15minlbfgscreatexEiiPNS_9ae_vectorEiPNS_13minlbfgsstateEPNS_8ae_stateE]
minlbfgsiteration ( struct minlbfgsstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl17minlbfgsiterationEPNS_13minlbfgsstateEPNS_8ae_stateE]
minlbfgsrestartfrom ( struct minlbfgsstate* state, ae_vector* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl19minlbfgsrestartfromEPNS_13minlbfgsstateEPNS_9ae_vectorEPNS_8ae_stateE]
minlbfgsresults ( struct minlbfgsstate* state, ae_vector* x, struct minlbfgsreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl15minlbfgsresultsEPNS_13minlbfgsstateEPNS_9ae_vectorEPNS_14minlbfgsreportEPNS_8ae_stateE]
minlbfgsresultsbuf ( struct minlbfgsstate* state, ae_vector* x, struct minlbfgsreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl18minlbfgsresultsbufEPNS_13minlbfgsstateEPNS_9ae_vectorEPNS_14minlbfgsreportEPNS_8ae_stateE]
minlbfgssetcond ( struct minlbfgsstate* state, double epsg, double epsf, double epsx, ae_int_t maxits, struct ae_state* _state )
[symbol: _ZN11alglib_impl15minlbfgssetcondEPNS_13minlbfgsstateEdddiPNS_8ae_stateE]
minlbfgssetstpmax ( struct minlbfgsstate* state, double stpmax, struct ae_state* _state )
[symbol: _ZN11alglib_impl17minlbfgssetstpmaxEPNS_13minlbfgsstateEdPNS_8ae_stateE]
minlbfgssetxrep ( struct minlbfgsstate* state, bool needxrep, struct ae_state* _state )
[symbol: _ZN11alglib_impl15minlbfgssetxrepEPNS_13minlbfgsstateEbPNS_8ae_stateE]
minlmcreatefgh ( ae_int_t n, ae_vector* x, struct minlmstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl14minlmcreatefghEiPNS_9ae_vectorEPNS_10minlmstateEPNS_8ae_stateE]
minlmcreatefgj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl14minlmcreatefgjEiiPNS_9ae_vectorEPNS_10minlmstateEPNS_8ae_stateE]
minlmcreatefj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl13minlmcreatefjEiiPNS_9ae_vectorEPNS_10minlmstateEPNS_8ae_stateE]
minlmiteration ( struct minlmstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl14minlmiterationEPNS_10minlmstateEPNS_8ae_stateE]
minlmrestartfrom ( struct minlmstate* state, ae_vector* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl16minlmrestartfromEPNS_10minlmstateEPNS_9ae_vectorEPNS_8ae_stateE]
minlmresults ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl12minlmresultsEPNS_10minlmstateEPNS_9ae_vectorEPNS_11minlmreportEPNS_8ae_stateE]
minlmresultsbuf ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl15minlmresultsbufEPNS_10minlmstateEPNS_9ae_vectorEPNS_11minlmreportEPNS_8ae_stateE]
minlmsetcond ( struct minlmstate* state, double epsg, double epsf, double epsx, ae_int_t maxits, struct ae_state* _state )
[symbol: _ZN11alglib_impl12minlmsetcondEPNS_10minlmstateEdddiPNS_8ae_stateE]
minlmsetstpmax ( struct minlmstate* state, double stpmax, struct ae_state* _state )
[symbol: _ZN11alglib_impl14minlmsetstpmaxEPNS_10minlmstateEdPNS_8ae_stateE]
minlmsetxrep ( struct minlmstate* state, bool needxrep, struct ae_state* _state )
[symbol: _ZN11alglib_impl12minlmsetxrepEPNS_10minlmstateEbPNS_8ae_stateE]
solvers.h,
libalglib.so
namespace alglib
_densesolverlsreport_owner::_densesolverlsreport_owner [in-charge] ( )
[symbol: _ZN6alglib26_densesolverlsreport_ownerC1Ev]
_densesolverlsreport_owner::_densesolverlsreport_owner [in-charge] ( _densesolverlsreport_owner const& rhs )
[symbol: _ZN6alglib26_densesolverlsreport_ownerC1ERKS0_]
_densesolverlsreport_owner::_densesolverlsreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib26_densesolverlsreport_ownerC2Ev]
_densesolverlsreport_owner::_densesolverlsreport_owner [not-in-charge] ( _densesolverlsreport_owner const& rhs )
[symbol: _ZN6alglib26_densesolverlsreport_ownerC2ERKS0_]
_densesolverlsreport_owner::c_ptr ( )
[symbol: _ZN6alglib26_densesolverlsreport_owner5c_ptrEv]
_densesolverlsreport_owner::c_ptr ( ) const
[symbol: _ZNK6alglib26_densesolverlsreport_owner5c_ptrEv]
_densesolverlsreport_owner::operator = ( _densesolverlsreport_owner const& rhs )
[symbol: _ZN6alglib26_densesolverlsreport_owneraSERKS0_]
_densesolverlsreport_owner::~_densesolverlsreport_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib26_densesolverlsreport_ownerD0Ev]
_densesolverlsreport_owner::~_densesolverlsreport_owner [in-charge] ( )
[symbol: _ZN6alglib26_densesolverlsreport_ownerD1Ev]
_densesolverlsreport_owner::~_densesolverlsreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib26_densesolverlsreport_ownerD2Ev]
_densesolverreport_owner::_densesolverreport_owner [in-charge] ( )
[symbol: _ZN6alglib24_densesolverreport_ownerC1Ev]
_densesolverreport_owner::_densesolverreport_owner [in-charge] ( _densesolverreport_owner const& rhs )
[symbol: _ZN6alglib24_densesolverreport_ownerC1ERKS0_]
_densesolverreport_owner::_densesolverreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib24_densesolverreport_ownerC2Ev]
_densesolverreport_owner::_densesolverreport_owner [not-in-charge] ( _densesolverreport_owner const& rhs )
[symbol: _ZN6alglib24_densesolverreport_ownerC2ERKS0_]
_densesolverreport_owner::c_ptr ( )
[symbol: _ZN6alglib24_densesolverreport_owner5c_ptrEv]
_densesolverreport_owner::c_ptr ( ) const
[symbol: _ZNK6alglib24_densesolverreport_owner5c_ptrEv]
_densesolverreport_owner::operator = ( _densesolverreport_owner const& rhs )
[symbol: _ZN6alglib24_densesolverreport_owneraSERKS0_]
_densesolverreport_owner::~_densesolverreport_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib24_densesolverreport_ownerD0Ev]
_densesolverreport_owner::~_densesolverreport_owner [in-charge] ( )
[symbol: _ZN6alglib24_densesolverreport_ownerD1Ev]
_densesolverreport_owner::~_densesolverreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib24_densesolverreport_ownerD2Ev]
_nleqreport_owner::_nleqreport_owner [in-charge] ( )
[symbol: _ZN6alglib17_nleqreport_ownerC1Ev]
_nleqreport_owner::_nleqreport_owner [in-charge] ( _nleqreport_owner const& rhs )
[symbol: _ZN6alglib17_nleqreport_ownerC1ERKS0_]
_nleqreport_owner::_nleqreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib17_nleqreport_ownerC2Ev]
_nleqreport_owner::_nleqreport_owner [not-in-charge] ( _nleqreport_owner const& rhs )
[symbol: _ZN6alglib17_nleqreport_ownerC2ERKS0_]
_nleqreport_owner::c_ptr ( )
[symbol: _ZN6alglib17_nleqreport_owner5c_ptrEv]
_nleqreport_owner::c_ptr ( ) const
[symbol: _ZNK6alglib17_nleqreport_owner5c_ptrEv]
_nleqreport_owner::operator = ( _nleqreport_owner const& rhs )
[symbol: _ZN6alglib17_nleqreport_owneraSERKS0_]
_nleqreport_owner::~_nleqreport_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib17_nleqreport_ownerD0Ev]
_nleqreport_owner::~_nleqreport_owner [in-charge] ( )
[symbol: _ZN6alglib17_nleqreport_ownerD1Ev]
_nleqreport_owner::~_nleqreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib17_nleqreport_ownerD2Ev]
_nleqstate_owner::_nleqstate_owner [in-charge] ( )
[symbol: _ZN6alglib16_nleqstate_ownerC1Ev]
_nleqstate_owner::_nleqstate_owner [in-charge] ( _nleqstate_owner const& rhs )
[symbol: _ZN6alglib16_nleqstate_ownerC1ERKS0_]
_nleqstate_owner::_nleqstate_owner [not-in-charge] ( )
[symbol: _ZN6alglib16_nleqstate_ownerC2Ev]
_nleqstate_owner::_nleqstate_owner [not-in-charge] ( _nleqstate_owner const& rhs )
[symbol: _ZN6alglib16_nleqstate_ownerC2ERKS0_]
_nleqstate_owner::c_ptr ( )
[symbol: _ZN6alglib16_nleqstate_owner5c_ptrEv]
_nleqstate_owner::c_ptr ( ) const
[symbol: _ZNK6alglib16_nleqstate_owner5c_ptrEv]
_nleqstate_owner::operator = ( _nleqstate_owner const& rhs )
[symbol: _ZN6alglib16_nleqstate_owneraSERKS0_]
_nleqstate_owner::~_nleqstate_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib16_nleqstate_ownerD0Ev]
_nleqstate_owner::~_nleqstate_owner [in-charge] ( )
[symbol: _ZN6alglib16_nleqstate_ownerD1Ev]
_nleqstate_owner::~_nleqstate_owner [not-in-charge] ( )
[symbol: _ZN6alglib16_nleqstate_ownerD2Ev]
cmatrixlusolve ( complex_2d_array const& lua, integer_1d_array const& p, ae_int_t const n, complex_1d_array const& b, ae_int_t& info, densesolverreport& rep, complex_1d_array& x )
[symbol: _ZN6alglib14cmatrixlusolveERKNS_16complex_2d_arrayERKNS_16integer_1d_arrayEiRKNS_16complex_1d_arrayERiRNS_17densesolverreportERS6_]
cmatrixlusolvem ( complex_2d_array const& lua, integer_1d_array const& p, ae_int_t const n, complex_2d_array const& b, ae_int_t const m, ae_int_t& info, densesolverreport& rep, complex_2d_array& x )
[symbol: _ZN6alglib15cmatrixlusolvemERKNS_16complex_2d_arrayERKNS_16integer_1d_arrayEiS2_iRiRNS_17densesolverreportERS0_]
cmatrixmixedsolve ( complex_2d_array const& a, complex_2d_array const& lua, integer_1d_array const& p, ae_int_t const n, complex_1d_array const& b, ae_int_t& info, densesolverreport& rep, complex_1d_array& x )
[symbol: _ZN6alglib17cmatrixmixedsolveERKNS_16complex_2d_arrayES2_RKNS_16integer_1d_arrayEiRKNS_16complex_1d_arrayERiRNS_17densesolverreportERS6_]
cmatrixmixedsolvem ( complex_2d_array const& a, complex_2d_array const& lua, integer_1d_array const& p, ae_int_t const n, complex_2d_array const& b, ae_int_t const m, ae_int_t& info, densesolverreport& rep, complex_2d_array& x )
[symbol: _ZN6alglib18cmatrixmixedsolvemERKNS_16complex_2d_arrayES2_RKNS_16integer_1d_arrayEiS2_iRiRNS_17densesolverreportERS0_]
cmatrixsolve ( complex_2d_array const& a, ae_int_t const n, complex_1d_array const& b, ae_int_t& info, densesolverreport& rep, complex_1d_array& x )
[symbol: _ZN6alglib12cmatrixsolveERKNS_16complex_2d_arrayEiRKNS_16complex_1d_arrayERiRNS_17densesolverreportERS3_]
cmatrixsolvem ( complex_2d_array const& a, ae_int_t const n, complex_2d_array const& b, ae_int_t const m, bool const rfs, ae_int_t& info, densesolverreport& rep, complex_2d_array& x )
[symbol: _ZN6alglib13cmatrixsolvemERKNS_16complex_2d_arrayEiS2_ibRiRNS_17densesolverreportERS0_]
densesolverlsreport::densesolverlsreport [in-charge] ( )
[symbol: _ZN6alglib19densesolverlsreportC1Ev]
densesolverlsreport::densesolverlsreport [in-charge] ( densesolverlsreport const& rhs )
[symbol: _ZN6alglib19densesolverlsreportC1ERKS0_]
densesolverlsreport::densesolverlsreport [not-in-charge] ( )
[symbol: _ZN6alglib19densesolverlsreportC2Ev]
densesolverlsreport::densesolverlsreport [not-in-charge] ( densesolverlsreport const& rhs )
[symbol: _ZN6alglib19densesolverlsreportC2ERKS0_]
densesolverlsreport::operator = ( densesolverlsreport const& rhs )
[symbol: _ZN6alglib19densesolverlsreportaSERKS0_]
densesolverlsreport::~densesolverlsreport [in-charge-deleting] ( )
[symbol: _ZN6alglib19densesolverlsreportD0Ev]
densesolverlsreport::~densesolverlsreport [in-charge] ( )
[symbol: _ZN6alglib19densesolverlsreportD1Ev]
densesolverlsreport::~densesolverlsreport [not-in-charge] ( )
[symbol: _ZN6alglib19densesolverlsreportD2Ev]
densesolverreport::densesolverreport [in-charge] ( )
[symbol: _ZN6alglib17densesolverreportC1Ev]
densesolverreport::densesolverreport [in-charge] ( densesolverreport const& rhs )
[symbol: _ZN6alglib17densesolverreportC1ERKS0_]
densesolverreport::densesolverreport [not-in-charge] ( )
[symbol: _ZN6alglib17densesolverreportC2Ev]
densesolverreport::densesolverreport [not-in-charge] ( densesolverreport const& rhs )
[symbol: _ZN6alglib17densesolverreportC2ERKS0_]
densesolverreport::operator = ( densesolverreport const& rhs )
[symbol: _ZN6alglib17densesolverreportaSERKS0_]
densesolverreport::~densesolverreport [in-charge-deleting] ( )
[symbol: _ZN6alglib17densesolverreportD0Ev]
densesolverreport::~densesolverreport [in-charge] ( )
[symbol: _ZN6alglib17densesolverreportD1Ev]
densesolverreport::~densesolverreport [not-in-charge] ( )
[symbol: _ZN6alglib17densesolverreportD2Ev]
hpdmatrixcholeskysolve ( complex_2d_array const& cha, ae_int_t const n, bool const isupper, complex_1d_array const& b, ae_int_t& info, densesolverreport& rep, complex_1d_array& x )
[symbol: _ZN6alglib22hpdmatrixcholeskysolveERKNS_16complex_2d_arrayEibRKNS_16complex_1d_arrayERiRNS_17densesolverreportERS3_]
hpdmatrixcholeskysolvem ( complex_2d_array const& cha, ae_int_t const n, bool const isupper, complex_2d_array const& b, ae_int_t const m, ae_int_t& info, densesolverreport& rep, complex_2d_array& x )
[symbol: _ZN6alglib23hpdmatrixcholeskysolvemERKNS_16complex_2d_arrayEibS2_iRiRNS_17densesolverreportERS0_]
hpdmatrixsolve ( complex_2d_array const& a, ae_int_t const n, bool const isupper, complex_1d_array const& b, ae_int_t& info, densesolverreport& rep, complex_1d_array& x )
[symbol: _ZN6alglib14hpdmatrixsolveERKNS_16complex_2d_arrayEibRKNS_16complex_1d_arrayERiRNS_17densesolverreportERS3_]
hpdmatrixsolvem ( complex_2d_array const& a, ae_int_t const n, bool const isupper, complex_2d_array const& b, ae_int_t const m, ae_int_t& info, densesolverreport& rep, complex_2d_array& x )
[symbol: _ZN6alglib15hpdmatrixsolvemERKNS_16complex_2d_arrayEibS2_iRiRNS_17densesolverreportERS0_]
nleqcreatelm ( ae_int_t const m, real_1d_array const& x, nleqstate& state )
[symbol: _ZN6alglib12nleqcreatelmEiRKNS_13real_1d_arrayERNS_9nleqstateE]
nleqcreatelm ( ae_int_t const n, ae_int_t const m, real_1d_array const& x, nleqstate& state )
[symbol: _ZN6alglib12nleqcreatelmEiiRKNS_13real_1d_arrayERNS_9nleqstateE]
nleqiteration ( nleqstate const& state )
[symbol: _ZN6alglib13nleqiterationERKNS_9nleqstateE]
nleqreport::nleqreport [in-charge] ( )
[symbol: _ZN6alglib10nleqreportC1Ev]
nleqreport::nleqreport [in-charge] ( nleqreport const& rhs )
[symbol: _ZN6alglib10nleqreportC1ERKS0_]
nleqreport::nleqreport [not-in-charge] ( )
[symbol: _ZN6alglib10nleqreportC2Ev]
nleqreport::nleqreport [not-in-charge] ( nleqreport const& rhs )
[symbol: _ZN6alglib10nleqreportC2ERKS0_]
nleqreport::operator = ( nleqreport const& rhs )
[symbol: _ZN6alglib10nleqreportaSERKS0_]
nleqreport::~nleqreport [in-charge-deleting] ( )
[symbol: _ZN6alglib10nleqreportD0Ev]
nleqreport::~nleqreport [in-charge] ( )
[symbol: _ZN6alglib10nleqreportD1Ev]
nleqreport::~nleqreport [not-in-charge] ( )
[symbol: _ZN6alglib10nleqreportD2Ev]
nleqrestartfrom ( nleqstate const& state, real_1d_array const& x )
[symbol: _ZN6alglib15nleqrestartfromERKNS_9nleqstateERKNS_13real_1d_arrayE]
nleqresults ( nleqstate const& state, real_1d_array& x, nleqreport& rep )
[symbol: _ZN6alglib11nleqresultsERKNS_9nleqstateERNS_13real_1d_arrayERNS_10nleqreportE]
nleqresultsbuf ( nleqstate const& state, real_1d_array& x, nleqreport& rep )
[symbol: _ZN6alglib14nleqresultsbufERKNS_9nleqstateERNS_13real_1d_arrayERNS_10nleqreportE]
nleqsetcond ( nleqstate const& state, double const epsf, ae_int_t const maxits )
[symbol: _ZN6alglib11nleqsetcondERKNS_9nleqstateEdi]
nleqsetstpmax ( nleqstate const& state, double const stpmax )
[symbol: _ZN6alglib13nleqsetstpmaxERKNS_9nleqstateEd]
nleqsetxrep ( nleqstate const& state, bool const needxrep )
[symbol: _ZN6alglib11nleqsetxrepERKNS_9nleqstateEb]
nleqsolve ( nleqstate& state, void(*func)(real_1d_array const&, double&, void*), void(*jac)(real_1d_array const&, real_1d_array&, real_2d_array&, void*), void(*rep)(real_1d_array const&, double, void*), void* ptr )
[symbol: _ZN6alglib9nleqsolveERNS_9nleqstateEPFvRKNS_13real_1d_arrayERdPvEPFvS4_RS2_RNS_13real_2d_arrayES6_EPFvS4_dS6_ES6_]
nleqstate::nleqstate [in-charge] ( )
[symbol: _ZN6alglib9nleqstateC1Ev]
nleqstate::nleqstate [in-charge] ( nleqstate const& rhs )
[symbol: _ZN6alglib9nleqstateC1ERKS0_]
nleqstate::nleqstate [not-in-charge] ( )
[symbol: _ZN6alglib9nleqstateC2Ev]
nleqstate::nleqstate [not-in-charge] ( nleqstate const& rhs )
[symbol: _ZN6alglib9nleqstateC2ERKS0_]
nleqstate::operator = ( nleqstate const& rhs )
[symbol: _ZN6alglib9nleqstateaSERKS0_]
nleqstate::~nleqstate [in-charge-deleting] ( )
[symbol: _ZN6alglib9nleqstateD0Ev]
nleqstate::~nleqstate [in-charge] ( )
[symbol: _ZN6alglib9nleqstateD1Ev]
nleqstate::~nleqstate [not-in-charge] ( )
[symbol: _ZN6alglib9nleqstateD2Ev]
rmatrixlusolve ( real_2d_array const& lua, integer_1d_array const& p, ae_int_t const n, real_1d_array const& b, ae_int_t& info, densesolverreport& rep, real_1d_array& x )
[symbol: _ZN6alglib14rmatrixlusolveERKNS_13real_2d_arrayERKNS_16integer_1d_arrayEiRKNS_13real_1d_arrayERiRNS_17densesolverreportERS6_]
rmatrixlusolvem ( real_2d_array const& lua, integer_1d_array const& p, ae_int_t const n, real_2d_array const& b, ae_int_t const m, ae_int_t& info, densesolverreport& rep, real_2d_array& x )
[symbol: _ZN6alglib15rmatrixlusolvemERKNS_13real_2d_arrayERKNS_16integer_1d_arrayEiS2_iRiRNS_17densesolverreportERS0_]
rmatrixmixedsolve ( real_2d_array const& a, real_2d_array const& lua, integer_1d_array const& p, ae_int_t const n, real_1d_array const& b, ae_int_t& info, densesolverreport& rep, real_1d_array& x )
[symbol: _ZN6alglib17rmatrixmixedsolveERKNS_13real_2d_arrayES2_RKNS_16integer_1d_arrayEiRKNS_13real_1d_arrayERiRNS_17densesolverreportERS6_]
rmatrixmixedsolvem ( real_2d_array const& a, real_2d_array const& lua, integer_1d_array const& p, ae_int_t const n, real_2d_array const& b, ae_int_t const m, ae_int_t& info, densesolverreport& rep, real_2d_array& x )
[symbol: _ZN6alglib18rmatrixmixedsolvemERKNS_13real_2d_arrayES2_RKNS_16integer_1d_arrayEiS2_iRiRNS_17densesolverreportERS0_]
rmatrixsolve ( real_2d_array const& a, ae_int_t const n, real_1d_array const& b, ae_int_t& info, densesolverreport& rep, real_1d_array& x )
[symbol: _ZN6alglib12rmatrixsolveERKNS_13real_2d_arrayEiRKNS_13real_1d_arrayERiRNS_17densesolverreportERS3_]
rmatrixsolvels ( real_2d_array const& a, ae_int_t const nrows, ae_int_t const ncols, real_1d_array const& b, double const threshold, ae_int_t& info, densesolverlsreport& rep, real_1d_array& x )
[symbol: _ZN6alglib14rmatrixsolvelsERKNS_13real_2d_arrayEiiRKNS_13real_1d_arrayEdRiRNS_19densesolverlsreportERS3_]
rmatrixsolvem ( real_2d_array const& a, ae_int_t const n, real_2d_array const& b, ae_int_t const m, bool const rfs, ae_int_t& info, densesolverreport& rep, real_2d_array& x )
[symbol: _ZN6alglib13rmatrixsolvemERKNS_13real_2d_arrayEiS2_ibRiRNS_17densesolverreportERS0_]
spdmatrixcholeskysolve ( real_2d_array const& cha, ae_int_t const n, bool const isupper, real_1d_array const& b, ae_int_t& info, densesolverreport& rep, real_1d_array& x )
[symbol: _ZN6alglib22spdmatrixcholeskysolveERKNS_13real_2d_arrayEibRKNS_13real_1d_arrayERiRNS_17densesolverreportERS3_]
spdmatrixcholeskysolvem ( real_2d_array const& cha, ae_int_t const n, bool const isupper, real_2d_array const& b, ae_int_t const m, ae_int_t& info, densesolverreport& rep, real_2d_array& x )
[symbol: _ZN6alglib23spdmatrixcholeskysolvemERKNS_13real_2d_arrayEibS2_iRiRNS_17densesolverreportERS0_]
spdmatrixsolve ( real_2d_array const& a, ae_int_t const n, bool const isupper, real_1d_array const& b, ae_int_t& info, densesolverreport& rep, real_1d_array& x )
[symbol: _ZN6alglib14spdmatrixsolveERKNS_13real_2d_arrayEibRKNS_13real_1d_arrayERiRNS_17densesolverreportERS3_]
spdmatrixsolvem ( real_2d_array const& a, ae_int_t const n, bool const isupper, real_2d_array const& b, ae_int_t const m, ae_int_t& info, densesolverreport& rep, real_2d_array& x )
[symbol: _ZN6alglib15spdmatrixsolvemERKNS_13real_2d_arrayEibS2_iRiRNS_17densesolverreportERS0_]
solvers.h,
libalglib.so
namespace alglib_impl
_densesolverlsreport_clear ( struct densesolverlsreport* p )
[symbol: _ZN11alglib_impl26_densesolverlsreport_clearEPNS_19densesolverlsreportE]
_densesolverlsreport_init ( struct densesolverlsreport* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl25_densesolverlsreport_initEPNS_19densesolverlsreportEPNS_8ae_stateEb]
_densesolverlsreport_init_copy ( struct densesolverlsreport* dst, struct densesolverlsreport* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl30_densesolverlsreport_init_copyEPNS_19densesolverlsreportES1_PNS_8ae_stateEb]
_densesolverreport_clear ( struct densesolverreport* p )
[symbol: _ZN11alglib_impl24_densesolverreport_clearEPNS_17densesolverreportE]
_densesolverreport_init ( struct densesolverreport* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl23_densesolverreport_initEPNS_17densesolverreportEPNS_8ae_stateEb]
_densesolverreport_init_copy ( struct densesolverreport* dst, struct densesolverreport* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl28_densesolverreport_init_copyEPNS_17densesolverreportES1_PNS_8ae_stateEb]
_nleqreport_clear ( struct nleqreport* p )
[symbol: _ZN11alglib_impl17_nleqreport_clearEPNS_10nleqreportE]
_nleqreport_init ( struct nleqreport* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl16_nleqreport_initEPNS_10nleqreportEPNS_8ae_stateEb]
_nleqreport_init_copy ( struct nleqreport* dst, struct nleqreport* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl21_nleqreport_init_copyEPNS_10nleqreportES1_PNS_8ae_stateEb]
_nleqstate_clear ( struct nleqstate* p )
[symbol: _ZN11alglib_impl16_nleqstate_clearEPNS_9nleqstateE]
_nleqstate_init ( struct nleqstate* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl15_nleqstate_initEPNS_9nleqstateEPNS_8ae_stateEb]
_nleqstate_init_copy ( struct nleqstate* dst, struct nleqstate* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl20_nleqstate_init_copyEPNS_9nleqstateES1_PNS_8ae_stateEb]
cmatrixlusolve ( ae_matrix* lua, ae_vector* p, ae_int_t n, ae_vector* b, ae_int_t* info, struct densesolverreport* rep, ae_vector* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl14cmatrixlusolveEPNS_9ae_matrixEPNS_9ae_vectorEiS3_PiPNS_17densesolverreportES3_PNS_8ae_stateE]
cmatrixlusolvem ( ae_matrix* lua, ae_vector* p, ae_int_t n, ae_matrix* b, ae_int_t m, ae_int_t* info, struct densesolverreport* rep, ae_matrix* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl15cmatrixlusolvemEPNS_9ae_matrixEPNS_9ae_vectorEiS1_iPiPNS_17densesolverreportES1_PNS_8ae_stateE]
cmatrixmixedsolve ( ae_matrix* a, ae_matrix* lua, ae_vector* p, ae_int_t n, ae_vector* b, ae_int_t* info, struct densesolverreport* rep, ae_vector* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl17cmatrixmixedsolveEPNS_9ae_matrixES1_PNS_9ae_vectorEiS3_PiPNS_17densesolverreportES3_PNS_8ae_stateE]
cmatrixmixedsolvem ( ae_matrix* a, ae_matrix* lua, ae_vector* p, ae_int_t n, ae_matrix* b, ae_int_t m, ae_int_t* info, struct densesolverreport* rep, ae_matrix* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl18cmatrixmixedsolvemEPNS_9ae_matrixES1_PNS_9ae_vectorEiS1_iPiPNS_17densesolverreportES1_PNS_8ae_stateE]
cmatrixsolve ( ae_matrix* a, ae_int_t n, ae_vector* b, ae_int_t* info, struct densesolverreport* rep, ae_vector* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl12cmatrixsolveEPNS_9ae_matrixEiPNS_9ae_vectorEPiPNS_17densesolverreportES3_PNS_8ae_stateE]
cmatrixsolvem ( ae_matrix* a, ae_int_t n, ae_matrix* b, ae_int_t m, bool rfs, ae_int_t* info, struct densesolverreport* rep, ae_matrix* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl13cmatrixsolvemEPNS_9ae_matrixEiS1_ibPiPNS_17densesolverreportES1_PNS_8ae_stateE]
hpdmatrixcholeskysolve ( ae_matrix* cha, ae_int_t n, bool isupper, ae_vector* b, ae_int_t* info, struct densesolverreport* rep, ae_vector* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl22hpdmatrixcholeskysolveEPNS_9ae_matrixEibPNS_9ae_vectorEPiPNS_17densesolverreportES3_PNS_8ae_stateE]
hpdmatrixcholeskysolvem ( ae_matrix* cha, ae_int_t n, bool isupper, ae_matrix* b, ae_int_t m, ae_int_t* info, struct densesolverreport* rep, ae_matrix* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl23hpdmatrixcholeskysolvemEPNS_9ae_matrixEibS1_iPiPNS_17densesolverreportES1_PNS_8ae_stateE]
hpdmatrixsolve ( ae_matrix* a, ae_int_t n, bool isupper, ae_vector* b, ae_int_t* info, struct densesolverreport* rep, ae_vector* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl14hpdmatrixsolveEPNS_9ae_matrixEibPNS_9ae_vectorEPiPNS_17densesolverreportES3_PNS_8ae_stateE]
hpdmatrixsolvem ( ae_matrix* a, ae_int_t n, bool isupper, ae_matrix* b, ae_int_t m, ae_int_t* info, struct densesolverreport* rep, ae_matrix* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl15hpdmatrixsolvemEPNS_9ae_matrixEibS1_iPiPNS_17densesolverreportES1_PNS_8ae_stateE]
nleqcreatelm ( ae_int_t n, ae_int_t m, ae_vector* x, struct nleqstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl12nleqcreatelmEiiPNS_9ae_vectorEPNS_9nleqstateEPNS_8ae_stateE]
nleqiteration ( struct nleqstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl13nleqiterationEPNS_9nleqstateEPNS_8ae_stateE]
nleqrestartfrom ( struct nleqstate* state, ae_vector* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl15nleqrestartfromEPNS_9nleqstateEPNS_9ae_vectorEPNS_8ae_stateE]
nleqresults ( struct nleqstate* state, ae_vector* x, struct nleqreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl11nleqresultsEPNS_9nleqstateEPNS_9ae_vectorEPNS_10nleqreportEPNS_8ae_stateE]
nleqresultsbuf ( struct nleqstate* state, ae_vector* x, struct nleqreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl14nleqresultsbufEPNS_9nleqstateEPNS_9ae_vectorEPNS_10nleqreportEPNS_8ae_stateE]
nleqsetcond ( struct nleqstate* state, double epsf, ae_int_t maxits, struct ae_state* _state )
[symbol: _ZN11alglib_impl11nleqsetcondEPNS_9nleqstateEdiPNS_8ae_stateE]
nleqsetstpmax ( struct nleqstate* state, double stpmax, struct ae_state* _state )
[symbol: _ZN11alglib_impl13nleqsetstpmaxEPNS_9nleqstateEdPNS_8ae_stateE]
nleqsetxrep ( struct nleqstate* state, bool needxrep, struct ae_state* _state )
[symbol: _ZN11alglib_impl11nleqsetxrepEPNS_9nleqstateEbPNS_8ae_stateE]
rmatrixlusolve ( ae_matrix* lua, ae_vector* p, ae_int_t n, ae_vector* b, ae_int_t* info, struct densesolverreport* rep, ae_vector* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl14rmatrixlusolveEPNS_9ae_matrixEPNS_9ae_vectorEiS3_PiPNS_17densesolverreportES3_PNS_8ae_stateE]
rmatrixlusolvem ( ae_matrix* lua, ae_vector* p, ae_int_t n, ae_matrix* b, ae_int_t m, ae_int_t* info, struct densesolverreport* rep, ae_matrix* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl15rmatrixlusolvemEPNS_9ae_matrixEPNS_9ae_vectorEiS1_iPiPNS_17densesolverreportES1_PNS_8ae_stateE]
rmatrixmixedsolve ( ae_matrix* a, ae_matrix* lua, ae_vector* p, ae_int_t n, ae_vector* b, ae_int_t* info, struct densesolverreport* rep, ae_vector* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl17rmatrixmixedsolveEPNS_9ae_matrixES1_PNS_9ae_vectorEiS3_PiPNS_17densesolverreportES3_PNS_8ae_stateE]
rmatrixmixedsolvem ( ae_matrix* a, ae_matrix* lua, ae_vector* p, ae_int_t n, ae_matrix* b, ae_int_t m, ae_int_t* info, struct densesolverreport* rep, ae_matrix* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl18rmatrixmixedsolvemEPNS_9ae_matrixES1_PNS_9ae_vectorEiS1_iPiPNS_17densesolverreportES1_PNS_8ae_stateE]
rmatrixsolve ( ae_matrix* a, ae_int_t n, ae_vector* b, ae_int_t* info, struct densesolverreport* rep, ae_vector* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl12rmatrixsolveEPNS_9ae_matrixEiPNS_9ae_vectorEPiPNS_17densesolverreportES3_PNS_8ae_stateE]
rmatrixsolvels ( ae_matrix* a, ae_int_t nrows, ae_int_t ncols, ae_vector* b, double threshold, ae_int_t* info, struct densesolverlsreport* rep, ae_vector* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl14rmatrixsolvelsEPNS_9ae_matrixEiiPNS_9ae_vectorEdPiPNS_19densesolverlsreportES3_PNS_8ae_stateE]
rmatrixsolvem ( ae_matrix* a, ae_int_t n, ae_matrix* b, ae_int_t m, bool rfs, ae_int_t* info, struct densesolverreport* rep, ae_matrix* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl13rmatrixsolvemEPNS_9ae_matrixEiS1_ibPiPNS_17densesolverreportES1_PNS_8ae_stateE]
spdmatrixcholeskysolve ( ae_matrix* cha, ae_int_t n, bool isupper, ae_vector* b, ae_int_t* info, struct densesolverreport* rep, ae_vector* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl22spdmatrixcholeskysolveEPNS_9ae_matrixEibPNS_9ae_vectorEPiPNS_17densesolverreportES3_PNS_8ae_stateE]
spdmatrixcholeskysolvem ( ae_matrix* cha, ae_int_t n, bool isupper, ae_matrix* b, ae_int_t m, ae_int_t* info, struct densesolverreport* rep, ae_matrix* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl23spdmatrixcholeskysolvemEPNS_9ae_matrixEibS1_iPiPNS_17densesolverreportES1_PNS_8ae_stateE]
spdmatrixsolve ( ae_matrix* a, ae_int_t n, bool isupper, ae_vector* b, ae_int_t* info, struct densesolverreport* rep, ae_vector* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl14spdmatrixsolveEPNS_9ae_matrixEibPNS_9ae_vectorEPiPNS_17densesolverreportES3_PNS_8ae_stateE]
spdmatrixsolvem ( ae_matrix* a, ae_int_t n, bool isupper, ae_matrix* b, ae_int_t m, ae_int_t* info, struct densesolverreport* rep, ae_matrix* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl15spdmatrixsolvemEPNS_9ae_matrixEibS1_iPiPNS_17densesolverreportES1_PNS_8ae_stateE]
specialfunctions.h,
libalglib.so
namespace alglib
airy ( double const x, double& ai, double& aip, double& bi, double& bip )
[symbol: _ZN6alglib4airyEdRdS0_S0_S0_]
besseli0 ( double const x )
[symbol: _ZN6alglib8besseli0Ed]
besseli1 ( double const x )
[symbol: _ZN6alglib8besseli1Ed]
besselj0 ( double const x )
[symbol: _ZN6alglib8besselj0Ed]
besselj1 ( double const x )
[symbol: _ZN6alglib8besselj1Ed]
besseljn ( ae_int_t const n, double const x )
[symbol: _ZN6alglib8besseljnEid]
besselk0 ( double const x )
[symbol: _ZN6alglib8besselk0Ed]
besselk1 ( double const x )
[symbol: _ZN6alglib8besselk1Ed]
besselkn ( ae_int_t const nn, double const x )
[symbol: _ZN6alglib8besselknEid]
bessely0 ( double const x )
[symbol: _ZN6alglib8bessely0Ed]
bessely1 ( double const x )
[symbol: _ZN6alglib8bessely1Ed]
besselyn ( ae_int_t const n, double const x )
[symbol: _ZN6alglib8besselynEid]
beta ( double const a, double const b )
[symbol: _ZN6alglib4betaEdd]
binomialcdistribution ( ae_int_t const k, ae_int_t const n, double const p )
[symbol: _ZN6alglib21binomialcdistributionEiid]
binomialdistribution ( ae_int_t const k, ae_int_t const n, double const p )
[symbol: _ZN6alglib20binomialdistributionEiid]
chebyshevcalculate ( ae_int_t const r, ae_int_t const n, double const x )
[symbol: _ZN6alglib18chebyshevcalculateEiid]
chebyshevcoefficients ( ae_int_t const n, real_1d_array& c )
[symbol: _ZN6alglib21chebyshevcoefficientsEiRNS_13real_1d_arrayE]
chebyshevsum ( real_1d_array const& c, ae_int_t const r, ae_int_t const n, double const x )
[symbol: _ZN6alglib12chebyshevsumERKNS_13real_1d_arrayEiid]
chisquarecdistribution ( double const v, double const x )
[symbol: _ZN6alglib22chisquarecdistributionEdd]
chisquaredistribution ( double const v, double const x )
[symbol: _ZN6alglib21chisquaredistributionEdd]
dawsonintegral ( double const x )
[symbol: _ZN6alglib14dawsonintegralEd]
ellipticintegrale ( double const m )
[symbol: _ZN6alglib17ellipticintegraleEd]
ellipticintegralk ( double const m )
[symbol: _ZN6alglib17ellipticintegralkEd]
ellipticintegralkhighprecision ( double const m1 )
[symbol: _ZN6alglib30ellipticintegralkhighprecisionEd]
errorfunction ( double const x )
[symbol: _ZN6alglib13errorfunctionEd]
errorfunctionc ( double const x )
[symbol: _ZN6alglib14errorfunctioncEd]
exponentialintegralei ( double const x )
[symbol: _ZN6alglib21exponentialintegraleiEd]
exponentialintegralen ( double const x, ae_int_t const n )
[symbol: _ZN6alglib21exponentialintegralenEdi]
fcdistribution ( ae_int_t const a, ae_int_t const b, double const x )
[symbol: _ZN6alglib14fcdistributionEiid]
fdistribution ( ae_int_t const a, ae_int_t const b, double const x )
[symbol: _ZN6alglib13fdistributionEiid]
fresnelintegral ( double const x, double& c, double& s )
[symbol: _ZN6alglib15fresnelintegralEdRdS0_]
fromchebyshev ( real_1d_array const& a, ae_int_t const n, real_1d_array& b )
[symbol: _ZN6alglib13fromchebyshevERKNS_13real_1d_arrayEiRS0_]
gammafunction ( double const x )
[symbol: _ZN6alglib13gammafunctionEd]
hermitecalculate ( ae_int_t const n, double const x )
[symbol: _ZN6alglib16hermitecalculateEid]
hermitecoefficients ( ae_int_t const n, real_1d_array& c )
[symbol: _ZN6alglib19hermitecoefficientsEiRNS_13real_1d_arrayE]
hermitesum ( real_1d_array const& c, ae_int_t const n, double const x )
[symbol: _ZN6alglib10hermitesumERKNS_13real_1d_arrayEid]
hyperbolicsinecosineintegrals ( double const x, double& shi, double& chi )
[symbol: _ZN6alglib29hyperbolicsinecosineintegralsEdRdS0_]
incompletebeta ( double const a, double const b, double const x )
[symbol: _ZN6alglib14incompletebetaEddd]
incompleteellipticintegrale ( double const phi, double const m )
[symbol: _ZN6alglib27incompleteellipticintegraleEdd]
incompleteellipticintegralk ( double const phi, double const m )
[symbol: _ZN6alglib27incompleteellipticintegralkEdd]
incompletegamma ( double const a, double const x )
[symbol: _ZN6alglib15incompletegammaEdd]
incompletegammac ( double const a, double const x )
[symbol: _ZN6alglib16incompletegammacEdd]
invbinomialdistribution ( ae_int_t const k, ae_int_t const n, double const y )
[symbol: _ZN6alglib23invbinomialdistributionEiid]
invchisquaredistribution ( double const v, double const y )
[symbol: _ZN6alglib24invchisquaredistributionEdd]
inverf ( double const e )
[symbol: _ZN6alglib6inverfEd]
invfdistribution ( ae_int_t const a, ae_int_t const b, double const y )
[symbol: _ZN6alglib16invfdistributionEiid]
invincompletebeta ( double const a, double const b, double const y )
[symbol: _ZN6alglib17invincompletebetaEddd]
invincompletegammac ( double const a, double const y0 )
[symbol: _ZN6alglib19invincompletegammacEdd]
invnormaldistribution ( double const y0 )
[symbol: _ZN6alglib21invnormaldistributionEd]
invpoissondistribution ( ae_int_t const k, double const y )
[symbol: _ZN6alglib22invpoissondistributionEid]
invstudenttdistribution ( ae_int_t const k, double const p )
[symbol: _ZN6alglib23invstudenttdistributionEid]
jacobianellipticfunctions ( double const u, double const m, double& sn, double& cn, double& dn, double& ph )
[symbol: _ZN6alglib25jacobianellipticfunctionsEddRdS0_S0_S0_]
laguerrecalculate ( ae_int_t const n, double const x )
[symbol: _ZN6alglib17laguerrecalculateEid]
laguerrecoefficients ( ae_int_t const n, real_1d_array& c )
[symbol: _ZN6alglib20laguerrecoefficientsEiRNS_13real_1d_arrayE]
laguerresum ( real_1d_array const& c, ae_int_t const n, double const x )
[symbol: _ZN6alglib11laguerresumERKNS_13real_1d_arrayEid]
legendrecalculate ( ae_int_t const n, double const x )
[symbol: _ZN6alglib17legendrecalculateEid]
legendrecoefficients ( ae_int_t const n, real_1d_array& c )
[symbol: _ZN6alglib20legendrecoefficientsEiRNS_13real_1d_arrayE]
legendresum ( real_1d_array const& c, ae_int_t const n, double const x )
[symbol: _ZN6alglib11legendresumERKNS_13real_1d_arrayEid]
lngamma ( double const x, double& sgngam )
[symbol: _ZN6alglib7lngammaEdRd]
normaldistribution ( double const x )
[symbol: _ZN6alglib18normaldistributionEd]
poissoncdistribution ( ae_int_t const k, double const m )
[symbol: _ZN6alglib20poissoncdistributionEid]
poissondistribution ( ae_int_t const k, double const m )
[symbol: _ZN6alglib19poissondistributionEid]
psi ( double const x )
[symbol: _ZN6alglib3psiEd]
sinecosineintegrals ( double const x, double& si, double& ci )
[symbol: _ZN6alglib19sinecosineintegralsEdRdS0_]
studenttdistribution ( ae_int_t const k, double const t )
[symbol: _ZN6alglib20studenttdistributionEid]
specialfunctions.h,
libalglib.so
namespace alglib_impl
airy ( double x, double* ai, double* aip, double* bi, double* bip, struct ae_state* _state )
[symbol: _ZN11alglib_impl4airyEdPdS0_S0_S0_PNS_8ae_stateE]
besseli0 ( double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl8besseli0EdPNS_8ae_stateE]
besseli1 ( double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl8besseli1EdPNS_8ae_stateE]
besselj0 ( double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl8besselj0EdPNS_8ae_stateE]
besselj1 ( double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl8besselj1EdPNS_8ae_stateE]
besseljn ( ae_int_t n, double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl8besseljnEidPNS_8ae_stateE]
besselk0 ( double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl8besselk0EdPNS_8ae_stateE]
besselk1 ( double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl8besselk1EdPNS_8ae_stateE]
besselkn ( ae_int_t nn, double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl8besselknEidPNS_8ae_stateE]
bessely0 ( double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl8bessely0EdPNS_8ae_stateE]
bessely1 ( double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl8bessely1EdPNS_8ae_stateE]
besselyn ( ae_int_t n, double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl8besselynEidPNS_8ae_stateE]
beta ( double a, double b, struct ae_state* _state )
[symbol: _ZN11alglib_impl4betaEddPNS_8ae_stateE]
binomialcdistribution ( ae_int_t k, ae_int_t n, double p, struct ae_state* _state )
[symbol: _ZN11alglib_impl21binomialcdistributionEiidPNS_8ae_stateE]
binomialdistribution ( ae_int_t k, ae_int_t n, double p, struct ae_state* _state )
[symbol: _ZN11alglib_impl20binomialdistributionEiidPNS_8ae_stateE]
chebyshevcalculate ( ae_int_t r, ae_int_t n, double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl18chebyshevcalculateEiidPNS_8ae_stateE]
chebyshevcoefficients ( ae_int_t n, ae_vector* c, struct ae_state* _state )
[symbol: _ZN11alglib_impl21chebyshevcoefficientsEiPNS_9ae_vectorEPNS_8ae_stateE]
chebyshevsum ( ae_vector* c, ae_int_t r, ae_int_t n, double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl12chebyshevsumEPNS_9ae_vectorEiidPNS_8ae_stateE]
chisquarecdistribution ( double v, double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl22chisquarecdistributionEddPNS_8ae_stateE]
chisquaredistribution ( double v, double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl21chisquaredistributionEddPNS_8ae_stateE]
dawsonintegral ( double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl14dawsonintegralEdPNS_8ae_stateE]
ellipticintegrale ( double m, struct ae_state* _state )
[symbol: _ZN11alglib_impl17ellipticintegraleEdPNS_8ae_stateE]
ellipticintegralk ( double m, struct ae_state* _state )
[symbol: _ZN11alglib_impl17ellipticintegralkEdPNS_8ae_stateE]
ellipticintegralkhighprecision ( double m1, struct ae_state* _state )
[symbol: _ZN11alglib_impl30ellipticintegralkhighprecisionEdPNS_8ae_stateE]
errorfunction ( double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl13errorfunctionEdPNS_8ae_stateE]
errorfunctionc ( double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl14errorfunctioncEdPNS_8ae_stateE]
exponentialintegralei ( double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl21exponentialintegraleiEdPNS_8ae_stateE]
exponentialintegralen ( double x, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl21exponentialintegralenEdiPNS_8ae_stateE]
fcdistribution ( ae_int_t a, ae_int_t b, double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl14fcdistributionEiidPNS_8ae_stateE]
fdistribution ( ae_int_t a, ae_int_t b, double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl13fdistributionEiidPNS_8ae_stateE]
fresnelintegral ( double x, double* c, double* s, struct ae_state* _state )
[symbol: _ZN11alglib_impl15fresnelintegralEdPdS0_PNS_8ae_stateE]
fromchebyshev ( ae_vector* a, ae_int_t n, ae_vector* b, struct ae_state* _state )
[symbol: _ZN11alglib_impl13fromchebyshevEPNS_9ae_vectorEiS1_PNS_8ae_stateE]
gammafunction ( double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl13gammafunctionEdPNS_8ae_stateE]
hermitecalculate ( ae_int_t n, double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl16hermitecalculateEidPNS_8ae_stateE]
hermitecoefficients ( ae_int_t n, ae_vector* c, struct ae_state* _state )
[symbol: _ZN11alglib_impl19hermitecoefficientsEiPNS_9ae_vectorEPNS_8ae_stateE]
hermitesum ( ae_vector* c, ae_int_t n, double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl10hermitesumEPNS_9ae_vectorEidPNS_8ae_stateE]
hyperbolicsinecosineintegrals ( double x, double* shi, double* chi, struct ae_state* _state )
[symbol: _ZN11alglib_impl29hyperbolicsinecosineintegralsEdPdS0_PNS_8ae_stateE]
incompletebeta ( double a, double b, double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl14incompletebetaEdddPNS_8ae_stateE]
incompleteellipticintegrale ( double phi, double m, struct ae_state* _state )
[symbol: _ZN11alglib_impl27incompleteellipticintegraleEddPNS_8ae_stateE]
incompleteellipticintegralk ( double phi, double m, struct ae_state* _state )
[symbol: _ZN11alglib_impl27incompleteellipticintegralkEddPNS_8ae_stateE]
incompletegamma ( double a, double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl15incompletegammaEddPNS_8ae_stateE]
incompletegammac ( double a, double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl16incompletegammacEddPNS_8ae_stateE]
invbinomialdistribution ( ae_int_t k, ae_int_t n, double y, struct ae_state* _state )
[symbol: _ZN11alglib_impl23invbinomialdistributionEiidPNS_8ae_stateE]
invchisquaredistribution ( double v, double y, struct ae_state* _state )
[symbol: _ZN11alglib_impl24invchisquaredistributionEddPNS_8ae_stateE]
inverf ( double e, struct ae_state* _state )
[symbol: _ZN11alglib_impl6inverfEdPNS_8ae_stateE]
invfdistribution ( ae_int_t a, ae_int_t b, double y, struct ae_state* _state )
[symbol: _ZN11alglib_impl16invfdistributionEiidPNS_8ae_stateE]
invincompletebeta ( double a, double b, double y, struct ae_state* _state )
[symbol: _ZN11alglib_impl17invincompletebetaEdddPNS_8ae_stateE]
invincompletegammac ( double a, double y0, struct ae_state* _state )
[symbol: _ZN11alglib_impl19invincompletegammacEddPNS_8ae_stateE]
invnormaldistribution ( double y0, struct ae_state* _state )
[symbol: _ZN11alglib_impl21invnormaldistributionEdPNS_8ae_stateE]
invpoissondistribution ( ae_int_t k, double y, struct ae_state* _state )
[symbol: _ZN11alglib_impl22invpoissondistributionEidPNS_8ae_stateE]
invstudenttdistribution ( ae_int_t k, double p, struct ae_state* _state )
[symbol: _ZN11alglib_impl23invstudenttdistributionEidPNS_8ae_stateE]
jacobianellipticfunctions ( double u, double m, double* sn, double* cn, double* dn, double* ph, struct ae_state* _state )
[symbol: _ZN11alglib_impl25jacobianellipticfunctionsEddPdS0_S0_S0_PNS_8ae_stateE]
laguerrecalculate ( ae_int_t n, double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl17laguerrecalculateEidPNS_8ae_stateE]
laguerrecoefficients ( ae_int_t n, ae_vector* c, struct ae_state* _state )
[symbol: _ZN11alglib_impl20laguerrecoefficientsEiPNS_9ae_vectorEPNS_8ae_stateE]
laguerresum ( ae_vector* c, ae_int_t n, double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl11laguerresumEPNS_9ae_vectorEidPNS_8ae_stateE]
legendrecalculate ( ae_int_t n, double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl17legendrecalculateEidPNS_8ae_stateE]
legendrecoefficients ( ae_int_t n, ae_vector* c, struct ae_state* _state )
[symbol: _ZN11alglib_impl20legendrecoefficientsEiPNS_9ae_vectorEPNS_8ae_stateE]
legendresum ( ae_vector* c, ae_int_t n, double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl11legendresumEPNS_9ae_vectorEidPNS_8ae_stateE]
lngamma ( double x, double* sgngam, struct ae_state* _state )
[symbol: _ZN11alglib_impl7lngammaEdPdPNS_8ae_stateE]
normaldistribution ( double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl18normaldistributionEdPNS_8ae_stateE]
poissoncdistribution ( ae_int_t k, double m, struct ae_state* _state )
[symbol: _ZN11alglib_impl20poissoncdistributionEidPNS_8ae_stateE]
poissondistribution ( ae_int_t k, double m, struct ae_state* _state )
[symbol: _ZN11alglib_impl19poissondistributionEidPNS_8ae_stateE]
psi ( double x, struct ae_state* _state )
[symbol: _ZN11alglib_impl3psiEdPNS_8ae_stateE]
sinecosineintegrals ( double x, double* si, double* ci, struct ae_state* _state )
[symbol: _ZN11alglib_impl19sinecosineintegralsEdPdS0_PNS_8ae_stateE]
studenttdistribution ( ae_int_t k, double t, struct ae_state* _state )
[symbol: _ZN11alglib_impl20studenttdistributionEidPNS_8ae_stateE]
statistics.h,
libalglib.so
namespace alglib
ftest ( real_1d_array const& x, ae_int_t const n, real_1d_array const& y, ae_int_t const m, double& bothtails, double& lefttail, double& righttail )
[symbol: _ZN6alglib5ftestERKNS_13real_1d_arrayEiS2_iRdS3_S3_]
jarqueberatest ( real_1d_array const& x, ae_int_t const n, double& p )
[symbol: _ZN6alglib14jarqueberatestERKNS_13real_1d_arrayEiRd]
mannwhitneyutest ( real_1d_array const& x, ae_int_t const n, real_1d_array const& y, ae_int_t const m, double& bothtails, double& lefttail, double& righttail )
[symbol: _ZN6alglib16mannwhitneyutestERKNS_13real_1d_arrayEiS2_iRdS3_S3_]
onesamplesigntest ( real_1d_array const& x, ae_int_t const n, double const median, double& bothtails, double& lefttail, double& righttail )
[symbol: _ZN6alglib17onesamplesigntestERKNS_13real_1d_arrayEidRdS3_S3_]
onesamplevariancetest ( real_1d_array const& x, ae_int_t const n, double const variance, double& bothtails, double& lefttail, double& righttail )
[symbol: _ZN6alglib21onesamplevariancetestERKNS_13real_1d_arrayEidRdS3_S3_]
pearsoncorrelation ( real_1d_array const& x, real_1d_array const& y, ae_int_t const n )
[symbol: _ZN6alglib18pearsoncorrelationERKNS_13real_1d_arrayES2_i]
pearsoncorrelationsignificance ( double const r, ae_int_t const n, double& bothtails, double& lefttail, double& righttail )
[symbol: _ZN6alglib30pearsoncorrelationsignificanceEdiRdS0_S0_]
sampleadev ( real_1d_array const& x, ae_int_t const n, double& adev )
[symbol: _ZN6alglib10sampleadevERKNS_13real_1d_arrayEiRd]
samplemedian ( real_1d_array const& x, ae_int_t const n, double& median )
[symbol: _ZN6alglib12samplemedianERKNS_13real_1d_arrayEiRd]
samplemoments ( real_1d_array const& x, ae_int_t const n, double& mean, double& variance, double& skewness, double& kurtosis )
[symbol: _ZN6alglib13samplemomentsERKNS_13real_1d_arrayEiRdS3_S3_S3_]
samplepercentile ( real_1d_array const& x, ae_int_t const n, double const p, double& v )
[symbol: _ZN6alglib16samplepercentileERKNS_13real_1d_arrayEidRd]
spearmanrankcorrelation ( real_1d_array const& x, real_1d_array const& y, ae_int_t const n )
[symbol: _ZN6alglib23spearmanrankcorrelationERKNS_13real_1d_arrayES2_i]
spearmanrankcorrelationsignificance ( double const r, ae_int_t const n, double& bothtails, double& lefttail, double& righttail )
[symbol: _ZN6alglib35spearmanrankcorrelationsignificanceEdiRdS0_S0_]
studentttest1 ( real_1d_array const& x, ae_int_t const n, double const mean, double& bothtails, double& lefttail, double& righttail )
[symbol: _ZN6alglib13studentttest1ERKNS_13real_1d_arrayEidRdS3_S3_]
studentttest2 ( real_1d_array const& x, ae_int_t const n, real_1d_array const& y, ae_int_t const m, double& bothtails, double& lefttail, double& righttail )
[symbol: _ZN6alglib13studentttest2ERKNS_13real_1d_arrayEiS2_iRdS3_S3_]
unequalvariancettest ( real_1d_array const& x, ae_int_t const n, real_1d_array const& y, ae_int_t const m, double& bothtails, double& lefttail, double& righttail )
[symbol: _ZN6alglib20unequalvariancettestERKNS_13real_1d_arrayEiS2_iRdS3_S3_]
wilcoxonsignedranktest ( real_1d_array const& x, ae_int_t const n, double const e, double& bothtails, double& lefttail, double& righttail )
[symbol: _ZN6alglib22wilcoxonsignedranktestERKNS_13real_1d_arrayEidRdS3_S3_]
statistics.h,
libalglib.so
namespace alglib_impl
calculateadev ( ae_vector* x, ae_int_t n, double* adev, struct ae_state* _state )
[symbol: _ZN11alglib_impl13calculateadevEPNS_9ae_vectorEiPdPNS_8ae_stateE]
calculatemedian ( ae_vector* x, ae_int_t n, double* median, struct ae_state* _state )
[symbol: _ZN11alglib_impl15calculatemedianEPNS_9ae_vectorEiPdPNS_8ae_stateE]
calculatemoments ( ae_vector* x, ae_int_t n, double* mean, double* variance, double* skewness, double* kurtosis, struct ae_state* _state )
[symbol: _ZN11alglib_impl16calculatemomentsEPNS_9ae_vectorEiPdS2_S2_S2_PNS_8ae_stateE]
calculatepercentile ( ae_vector* x, ae_int_t n, double p, double* v, struct ae_state* _state )
[symbol: _ZN11alglib_impl19calculatepercentileEPNS_9ae_vectorEidPdPNS_8ae_stateE]
ftest ( ae_vector* x, ae_int_t n, ae_vector* y, ae_int_t m, double* bothtails, double* lefttail, double* righttail, struct ae_state* _state )
[symbol: _ZN11alglib_impl5ftestEPNS_9ae_vectorEiS1_iPdS2_S2_PNS_8ae_stateE]
jarqueberatest ( ae_vector* x, ae_int_t n, double* p, struct ae_state* _state )
[symbol: _ZN11alglib_impl14jarqueberatestEPNS_9ae_vectorEiPdPNS_8ae_stateE]
mannwhitneyutest ( ae_vector* x, ae_int_t n, ae_vector* y, ae_int_t m, double* bothtails, double* lefttail, double* righttail, struct ae_state* _state )
[symbol: _ZN11alglib_impl16mannwhitneyutestEPNS_9ae_vectorEiS1_iPdS2_S2_PNS_8ae_stateE]
onesamplesigntest ( ae_vector* x, ae_int_t n, double median, double* bothtails, double* lefttail, double* righttail, struct ae_state* _state )
[symbol: _ZN11alglib_impl17onesamplesigntestEPNS_9ae_vectorEidPdS2_S2_PNS_8ae_stateE]
onesamplevariancetest ( ae_vector* x, ae_int_t n, double variance, double* bothtails, double* lefttail, double* righttail, struct ae_state* _state )
[symbol: _ZN11alglib_impl21onesamplevariancetestEPNS_9ae_vectorEidPdS2_S2_PNS_8ae_stateE]
pearsoncorrelation ( ae_vector* x, ae_vector* y, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl18pearsoncorrelationEPNS_9ae_vectorES1_iPNS_8ae_stateE]
pearsoncorrelationsignificance ( double r, ae_int_t n, double* bothtails, double* lefttail, double* righttail, struct ae_state* _state )
[symbol: _ZN11alglib_impl30pearsoncorrelationsignificanceEdiPdS0_S0_PNS_8ae_stateE]
sampleadev ( ae_vector* x, ae_int_t n, double* adev, struct ae_state* _state )
[symbol: _ZN11alglib_impl10sampleadevEPNS_9ae_vectorEiPdPNS_8ae_stateE]
samplemedian ( ae_vector* x, ae_int_t n, double* median, struct ae_state* _state )
[symbol: _ZN11alglib_impl12samplemedianEPNS_9ae_vectorEiPdPNS_8ae_stateE]
samplemoments ( ae_vector* x, ae_int_t n, double* mean, double* variance, double* skewness, double* kurtosis, struct ae_state* _state )
[symbol: _ZN11alglib_impl13samplemomentsEPNS_9ae_vectorEiPdS2_S2_S2_PNS_8ae_stateE]
samplepercentile ( ae_vector* x, ae_int_t n, double p, double* v, struct ae_state* _state )
[symbol: _ZN11alglib_impl16samplepercentileEPNS_9ae_vectorEidPdPNS_8ae_stateE]
spearmanrankcorrelation ( ae_vector* x, ae_vector* y, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl23spearmanrankcorrelationEPNS_9ae_vectorES1_iPNS_8ae_stateE]
spearmanrankcorrelationsignificance ( double r, ae_int_t n, double* bothtails, double* lefttail, double* righttail, struct ae_state* _state )
[symbol: _ZN11alglib_impl35spearmanrankcorrelationsignificanceEdiPdS0_S0_PNS_8ae_stateE]
studentttest1 ( ae_vector* x, ae_int_t n, double mean, double* bothtails, double* lefttail, double* righttail, struct ae_state* _state )
[symbol: _ZN11alglib_impl13studentttest1EPNS_9ae_vectorEidPdS2_S2_PNS_8ae_stateE]
studentttest2 ( ae_vector* x, ae_int_t n, ae_vector* y, ae_int_t m, double* bothtails, double* lefttail, double* righttail, struct ae_state* _state )
[symbol: _ZN11alglib_impl13studentttest2EPNS_9ae_vectorEiS1_iPdS2_S2_PNS_8ae_stateE]
unequalvariancettest ( ae_vector* x, ae_int_t n, ae_vector* y, ae_int_t m, double* bothtails, double* lefttail, double* righttail, struct ae_state* _state )
[symbol: _ZN11alglib_impl20unequalvariancettestEPNS_9ae_vectorEiS1_iPdS2_S2_PNS_8ae_stateE]
wilcoxonsignedranktest ( ae_vector* x, ae_int_t n, double e, double* bothtails, double* lefttail, double* righttail, struct ae_state* _state )
[symbol: _ZN11alglib_impl22wilcoxonsignedranktestEPNS_9ae_vectorEidPdS2_S2_PNS_8ae_stateE]
to the top
Removed Symbols (277)
ablas.h,
libalglib.so
ablasmicroblocksize ( )
[symbol: _Z19ablasmicroblocksizev]
airyf.h,
libalglib.so
airy ( double x, double& ai, double& aip, double& bi, double& bip )
[symbol: _Z4airydRdS_S_S_]
ap.h,
libalglib.so
namespace ap
abscomplex ( complex const& z )
[symbol: _ZN2ap10abscomplexERKNS_7complexE]
afree ( void* block )
[symbol: _ZN2ap5afreeEPv]
amalloc ( size_t size, size_t alignment )
[symbol: _ZN2ap7amallocEjj]
conj ( complex const& z )
[symbol: _ZN2ap4conjERKNS_7complexE]
csqr ( complex const& z )
[symbol: _ZN2ap4csqrERKNS_7complexE]
fp_eq ( double v1, double v2 )
[symbol: _ZN2ap5fp_eqEdd]
fp_greater ( double v1, double v2 )
[symbol: _ZN2ap10fp_greaterEdd]
fp_greater_eq ( double v1, double v2 )
[symbol: _ZN2ap13fp_greater_eqEdd]
fp_less ( double v1, double v2 )
[symbol: _ZN2ap7fp_lessEdd]
fp_less_eq ( double v1, double v2 )
[symbol: _ZN2ap10fp_less_eqEdd]
fp_neq ( double v1, double v2 )
[symbol: _ZN2ap6fp_neqEdd]
iceil ( double x )
[symbol: _ZN2ap5iceilEd]
ifloor ( double x )
[symbol: _ZN2ap6ifloorEd]
machineepsilon [data]
[symbol: _ZN2ap14machineepsilonE]
maxint ( int m1, int m2 )
[symbol: _ZN2ap6maxintEii]
maxreal ( double m1, double m2 )
[symbol: _ZN2ap7maxrealEdd]
maxrealnumber [data]
[symbol: _ZN2ap13maxrealnumberE]
minint ( int m1, int m2 )
[symbol: _ZN2ap6minintEii]
minreal ( double m1, double m2 )
[symbol: _ZN2ap7minrealEdd]
minrealnumber [data]
[symbol: _ZN2ap13minrealnumberE]
operator!= ( complex const& lhs, complex const& rhs )
[symbol: _ZN2apneERKNS_7complexES2_]
operator* ( complex const& lhs, complex const& rhs )
[symbol: _ZN2apmlERKNS_7complexES2_]
operator* ( complex const& lhs, double const& rhs )
[symbol: _ZN2apmlERKNS_7complexERKd]
operator* ( double const& lhs, complex const& rhs )
[symbol: _ZN2apmlERKdRKNS_7complexE]
operator+ ( complex const& lhs )
[symbol: _ZN2appsERKNS_7complexE]
operator+ ( complex const& lhs, complex const& rhs )
[symbol: _ZN2applERKNS_7complexES2_]
operator+ ( complex const& lhs, double const& rhs )
[symbol: _ZN2applERKNS_7complexERKd]
operator+ ( double const& lhs, complex const& rhs )
[symbol: _ZN2applERKdRKNS_7complexE]
operator- ( complex const& lhs )
[symbol: _ZN2apngERKNS_7complexE]
operator- ( complex const& lhs, complex const& rhs )
[symbol: _ZN2apmiERKNS_7complexES2_]
operator- ( complex const& lhs, double const& rhs )
[symbol: _ZN2apmiERKNS_7complexERKd]
operator- ( double const& lhs, complex const& rhs )
[symbol: _ZN2apmiERKdRKNS_7complexE]
operator/ ( complex const& lhs, complex const& rhs )
[symbol: _ZN2apdvERKNS_7complexES2_]
operator/ ( complex const& lhs, double const& rhs )
[symbol: _ZN2apdvERKNS_7complexERKd]
operator/ ( double const& lhs, complex const& rhs )
[symbol: _ZN2apdvERKdRKNS_7complexE]
operator == ( complex const& lhs, complex const& rhs )
[symbol: _ZN2apeqERKNS_7complexES2_]
pi ( )
[symbol: _ZN2ap2piEv]
randominteger ( int maxv )
[symbol: _ZN2ap13randomintegerEi]
randomreal ( )
[symbol: _ZN2ap10randomrealEv]
round ( double x )
[symbol: _ZN2ap5roundEd]
sign ( double x )
[symbol: _ZN2ap4signEd]
sqr ( double x )
[symbol: _ZN2ap3sqrEd]
trunc ( double x )
[symbol: _ZN2ap5truncEd]
vadd ( complex* vdst, complex const* vsrc, int N )
[symbol: _ZN2ap4vaddEPNS_7complexEPKS0_i]
vadd ( complex* vdst, complex const* vsrc, int N, complex alpha )
[symbol: _ZN2ap4vaddEPNS_7complexEPKS0_iS0_]
vadd ( complex* vdst, complex const* vsrc, int N, double alpha )
[symbol: _ZN2ap4vaddEPNS_7complexEPKS0_id]
vadd ( complex* vdst, int stride_dst, complex const* vsrc, int stride_src, char const* conj_src, int n )
[symbol: _ZN2ap4vaddEPNS_7complexEiPKS0_iPKci]
vadd ( complex* vdst, int stride_dst, complex const* vsrc, int stride_src, char const* conj_src, int n, complex alpha )
[symbol: _ZN2ap4vaddEPNS_7complexEiPKS0_iPKciS0_]
vadd ( complex* vdst, int stride_dst, complex const* vsrc, int stride_src, char const* conj_src, int n, double alpha )
[symbol: _ZN2ap4vaddEPNS_7complexEiPKS0_iPKcid]
vadd ( double* vdst, double const* vsrc, int N )
[symbol: _ZN2ap4vaddEPdPKdi]
vadd ( double* vdst, double const* vsrc, int N, double alpha )
[symbol: _ZN2ap4vaddEPdPKdid]
vadd ( double* vdst, int stride_dst, double const* vsrc, int stride_src, int n )
[symbol: _ZN2ap4vaddEPdiPKdii]
vadd ( double* vdst, int stride_dst, double const* vsrc, int stride_src, int n, double alpha )
[symbol: _ZN2ap4vaddEPdiPKdiid]
vdotproduct ( complex const* v0, int stride0, char const* conj0, complex const* v1, int stride1, char const* conj1, int n )
[symbol: _ZN2ap11vdotproductEPKNS_7complexEiPKcS2_iS4_i]
vdotproduct ( complex const* v1, complex const* v2, int N )
[symbol: _ZN2ap11vdotproductEPKNS_7complexES2_i]
vdotproduct ( double const* v0, int stride0, double const* v1, int stride1, int n )
[symbol: _ZN2ap11vdotproductEPKdiS1_ii]
vdotproduct ( double const* v1, double const* v2, int N )
[symbol: _ZN2ap11vdotproductEPKdS1_i]
vlen ( int n1, int n2 )
[symbol: _ZN2ap4vlenEii]
vmove ( complex* vdst, complex const* vsrc, int N )
[symbol: _ZN2ap5vmoveEPNS_7complexEPKS0_i]
vmove ( complex* vdst, complex const* vsrc, int N, complex alpha )
[symbol: _ZN2ap5vmoveEPNS_7complexEPKS0_iS0_]
vmove ( complex* vdst, complex const* vsrc, int N, double alpha )
[symbol: _ZN2ap5vmoveEPNS_7complexEPKS0_id]
vmove ( complex* vdst, int stride_dst, complex const* vsrc, int stride_src, char const* conj_src, int n )
[symbol: _ZN2ap5vmoveEPNS_7complexEiPKS0_iPKci]
vmove ( complex* vdst, int stride_dst, complex const* vsrc, int stride_src, char const* conj_src, int n, complex alpha )
[symbol: _ZN2ap5vmoveEPNS_7complexEiPKS0_iPKciS0_]
vmove ( complex* vdst, int stride_dst, complex const* vsrc, int stride_src, char const* conj_src, int n, double alpha )
[symbol: _ZN2ap5vmoveEPNS_7complexEiPKS0_iPKcid]
vmove ( double* vdst, double const* vsrc, int N )
[symbol: _ZN2ap5vmoveEPdPKdi]
vmove ( double* vdst, double const* vsrc, int N, double alpha )
[symbol: _ZN2ap5vmoveEPdPKdid]
vmove ( double* vdst, int stride_dst, double const* vsrc, int stride_src, int n )
[symbol: _ZN2ap5vmoveEPdiPKdii]
vmove ( double* vdst, int stride_dst, double const* vsrc, int stride_src, int n, double alpha )
[symbol: _ZN2ap5vmoveEPdiPKdiid]
vmoveneg ( complex* vdst, complex const* vsrc, int N )
[symbol: _ZN2ap8vmovenegEPNS_7complexEPKS0_i]
vmoveneg ( complex* vdst, int stride_dst, complex const* vsrc, int stride_src, char const* conj_src, int n )
[symbol: _ZN2ap8vmovenegEPNS_7complexEiPKS0_iPKci]
vmoveneg ( double* vdst, double const* vsrc, int N )
[symbol: _ZN2ap8vmovenegEPdPKdi]
vmoveneg ( double* vdst, int stride_dst, double const* vsrc, int stride_src, int n )
[symbol: _ZN2ap8vmovenegEPdiPKdii]
vmul ( complex* vdst, int N, complex alpha )
[symbol: _ZN2ap4vmulEPNS_7complexEiS0_]
vmul ( complex* vdst, int N, double alpha )
[symbol: _ZN2ap4vmulEPNS_7complexEid]
vmul ( complex* vdst, int stride_dst, int n, complex alpha )
[symbol: _ZN2ap4vmulEPNS_7complexEiiS0_]
vmul ( complex* vdst, int stride_dst, int n, double alpha )
[symbol: _ZN2ap4vmulEPNS_7complexEiid]
vmul ( double* vdst, int N, double alpha )
[symbol: _ZN2ap4vmulEPdid]
vmul ( double* vdst, int stride_dst, int n, double alpha )
[symbol: _ZN2ap4vmulEPdiid]
vsub ( complex* vdst, complex const* vsrc, int N )
[symbol: _ZN2ap4vsubEPNS_7complexEPKS0_i]
vsub ( complex* vdst, complex const* vsrc, int N, complex alpha )
[symbol: _ZN2ap4vsubEPNS_7complexEPKS0_iS0_]
vsub ( complex* vdst, complex const* vsrc, int N, double alpha )
[symbol: _ZN2ap4vsubEPNS_7complexEPKS0_id]
vsub ( complex* vdst, int stride_dst, complex const* vsrc, int stride_src, char const* conj_src, int n )
[symbol: _ZN2ap4vsubEPNS_7complexEiPKS0_iPKci]
vsub ( complex* vdst, int stride_dst, complex const* vsrc, int stride_src, char const* conj_src, int n, complex alpha )
[symbol: _ZN2ap4vsubEPNS_7complexEiPKS0_iPKciS0_]
vsub ( complex* vdst, int stride_dst, complex const* vsrc, int stride_src, char const* conj_src, int n, double alpha )
[symbol: _ZN2ap4vsubEPNS_7complexEiPKS0_iPKcid]
vsub ( double* vdst, double const* vsrc, int N )
[symbol: _ZN2ap4vsubEPdPKdi]
vsub ( double* vdst, double const* vsrc, int N, double alpha )
[symbol: _ZN2ap4vsubEPdPKdid]
vsub ( double* vdst, int stride_dst, double const* vsrc, int stride_src, int n )
[symbol: _ZN2ap4vsubEPdiPKdii]
vsub ( double* vdst, int stride_dst, double const* vsrc, int stride_src, int n, double alpha )
[symbol: _ZN2ap4vsubEPdiPKdiid]
apserv.h,
libalglib.so
apperiodicmap ( double& x, double a, double b, double& k )
[symbol: _Z13apperiodicmapRdddS_]
safepythag2 ( double x, double y )
[symbol: _Z11safepythag2dd]
safepythag3 ( double x, double y, double z )
[symbol: _Z11safepythag3ddd]
autogk.h,
libalglib.so
autogkiteration ( struct autogkstate& state )
[symbol: _Z15autogkiterationR11autogkstate]
autogkresults ( struct autogkstate const& state, double& v, struct autogkreport& rep )
[symbol: _Z13autogkresultsRK11autogkstateRdR12autogkreport]
autogksingular ( double a, double b, double alpha, double beta, struct autogkstate& state )
[symbol: _Z14autogksingularddddR11autogkstate]
autogksmooth ( double a, double b, struct autogkstate& state )
[symbol: _Z12autogksmoothddR11autogkstate]
autogksmoothw ( double a, double b, double xwidth, struct autogkstate& state )
[symbol: _Z13autogksmoothwdddR11autogkstate]
bessel.h,
libalglib.so
besseli0 ( double x )
[symbol: _Z8besseli0d]
besseli1 ( double x )
[symbol: _Z8besseli1d]
besselj0 ( double x )
[symbol: _Z8besselj0d]
besselj1 ( double x )
[symbol: _Z8besselj1d]
besseljn ( int n, double x )
[symbol: _Z8besseljnid]
besselk0 ( double x )
[symbol: _Z8besselk0d]
besselk1 ( double x )
[symbol: _Z8besselk1d]
besselkn ( int nn, double x )
[symbol: _Z8besselknid]
bessely0 ( double x )
[symbol: _Z8bessely0d]
bessely1 ( double x )
[symbol: _Z8bessely1d]
besselyn ( int n, double x )
[symbol: _Z8besselynid]
betaf.h,
libalglib.so
beta ( double a, double b )
[symbol: _Z4betadd]
binomialdistr.h,
libalglib.so
binomialcdistribution ( int k, int n, double p )
[symbol: _Z21binomialcdistributioniid]
binomialdistribution ( int k, int n, double p )
[symbol: _Z20binomialdistributioniid]
invbinomialdistribution ( int k, int n, double y )
[symbol: _Z23invbinomialdistributioniid]
blas.h,
libalglib.so
pythag2 ( double x, double y )
[symbol: _Z7pythag2dd]
chebyshev.h,
libalglib.so
chebyshevcalculate ( int const& r, int const& n, double const& x )
[symbol: _Z18chebyshevcalculateRKiS0_RKd]
chisquaredistr.h,
libalglib.so
chisquarecdistribution ( double v, double x )
[symbol: _Z22chisquarecdistributiondd]
chisquaredistribution ( double v, double x )
[symbol: _Z21chisquaredistributiondd]
invchisquaredistribution ( double v, double y )
[symbol: _Z24invchisquaredistributiondd]
correlationtests.h,
libalglib.so
pearsoncorrelationsignificance ( double r, int n, double& bothtails, double& lefttail, double& righttail )
[symbol: _Z30pearsoncorrelationsignificancediRdS_S_]
spearmanrankcorrelationsignificance ( double r, int n, double& bothtails, double& lefttail, double& righttail )
[symbol: _Z35spearmanrankcorrelationsignificancediRdS_S_]
dawson.h,
libalglib.so
dawsonintegral ( double x )
[symbol: _Z14dawsonintegrald]
dforest.h,
libalglib.so
dfcopy ( struct decisionforest const& df1, struct decisionforest& df2 )
[symbol: _Z6dfcopyRK14decisionforestRS_]
elliptic.h,
libalglib.so
ellipticintegrale ( double m )
[symbol: _Z17ellipticintegraled]
ellipticintegralk ( double m )
[symbol: _Z17ellipticintegralkd]
ellipticintegralkhighprecision ( double m1 )
[symbol: _Z30ellipticintegralkhighprecisiond]
incompleteellipticintegrale ( double phi, double m )
[symbol: _Z27incompleteellipticintegraledd]
incompleteellipticintegralk ( double phi, double m )
[symbol: _Z27incompleteellipticintegralkdd]
expintegrals.h,
libalglib.so
exponentialintegralei ( double x )
[symbol: _Z21exponentialintegraleid]
exponentialintegralen ( double x, int n )
[symbol: _Z21exponentialintegralendi]
fdistr.h,
libalglib.so
fcdistribution ( int a, int b, double x )
[symbol: _Z14fcdistributioniid]
fdistribution ( int a, int b, double x )
[symbol: _Z13fdistributioniid]
invfdistribution ( int a, int b, double y )
[symbol: _Z16invfdistributioniid]
fresnel.h,
libalglib.so
fresnelintegral ( double x, double& c, double& s )
[symbol: _Z15fresnelintegraldRdS_]
ftbase.h,
libalglib.so
ftbasefactorize ( int n, int tasktype, int& n1, int& n2 )
[symbol: _Z15ftbasefactorizeiiRiS_]
ftbasefindsmooth ( int n )
[symbol: _Z16ftbasefindsmoothi]
ftbasefindsmootheven ( int n )
[symbol: _Z20ftbasefindsmootheveni]
ftbasegeneratecomplexfftplan ( int n, struct ftplan& plan )
[symbol: _Z28ftbasegeneratecomplexfftplaniR6ftplan]
ftbasegeneraterealfftplan ( int n, struct ftplan& plan )
[symbol: _Z25ftbasegeneraterealfftplaniR6ftplan]
ftbasegeneraterealfhtplan ( int n, struct ftplan& plan )
[symbol: _Z25ftbasegeneraterealfhtplaniR6ftplan]
ftbasegetflopestimate ( int n )
[symbol: _Z21ftbasegetflopestimatei]
ftbaseissmooth ( int n )
[symbol: _Z14ftbaseissmoothi]
gammafunc.h,
libalglib.so
gamma ( double p1 )
lngamma ( double x, double& sgngam )
[symbol: _Z7lngammadRd]
hermite.h,
libalglib.so
hermitecalculate ( int const& n, double const& x )
[symbol: _Z16hermitecalculateRKiRKd]
hqrnd.h,
libalglib.so
hqrndexponential ( double lambda, struct hqrndstate& state )
[symbol: _Z16hqrndexponentialdR10hqrndstate]
hqrndnormal ( struct hqrndstate& state )
[symbol: _Z11hqrndnormalR10hqrndstate]
hqrndnormal2 ( struct hqrndstate& state, double& x1, double& x2 )
[symbol: _Z12hqrndnormal2R10hqrndstateRdS1_]
hqrndrandomize ( struct hqrndstate& state )
[symbol: _Z14hqrndrandomizeR10hqrndstate]
hqrndseed ( int s1, int s2, struct hqrndstate& state )
[symbol: _Z9hqrndseediiR10hqrndstate]
hqrnduniformi ( int n, struct hqrndstate& state )
[symbol: _Z13hqrnduniformiiR10hqrndstate]
hqrnduniformr ( struct hqrndstate& state )
[symbol: _Z13hqrnduniformrR10hqrndstate]
hqrndunit2 ( struct hqrndstate& state, double& x, double& y )
[symbol: _Z10hqrndunit2R10hqrndstateRdS1_]
ialglib.h,
libalglib.so
namespace ialglib
mcopyblock ( int m, int n, double const* a, int op, int stride, double* b )
[symbol: _ZN7ialglib10mcopyblockEiiPKdiiPd]
mcopyblock_complex ( int m, int n, ap::complex const* a, int op, int stride, double* b )
[symbol: _ZN7ialglib18mcopyblock_complexEiiPKN2ap7complexEiiPd]
mcopyunblock ( int m, int n, double const* a, int op, double* b, int stride )
[symbol: _ZN7ialglib12mcopyunblockEiiPKdiPdi]
mcopyunblock_complex ( int m, int n, double const* a, int op, ap::complex* b, int stride )
[symbol: _ZN7ialglib20mcopyunblock_complexEiiPKdiPN2ap7complexEi]
mv ( int m, int n, double const* a, double const* x, double* y, int stride, double alpha, double beta )
[symbol: _ZN7ialglib2mvEiiPKdS1_Pdidd]
mv_32 ( double const* a, double const* x, double* y, int stride, double alpha, double beta )
[symbol: _ZN7ialglib5mv_32EPKdS1_Pdidd]
mv_complex ( int m, int n, double const* a, double const* x, ap::complex* cy, double* dy, int stride, ap::complex alpha, ap::complex beta )
[symbol: _ZN7ialglib10mv_complexEiiPKdS1_PN2ap7complexEPdiS3_S3_]
mv_complex_generic ( int m, int n, double const* a, double const* x, ap::complex* cy, double* dy, int stride, ap::complex alpha, ap::complex beta )
[symbol: _ZN7ialglib18mv_complex_genericEiiPKdS1_PN2ap7complexEPdiS3_S3_]
mv_generic ( int m, int n, double const* a, double const* x, double* y, int stride, double alpha, double beta )
[symbol: _ZN7ialglib10mv_genericEiiPKdS1_Pdidd]
vcopy ( int n, double const* a, int stridea, double* b, int strideb )
[symbol: _ZN7ialglib5vcopyEiPKdiPdi]
vcopy_complex ( int n, ap::complex const* a, int stridea, double* b, int strideb, char* conj )
[symbol: _ZN7ialglib13vcopy_complexEiPKN2ap7complexEiPdiPc]
vcopy_complex ( int n, double const* a, int stridea, double* b, int strideb, char* conj )
[symbol: _ZN7ialglib13vcopy_complexEiPKdiPdiPc]
vzero ( int n, double* p, int stride )
[symbol: _ZN7ialglib5vzeroEiPdi]
vzero_complex ( int n, ap::complex* p, int stride )
[symbol: _ZN7ialglib13vzero_complexEiPN2ap7complexEi]
ibetaf.h,
libalglib.so
incompletebeta ( double a, double b, double x )
[symbol: _Z14incompletebetaddd]
invincompletebeta ( double a, double b, double y )
[symbol: _Z17invincompletebetaddd]
igammaf.h,
libalglib.so
incompletegamma ( double a, double x )
[symbol: _Z15incompletegammadd]
incompletegammac ( double a, double x )
[symbol: _Z16incompletegammacdd]
invincompletegammac ( double a, double y0 )
[symbol: _Z19invincompletegammacdd]
jacobianelliptic.h,
libalglib.so
jacobianellipticfunctions ( double u, double m, double& sn, double& cn, double& dn, double& ph )
[symbol: _Z25jacobianellipticfunctionsddRdS_S_S_]
laguerre.h,
libalglib.so
laguerrecalculate ( int const& n, double const& x )
[symbol: _Z17laguerrecalculateRKiRKd]
legendre.h,
libalglib.so
legendrecalculate ( int const& n, double const& x )
[symbol: _Z17legendrecalculateRKiRKd]
linreg.h,
libalglib.so
lrcopy ( struct linearmodel const& lm1, struct linearmodel& lm2 )
[symbol: _Z6lrcopyRK11linearmodelRS_]
logit.h,
libalglib.so
mnlcopy ( struct logitmodel const& lm1, struct logitmodel& lm2 )
[symbol: _Z7mnlcopyRK10logitmodelRS_]
lsfit.h,
libalglib.so
lsfitnonlineariteration ( struct lsfitstate& state )
[symbol: _Z23lsfitnonlineariterationR10lsfitstate]
lsfitnonlinearsetcond ( struct lsfitstate& state, double epsf, double epsx, int maxits )
[symbol: _Z21lsfitnonlinearsetcondR10lsfitstateddi]
lsfitnonlinearsetstpmax ( struct lsfitstate& state, double stpmax )
[symbol: _Z23lsfitnonlinearsetstpmaxR10lsfitstated]
minasa.h,
libalglib.so
minasaiteration ( struct minasastate& state )
[symbol: _Z15minasaiterationR11minasastate]
minasasetalgorithm ( struct minasastate& state, int algotype )
[symbol: _Z18minasasetalgorithmR11minasastatei]
minasasetcond ( struct minasastate& state, double epsg, double epsf, double epsx, int maxits )
[symbol: _Z13minasasetcondR11minasastatedddi]
minasasetstpmax ( struct minasastate& state, double stpmax )
[symbol: _Z15minasasetstpmaxR11minasastated]
minasasetxrep ( struct minasastate& state, bool needxrep )
[symbol: _Z13minasasetxrepR11minasastateb]
mincg.h,
libalglib.so
mincgiteration ( struct mincgstate& state )
[symbol: _Z14mincgiterationR10mincgstate]
mincgsetcgtype ( struct mincgstate& state, int cgtype )
[symbol: _Z14mincgsetcgtypeR10mincgstatei]
mincgsetcond ( struct mincgstate& state, double epsg, double epsf, double epsx, int maxits )
[symbol: _Z12mincgsetcondR10mincgstatedddi]
mincgsetstpmax ( struct mincgstate& state, double stpmax )
[symbol: _Z14mincgsetstpmaxR10mincgstated]
mincgsetxrep ( struct mincgstate& state, bool needxrep )
[symbol: _Z12mincgsetxrepR10mincgstateb]
minlbfgs.h,
libalglib.so
minlbfgsiteration ( struct minlbfgsstate& state )
[symbol: _Z17minlbfgsiterationR13minlbfgsstate]
minlbfgssetcond ( struct minlbfgsstate& state, double epsg, double epsf, double epsx, int maxits )
[symbol: _Z15minlbfgssetcondR13minlbfgsstatedddi]
minlbfgssetstpmax ( struct minlbfgsstate& state, double stpmax )
[symbol: _Z17minlbfgssetstpmaxR13minlbfgsstated]
minlbfgssetxrep ( struct minlbfgsstate& state, bool needxrep )
[symbol: _Z15minlbfgssetxrepR13minlbfgsstateb]
minlm.h,
libalglib.so
minlmiteration ( struct minlmstate& state )
[symbol: _Z14minlmiterationR10minlmstate]
minlmsetcond ( struct minlmstate& state, double epsg, double epsf, double epsx, int maxits )
[symbol: _Z12minlmsetcondR10minlmstatedddi]
minlmsetstpmax ( struct minlmstate& state, double stpmax )
[symbol: _Z14minlmsetstpmaxR10minlmstated]
minlmsetxrep ( struct minlmstate& state, bool needxrep )
[symbol: _Z12minlmsetxrepR10minlmstateb]
mlpbase.h,
libalglib.so
mlpcopy ( struct multilayerperceptron const& network1, struct multilayerperceptron& network2 )
[symbol: _Z7mlpcopyRK20multilayerperceptronRS_]
mlpcreate0 ( int nin, int nout, struct multilayerperceptron& network )
[symbol: _Z10mlpcreate0iiR20multilayerperceptron]
mlpcreate1 ( int nin, int nhid, int nout, struct multilayerperceptron& network )
[symbol: _Z10mlpcreate1iiiR20multilayerperceptron]
mlpcreate2 ( int nin, int nhid1, int nhid2, int nout, struct multilayerperceptron& network )
[symbol: _Z10mlpcreate2iiiiR20multilayerperceptron]
mlpcreateb0 ( int nin, int nout, double b, double d, struct multilayerperceptron& network )
[symbol: _Z11mlpcreateb0iiddR20multilayerperceptron]
mlpcreateb1 ( int nin, int nhid, int nout, double b, double d, struct multilayerperceptron& network )
[symbol: _Z11mlpcreateb1iiiddR20multilayerperceptron]
mlpcreateb2 ( int nin, int nhid1, int nhid2, int nout, double b, double d, struct multilayerperceptron& network )
[symbol: _Z11mlpcreateb2iiiiddR20multilayerperceptron]
mlpcreatec0 ( int nin, int nout, struct multilayerperceptron& network )
[symbol: _Z11mlpcreatec0iiR20multilayerperceptron]
mlpcreatec1 ( int nin, int nhid, int nout, struct multilayerperceptron& network )
[symbol: _Z11mlpcreatec1iiiR20multilayerperceptron]
mlpcreatec2 ( int nin, int nhid1, int nhid2, int nout, struct multilayerperceptron& network )
[symbol: _Z11mlpcreatec2iiiiR20multilayerperceptron]
mlpcreater0 ( int nin, int nout, double a, double b, struct multilayerperceptron& network )
[symbol: _Z11mlpcreater0iiddR20multilayerperceptron]
mlpcreater1 ( int nin, int nhid, int nout, double a, double b, struct multilayerperceptron& network )
[symbol: _Z11mlpcreater1iiiddR20multilayerperceptron]
mlpcreater2 ( int nin, int nhid1, int nhid2, int nout, double a, double b, struct multilayerperceptron& network )
[symbol: _Z11mlpcreater2iiiiddR20multilayerperceptron]
mlpissoftmax ( struct multilayerperceptron const& network )
[symbol: _Z12mlpissoftmaxRK20multilayerperceptron]
mlpproperties ( struct multilayerperceptron const& network, int& nin, int& nout, int& wcount )
[symbol: _Z13mlppropertiesRK20multilayerperceptronRiS2_S2_]
mlprandomize ( struct multilayerperceptron& network )
[symbol: _Z12mlprandomizeR20multilayerperceptron]
mlprandomizefull ( struct multilayerperceptron& network )
[symbol: _Z16mlprandomizefullR20multilayerperceptron]
mlpe.h,
libalglib.so
mlpecopy ( struct mlpensemble const& ensemble1, struct mlpensemble& ensemble2 )
[symbol: _Z8mlpecopyRK11mlpensembleRS_]
mlpecreate0 ( int nin, int nout, int ensemblesize, struct mlpensemble& ensemble )
[symbol: _Z11mlpecreate0iiiR11mlpensemble]
mlpecreate1 ( int nin, int nhid, int nout, int ensemblesize, struct mlpensemble& ensemble )
[symbol: _Z11mlpecreate1iiiiR11mlpensemble]
mlpecreate2 ( int nin, int nhid1, int nhid2, int nout, int ensemblesize, struct mlpensemble& ensemble )
[symbol: _Z11mlpecreate2iiiiiR11mlpensemble]
mlpecreateb0 ( int nin, int nout, double b, double d, int ensemblesize, struct mlpensemble& ensemble )
[symbol: _Z12mlpecreateb0iiddiR11mlpensemble]
mlpecreateb1 ( int nin, int nhid, int nout, double b, double d, int ensemblesize, struct mlpensemble& ensemble )
[symbol: _Z12mlpecreateb1iiiddiR11mlpensemble]
mlpecreateb2 ( int nin, int nhid1, int nhid2, int nout, double b, double d, int ensemblesize, struct mlpensemble& ensemble )
[symbol: _Z12mlpecreateb2iiiiddiR11mlpensemble]
mlpecreatec0 ( int nin, int nout, int ensemblesize, struct mlpensemble& ensemble )
[symbol: _Z12mlpecreatec0iiiR11mlpensemble]
mlpecreatec1 ( int nin, int nhid, int nout, int ensemblesize, struct mlpensemble& ensemble )
[symbol: _Z12mlpecreatec1iiiiR11mlpensemble]
mlpecreatec2 ( int nin, int nhid1, int nhid2, int nout, int ensemblesize, struct mlpensemble& ensemble )
[symbol: _Z12mlpecreatec2iiiiiR11mlpensemble]
mlpecreatefromnetwork ( struct multilayerperceptron const& network, int ensemblesize, struct mlpensemble& ensemble )
[symbol: _Z21mlpecreatefromnetworkRK20multilayerperceptroniR11mlpensemble]
mlpecreater0 ( int nin, int nout, double a, double b, int ensemblesize, struct mlpensemble& ensemble )
[symbol: _Z12mlpecreater0iiddiR11mlpensemble]
mlpecreater1 ( int nin, int nhid, int nout, double a, double b, int ensemblesize, struct mlpensemble& ensemble )
[symbol: _Z12mlpecreater1iiiddiR11mlpensemble]
mlpecreater2 ( int nin, int nhid1, int nhid2, int nout, double a, double b, int ensemblesize, struct mlpensemble& ensemble )
[symbol: _Z12mlpecreater2iiiiddiR11mlpensemble]
mlpeissoftmax ( struct mlpensemble const& ensemble )
[symbol: _Z13mlpeissoftmaxRK11mlpensemble]
mlpeproperties ( struct mlpensemble const& ensemble, int& nin, int& nout )
[symbol: _Z14mlpepropertiesRK11mlpensembleRiS2_]
mlperandomize ( struct mlpensemble& ensemble )
[symbol: _Z13mlperandomizeR11mlpensemble]
nearunityunit.h,
libalglib.so
cosm1 ( double x )
[symbol: _Z5cosm1d]
expm1 ( double __x )
log1p ( double __x )
normaldistr.h,
libalglib.so
erf ( double p1 )
erfc ( double p1 )
inverf ( double e )
[symbol: _Z6inverfd]
invnormaldistribution ( double y0 )
[symbol: _Z21invnormaldistributiond]
normaldistribution ( double x )
[symbol: _Z18normaldistributiond]
odesolver.h,
libalglib.so
odesolveriteration ( struct odesolverstate& state )
[symbol: _Z18odesolveriterationR14odesolverstate]
poissondistr.h,
libalglib.so
invpoissondistribution ( int k, double y )
[symbol: _Z22invpoissondistributionid]
poissoncdistribution ( int k, double m )
[symbol: _Z20poissoncdistributionid]
poissondistribution ( int k, double m )
[symbol: _Z19poissondistributionid]
psif.h,
libalglib.so
psi ( double x )
[symbol: _Z3psid]
pspline.h,
libalglib.so
pspline2arclength ( struct pspline2interpolant const& p, double a, double b )
[symbol: _Z17pspline2arclengthRK19pspline2interpolantdd]
pspline2calc ( struct pspline2interpolant const& p, double t, double& x, double& y )
[symbol: _Z12pspline2calcRK19pspline2interpolantdRdS2_]
pspline2diff ( struct pspline2interpolant const& p, double t, double& x, double& dx, double& y, double& dy )
[symbol: _Z12pspline2diffRK19pspline2interpolantdRdS2_S2_S2_]
pspline2diff2 ( struct pspline2interpolant const& p, double t, double& x, double& dx, double& d2x, double& y, double& dy, double& d2y )
[symbol: _Z13pspline2diff2RK19pspline2interpolantdRdS2_S2_S2_S2_S2_]
pspline2tangent ( struct pspline2interpolant const& p, double t, double& x, double& y )
[symbol: _Z15pspline2tangentRK19pspline2interpolantdRdS2_]
pspline3arclength ( struct pspline3interpolant const& p, double a, double b )
[symbol: _Z17pspline3arclengthRK19pspline3interpolantdd]
pspline3calc ( struct pspline3interpolant const& p, double t, double& x, double& y, double& z )
[symbol: _Z12pspline3calcRK19pspline3interpolantdRdS2_S2_]
pspline3diff ( struct pspline3interpolant const& p, double t, double& x, double& dx, double& y, double& dy, double& z, double& dz )
[symbol: _Z12pspline3diffRK19pspline3interpolantdRdS2_S2_S2_S2_S2_]
pspline3diff2 ( struct pspline3interpolant const& p, double t, double& x, double& dx, double& d2x, double& y, double& dy, double& d2y, double& z, double& dz, double& d2z )
[symbol: _Z13pspline3diff2RK19pspline3interpolantdRdS2_S2_S2_S2_S2_S2_S2_S2_]
pspline3tangent ( struct pspline3interpolant const& p, double t, double& x, double& y, double& z )
[symbol: _Z15pspline3tangentRK19pspline3interpolantdRdS2_S2_]
ratint.h,
libalglib.so
barycentriccalc ( struct barycentricinterpolant const& b, double t )
[symbol: _Z15barycentriccalcRK22barycentricinterpolantd]
barycentriccopy ( struct barycentricinterpolant const& b, struct barycentricinterpolant& b2 )
[symbol: _Z15barycentriccopyRK22barycentricinterpolantRS_]
barycentricdiff1 ( struct barycentricinterpolant const& b, double t, double& f, double& df )
[symbol: _Z16barycentricdiff1RK22barycentricinterpolantdRdS2_]
barycentricdiff2 ( struct barycentricinterpolant const& b, double t, double& f, double& df, double& d2f )
[symbol: _Z16barycentricdiff2RK22barycentricinterpolantdRdS2_S2_]
barycentriclintransx ( struct barycentricinterpolant& b, double ca, double cb )
[symbol: _Z20barycentriclintransxR22barycentricinterpolantdd]
barycentriclintransy ( struct barycentricinterpolant& b, double ca, double cb )
[symbol: _Z20barycentriclintransyR22barycentricinterpolantdd]
rcond.h,
libalglib.so
rcondthreshold ( )
[symbol: _Z14rcondthresholdv]
rotations.h,
libalglib.so
generaterotation ( double f, double g, double& cs, double& sn, double& r )
[symbol: _Z16generaterotationddRdS_S_]
spline1d.h,
libalglib.so
spline1dcalc ( struct spline1dinterpolant const& c, double x )
[symbol: _Z12spline1dcalcRK19spline1dinterpolantd]
spline1dcopy ( struct spline1dinterpolant const& c, struct spline1dinterpolant& cc )
[symbol: _Z12spline1dcopyRK19spline1dinterpolantRS_]
spline1ddiff ( struct spline1dinterpolant const& c, double x, double& s, double& ds, double& d2s )
[symbol: _Z12spline1ddiffRK19spline1dinterpolantdRdS2_S2_]
spline1dintegrate ( struct spline1dinterpolant const& c, double x )
[symbol: _Z17spline1dintegrateRK19spline1dinterpolantd]
spline1dlintransx ( struct spline1dinterpolant& c, double a, double b )
[symbol: _Z17spline1dlintransxR19spline1dinterpolantdd]
spline1dlintransy ( struct spline1dinterpolant& c, double a, double b )
[symbol: _Z17spline1dlintransyR19spline1dinterpolantdd]
spline2d.h,
libalglib.so
spline2dcalc ( struct spline2dinterpolant const& c, double x, double y )
[symbol: _Z12spline2dcalcRK19spline2dinterpolantdd]
spline2dcopy ( struct spline2dinterpolant const& c, struct spline2dinterpolant& cc )
[symbol: _Z12spline2dcopyRK19spline2dinterpolantRS_]
spline2ddiff ( struct spline2dinterpolant const& c, double x, double y, double& f, double& fx, double& fy, double& fxy )
[symbol: _Z12spline2ddiffRK19spline2dinterpolantddRdS2_S2_S2_]
spline2dlintransf ( struct spline2dinterpolant& c, double a, double b )
[symbol: _Z17spline2dlintransfR19spline2dinterpolantdd]
spline2dlintransxy ( struct spline2dinterpolant& c, double ax, double bx, double ay, double by )
[symbol: _Z18spline2dlintransxyR19spline2dinterpolantdddd]
studenttdistr.h,
libalglib.so
invstudenttdistribution ( int k, double p )
[symbol: _Z23invstudenttdistributionid]
studenttdistribution ( int k, double t )
[symbol: _Z20studenttdistributionid]
trigintegrals.h,
libalglib.so
hyperbolicsinecosineintegrals ( double x, double& shi, double& chi )
[symbol: _Z29hyperbolicsinecosineintegralsdRdS_]
sinecosineintegrals ( double x, double& si, double& ci )
[symbol: _Z19sinecosineintegralsdRdS_]
to the top
Other Changes in Constants (8)
ap.h
[+] AE_GNUC
| Change | Effect |
---|
1 | The constant AE_GNUC with value 2 has been added. | No effect. |
[+] ae_machineepsilon
| Change | Effect |
---|
1 | The constant ae_machineepsilon with value 5E-16 has been added. | No effect. |
[+] ae_maxrealnumber
| Change | Effect |
---|
1 | The constant ae_maxrealnumber with value 1E300 has been added. | No effect. |
[+] ae_minrealnumber
| Change | Effect |
---|
1 | The constant ae_minrealnumber with value 1E-300 has been added. | No effect. |
[+] AE_MSVC
| Change | Effect |
---|
1 | The constant AE_MSVC with value 1 has been added. | No effect. |
[+] ae_pi
| Change | Effect |
---|
1 | The constant ae_pi with value 3.1415926535897932384626433832795 has been added. | No effect. |
[+] AE_SUNC
| Change | Effect |
---|
1 | The constant AE_SUNC with value 3 has been added. | No effect. |
[+] AE_UNKNOWN
| Change | Effect |
---|
1 | The constant AE_UNKNOWN with value 0 has been added. | No effect. |
to the top
Header Files (105)
ablas.h
ablasf.h
airyf.h
ap.h
apserv.h
apvt.h
autogk.h
bdss.h
bdsvd.h
bessel.h
betaf.h
binomialdistr.h
blas.h
chebyshev.h
chisquaredistr.h
conv.h
corr.h
correlation.h
correlationtests.h
creflections.h
dawson.h
densesolver.h
descriptivestatistics.h
dforest.h
elliptic.h
estnorm.h
evd.h
expintegrals.h
fdistr.h
fft.h
fht.h
fresnel.h
ftbase.h
gammafunc.h
gkq.h
gq.h
hblas.h
hermite.h
hqrnd.h
hsschur.h
ialglib.h
ibetaf.h
idwint.h
igammaf.h
inverseupdate.h
jacobianelliptic.h
jarquebera.h
kmeans.h
laguerre.h
lda.h
ldlt.h
legendre.h
linmin.h
linreg.h
logit.h
lsfit.h
mannwhitneyu.h
matdet.h
matgen.h
matinv.h
minasa.h
mincg.h
minlbfgs.h
minlm.h
mlpbase.h
mlpe.h
mlptrain.h
nearestneighbor.h
nearunityunit.h
normaldistr.h
odesolver.h
ortfac.h
pca.h
poissondistr.h
polint.h
psif.h
pspline.h
ratint.h
ratinterpolation.h
rcond.h
reflections.h
rotations.h
safesolve.h
sblas.h
schur.h
sdet.h
sinverse.h
spdgevd.h
spline1d.h
spline2d.h
spline3.h
srcond.h
ssolve.h
stdafx.h
stest.h
studenttdistr.h
studentttests.h
svd.h
trfac.h
trigintegrals.h
trlinsolve.h
tsort.h
variancetests.h
wsr.h
xblas.h
to the top
Shared Libraries (1)
libalglib.so
to the top