Binary compatibility report for the ALGLIB library between 3.7.0 and 3.8.0 versions on x86
Test Info
Library Name | ALGLIB |
Version #1 | 3.7.0 |
Version #2 | 3.8.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 14 |
Total Shared Libraries | 1 |
Total Symbols / Types | 3734 / 1022 |
Verdict | Incompatible (9%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 208 |
Removed Symbols | High | 30 |
Problems with Data Types | High | 6 |
Medium | 18 |
Low | 27 |
Problems with Symbols | High | 11 |
Medium | 0 |
Low | 4 |
Problems with Constants | Low | 0 |
Added Symbols (208)
alglibinternal.h,
libalglib.so
namespace alglib_impl
_fasttransformplan_clear ( void* _p )
[symbol: _ZN11alglib_impl24_fasttransformplan_clearEPv]
_fasttransformplan_destroy ( void* _p )
[symbol: _ZN11alglib_impl26_fasttransformplan_destroyEPv]
_fasttransformplan_init ( void* _p, ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl23_fasttransformplan_initEPvPNS_8ae_stateEb]
_fasttransformplan_init_copy ( void* _dst, void* _src, ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl28_fasttransformplan_init_copyEPvS0_PNS_8ae_stateEb]
_mlpbuffers_clear ( void* _p )
[symbol: _ZN11alglib_impl17_mlpbuffers_clearEPv]
_mlpbuffers_destroy ( void* _p )
[symbol: _ZN11alglib_impl19_mlpbuffers_destroyEPv]
_mlpbuffers_init ( void* _p, ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl16_mlpbuffers_initEPvPNS_8ae_stateEb]
_mlpbuffers_init_copy ( void* _dst, void* _src, ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl21_mlpbuffers_init_copyEPvS0_PNS_8ae_stateEb]
cmatrixgemmk ( 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, ae_state* _state )
[symbol: _ZN11alglib_impl12cmatrixgemmkEiiiNS_10ae_complexEPNS_9ae_matrixEiiiS2_iiiS0_S2_iiPNS_8ae_stateE]
countdown ( ae_int_t* v, ae_state* _state )
[symbol: _ZN11alglib_impl9countdownEPiPNS_8ae_stateE]
dec ( ae_int_t* v, ae_state* _state )
[symbol: _ZN11alglib_impl3decEPiPNS_8ae_stateE]
findprimitiverootandinverse ( ae_int_t n, ae_int_t* proot, ae_int_t* invproot, ae_state* _state )
[symbol: _ZN11alglib_impl27findprimitiverootandinverseEiPiS0_PNS_8ae_stateE]
ftapplyplan ( struct fasttransformplan* plan, ae_vector* a, ae_int_t offsa, ae_int_t repcnt, ae_state* _state )
[symbol: _ZN11alglib_impl11ftapplyplanEPNS_17fasttransformplanEPNS_9ae_vectorEiiPNS_8ae_stateE]
ftcomplexfftplan ( ae_int_t n, ae_int_t k, struct fasttransformplan* plan, ae_state* _state )
[symbol: _ZN11alglib_impl16ftcomplexfftplanEiiPNS_17fasttransformplanEPNS_8ae_stateE]
hpcchunkedgradient ( ae_vector* weights, ae_vector* structinfo, ae_vector* columnmeans, ae_vector* columnsigmas, ae_matrix* xy, ae_int_t cstart, ae_int_t csize, ae_vector* batch4buf, ae_vector* hpcbuf, double* e, bool naturalerrorfunc, ae_state* _state )
[symbol: _ZN11alglib_impl18hpcchunkedgradientEPNS_9ae_vectorES1_S1_S1_PNS_9ae_matrixEiiS1_S1_PdbPNS_8ae_stateE]
hpcchunkedprocess ( ae_vector* weights, ae_vector* structinfo, ae_vector* columnmeans, ae_vector* columnsigmas, ae_matrix* xy, ae_int_t cstart, ae_int_t csize, ae_vector* batch4buf, ae_vector* hpcbuf, ae_state* _state )
[symbol: _ZN11alglib_impl17hpcchunkedprocessEPNS_9ae_vectorES1_S1_S1_PNS_9ae_matrixEiiS1_S1_PNS_8ae_stateE]
hpcfinalizechunkedgradient ( struct mlpbuffers* buf, ae_vector* grad, ae_state* _state )
[symbol: _ZN11alglib_impl26hpcfinalizechunkedgradientEPNS_10mlpbuffersEPNS_9ae_vectorEPNS_8ae_stateE]
hpcpreparechunkedgradient ( ae_vector* weights, ae_int_t wcount, ae_int_t ntotal, ae_int_t nin, ae_int_t nout, struct mlpbuffers* buf, ae_state* _state )
[symbol: _ZN11alglib_impl25hpcpreparechunkedgradientEPNS_9ae_vectorEiiiiPNS_10mlpbuffersEPNS_8ae_stateE]
imatrixresize ( ae_matrix* x, ae_int_t m, ae_int_t n, ae_state* _state )
[symbol: _ZN11alglib_impl13imatrixresizeEPNS_9ae_matrixEiiPNS_8ae_stateE]
inc ( ae_int_t* v, ae_state* _state )
[symbol: _ZN11alglib_impl3incEPiPNS_8ae_stateE]
inttoreal ( ae_int_t a, ae_state* _state )
[symbol: _ZN11alglib_impl9inttorealEiPNS_8ae_stateE]
log2 ( double x, ae_state* _state )
[symbol: _ZN11alglib_impl4log2EdPNS_8ae_stateE]
randomunit ( ae_int_t n, ae_vector* x, ae_state* _state )
[symbol: _ZN11alglib_impl10randomunitEiPNS_9ae_vectorEPNS_8ae_stateE]
rankx ( ae_vector* x, ae_int_t n, bool iscentered, struct apbuffers* buf, ae_state* _state )
[symbol: _ZN11alglib_impl5rankxEPNS_9ae_vectorEibPNS_9apbuffersEPNS_8ae_stateE]
rmatrixgemmk ( 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, ae_state* _state )
[symbol: _ZN11alglib_impl12rmatrixgemmkEiiidPNS_9ae_matrixEiiiS1_iiidS1_iiPNS_8ae_stateE]
rmatrixgemmk44v00 ( 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_matrix* b, ae_int_t ib, ae_int_t jb, double beta, ae_matrix* c, ae_int_t ic, ae_int_t jc, ae_state* _state )
[symbol: _ZN11alglib_impl17rmatrixgemmk44v00EiiidPNS_9ae_matrixEiiS1_iidS1_iiPNS_8ae_stateE]
rmatrixgemmk44v01 ( 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_matrix* b, ae_int_t ib, ae_int_t jb, double beta, ae_matrix* c, ae_int_t ic, ae_int_t jc, ae_state* _state )
[symbol: _ZN11alglib_impl17rmatrixgemmk44v01EiiidPNS_9ae_matrixEiiS1_iidS1_iiPNS_8ae_stateE]
rmatrixgemmk44v10 ( 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_matrix* b, ae_int_t ib, ae_int_t jb, double beta, ae_matrix* c, ae_int_t ic, ae_int_t jc, ae_state* _state )
[symbol: _ZN11alglib_impl17rmatrixgemmk44v10EiiidPNS_9ae_matrixEiiS1_iidS1_iiPNS_8ae_stateE]
rmatrixgemmk44v11 ( 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_matrix* b, ae_int_t ib, ae_int_t jb, double beta, ae_matrix* c, ae_int_t ic, ae_int_t jc, ae_state* _state )
[symbol: _ZN11alglib_impl17rmatrixgemmk44v11EiiidPNS_9ae_matrixEiiS1_iidS1_iiPNS_8ae_stateE]
rmatrixgemmmkl ( 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, ae_state* _state )
[symbol: _ZN11alglib_impl14rmatrixgemmmklEiiidPNS_9ae_matrixEiiiS1_iiidS1_iiPNS_8ae_stateE]
rmatrixsyrkmkl ( 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, ae_state* _state )
[symbol: _ZN11alglib_impl14rmatrixsyrkmklEiidPNS_9ae_matrixEiiidS1_iibPNS_8ae_stateE]
seterrorflag ( bool* flag, bool cond, ae_state* _state )
[symbol: _ZN11alglib_impl12seterrorflagEPbbPNS_8ae_stateE]
seterrorflagdiff ( bool* flag, double val, double refval, double tol, double s, ae_state* _state )
[symbol: _ZN11alglib_impl16seterrorflagdiffEPbddddPNS_8ae_stateE]
splitlength ( ae_int_t tasksize, ae_int_t chunksize, ae_int_t* task0, ae_int_t* task1, ae_state* _state )
[symbol: _ZN11alglib_impl11splitlengthEiiPiS0_PNS_8ae_stateE]
splitlengtheven ( ae_int_t tasksize, ae_int_t* task0, ae_int_t* task1, ae_state* _state )
[symbol: _ZN11alglib_impl15splitlengthevenEiPiS0_PNS_8ae_stateE]
touchint ( ae_int_t* a, ae_state* _state )
[symbol: _ZN11alglib_impl8touchintEPiPNS_8ae_stateE]
touchreal ( double* a, ae_state* _state )
[symbol: _ZN11alglib_impl9touchrealEPdPNS_8ae_stateE]
ap.h,
libalglib.so
namespace alglib
ae_matrix_wrapper::assign ( ae_matrix_wrapper const& rhs )
[symbol: _ZN6alglib17ae_matrix_wrapper6assignERKS0_]
ae_matrix_wrapper::create ( ae_matrix_wrapper const& rhs )
[symbol: _ZN6alglib17ae_matrix_wrapper6createERKS0_]
ae_matrix_wrapper::create ( char const* s, alglib_impl::ae_datatype datatype )
[symbol: _ZN6alglib17ae_matrix_wrapper6createEPKci]
ae_vector_wrapper::assign ( ae_vector_wrapper const& rhs )
[symbol: _ZN6alglib17ae_vector_wrapper6assignERKS0_]
ae_vector_wrapper::create ( ae_vector_wrapper const& rhs )
[symbol: _ZN6alglib17ae_vector_wrapper6createERKS0_]
ae_vector_wrapper::create ( char const* s, alglib_impl::ae_datatype datatype )
[symbol: _ZN6alglib17ae_vector_wrapper6createEPKci]
boolean_1d_array::boolean_1d_array [in-charge] ( boolean_1d_array const& rhs )
[symbol: _ZN6alglib16boolean_1d_arrayC1ERKS0_]
boolean_1d_array::boolean_1d_array [not-in-charge] ( boolean_1d_array const& rhs )
[symbol: _ZN6alglib16boolean_1d_arrayC2ERKS0_]
boolean_1d_array::operator = ( boolean_1d_array const& rhs )
[symbol: _ZN6alglib16boolean_1d_arrayaSERKS0_]
boolean_2d_array::boolean_2d_array [in-charge] ( boolean_2d_array const& rhs )
[symbol: _ZN6alglib16boolean_2d_arrayC1ERKS0_]
boolean_2d_array::boolean_2d_array [not-in-charge] ( boolean_2d_array const& rhs )
[symbol: _ZN6alglib16boolean_2d_arrayC2ERKS0_]
complex_1d_array::complex_1d_array [in-charge] ( complex_1d_array const& rhs )
[symbol: _ZN6alglib16complex_1d_arrayC1ERKS0_]
complex_1d_array::complex_1d_array [not-in-charge] ( complex_1d_array const& rhs )
[symbol: _ZN6alglib16complex_1d_arrayC2ERKS0_]
complex_1d_array::operator = ( complex_1d_array const& rhs )
[symbol: _ZN6alglib16complex_1d_arrayaSERKS0_]
complex_2d_array::complex_2d_array [in-charge] ( complex_2d_array const& rhs )
[symbol: _ZN6alglib16complex_2d_arrayC1ERKS0_]
complex_2d_array::complex_2d_array [not-in-charge] ( complex_2d_array const& rhs )
[symbol: _ZN6alglib16complex_2d_arrayC2ERKS0_]
integer_1d_array::integer_1d_array [in-charge] ( integer_1d_array const& rhs )
[symbol: _ZN6alglib16integer_1d_arrayC1ERKS0_]
integer_1d_array::integer_1d_array [not-in-charge] ( integer_1d_array const& rhs )
[symbol: _ZN6alglib16integer_1d_arrayC2ERKS0_]
integer_1d_array::operator = ( integer_1d_array const& rhs )
[symbol: _ZN6alglib16integer_1d_arrayaSERKS0_]
integer_2d_array::integer_2d_array [in-charge] ( integer_2d_array const& rhs )
[symbol: _ZN6alglib16integer_2d_arrayC1ERKS0_]
integer_2d_array::integer_2d_array [not-in-charge] ( integer_2d_array const& rhs )
[symbol: _ZN6alglib16integer_2d_arrayC2ERKS0_]
real_1d_array::operator = ( real_1d_array const& rhs )
[symbol: _ZN6alglib13real_1d_arrayaSERKS0_]
real_1d_array::real_1d_array [in-charge] ( real_1d_array const& rhs )
[symbol: _ZN6alglib13real_1d_arrayC1ERKS0_]
real_1d_array::real_1d_array [not-in-charge] ( real_1d_array const& rhs )
[symbol: _ZN6alglib13real_1d_arrayC2ERKS0_]
real_2d_array::real_2d_array [in-charge] ( real_2d_array const& rhs )
[symbol: _ZN6alglib13real_2d_arrayC1ERKS0_]
real_2d_array::real_2d_array [not-in-charge] ( real_2d_array const& rhs )
[symbol: _ZN6alglib13real_2d_arrayC2ERKS0_]
setnworkers ( ae_int_t nworkers )
[symbol: _ZN6alglib11setnworkersEi]
ap.h,
libalglib.so
namespace alglib_impl
ae_shared_pool_is_initialized ( void* _dst )
[symbol: _ZN11alglib_impl29ae_shared_pool_is_initializedEPv]
ae_smart_ptr_assign ( ae_smart_ptr* dst, void* new_ptr, bool is_owner, bool is_dynamic, void(*destroy)(void*) )
[symbol: _ZN11alglib_impl19ae_smart_ptr_assignEPNS_12ae_smart_ptrEPvbbPFvS2_E]
ae_yield ( )
[symbol: _ZN11alglib_impl8ae_yieldEv]
dataanalysis.h,
libalglib.so
namespace alglib
mlpsetalgobatch ( mlptrainer const& s )
[symbol: _ZN6alglib15mlpsetalgobatchERKNS_10mlptrainerE]
smp_clusterizergetdistances ( real_2d_array const& xy, ae_int_t const npoints, ae_int_t const nfeatures, ae_int_t const disttype, real_2d_array& d )
[symbol: _ZN6alglib27smp_clusterizergetdistancesERKNS_13real_2d_arrayEiiiRS0_]
smp_clusterizerrunahc ( clusterizerstate const& s, ahcreport& rep )
[symbol: _ZN6alglib21smp_clusterizerrunahcERKNS_16clusterizerstateERNS_9ahcreportE]
smp_mlpallerrorssparsesubset ( multilayerperceptron const& network, sparsematrix const& xy, ae_int_t const setsize, integer_1d_array const& subset, ae_int_t const subsetsize, modelerrors& rep )
[symbol: _ZN6alglib28smp_mlpallerrorssparsesubsetERKNS_20multilayerperceptronERKNS_12sparsematrixEiRKNS_16integer_1d_arrayEiRNS_11modelerrorsE]
smp_mlpallerrorssubset ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const setsize, integer_1d_array const& subset, ae_int_t const subsetsize, modelerrors& rep )
[symbol: _ZN6alglib22smp_mlpallerrorssubsetERKNS_20multilayerperceptronERKNS_13real_2d_arrayEiRKNS_16integer_1d_arrayEiRNS_11modelerrorsE]
smp_mlpavgce ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib12smp_mlpavgceERKNS_20multilayerperceptronERKNS_13real_2d_arrayEi]
smp_mlpavgcesparse ( multilayerperceptron const& network, sparsematrix const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib18smp_mlpavgcesparseERKNS_20multilayerperceptronERKNS_12sparsematrixEi]
smp_mlpavgerror ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib15smp_mlpavgerrorERKNS_20multilayerperceptronERKNS_13real_2d_arrayEi]
smp_mlpavgerrorsparse ( multilayerperceptron const& network, sparsematrix const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib21smp_mlpavgerrorsparseERKNS_20multilayerperceptronERKNS_12sparsematrixEi]
smp_mlpavgrelerror ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib18smp_mlpavgrelerrorERKNS_20multilayerperceptronERKNS_13real_2d_arrayEi]
smp_mlpavgrelerrorsparse ( multilayerperceptron const& network, sparsematrix const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib24smp_mlpavgrelerrorsparseERKNS_20multilayerperceptronERKNS_12sparsematrixEi]
smp_mlpclserror ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib15smp_mlpclserrorERKNS_20multilayerperceptronERKNS_13real_2d_arrayEi]
smp_mlpcontinuetraining ( mlptrainer const& s, multilayerperceptron const& network )
[symbol: _ZN6alglib23smp_mlpcontinuetrainingERKNS_10mlptrainerERKNS_20multilayerperceptronE]
smp_mlperror ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib12smp_mlperrorERKNS_20multilayerperceptronERKNS_13real_2d_arrayEi]
smp_mlperrorsparse ( multilayerperceptron const& network, sparsematrix const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib18smp_mlperrorsparseERKNS_20multilayerperceptronERKNS_12sparsematrixEi]
smp_mlperrorsparsesubset ( multilayerperceptron const& network, sparsematrix const& xy, ae_int_t const setsize, integer_1d_array const& subset, ae_int_t const subsetsize )
[symbol: _ZN6alglib24smp_mlperrorsparsesubsetERKNS_20multilayerperceptronERKNS_12sparsematrixEiRKNS_16integer_1d_arrayEi]
smp_mlperrorsubset ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const setsize, integer_1d_array const& subset, ae_int_t const subsetsize )
[symbol: _ZN6alglib18smp_mlperrorsubsetERKNS_20multilayerperceptronERKNS_13real_2d_arrayEiRKNS_16integer_1d_arrayEi]
smp_mlpgradbatch ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const ssize, double& e, real_1d_array& grad )
[symbol: _ZN6alglib16smp_mlpgradbatchERKNS_20multilayerperceptronERKNS_13real_2d_arrayEiRdRNS_13real_1d_arrayE]
smp_mlpgradbatchsparse ( multilayerperceptron const& network, sparsematrix const& xy, ae_int_t const ssize, double& e, real_1d_array& grad )
[symbol: _ZN6alglib22smp_mlpgradbatchsparseERKNS_20multilayerperceptronERKNS_12sparsematrixEiRdRNS_13real_1d_arrayE]
smp_mlpgradbatchsparsesubset ( multilayerperceptron const& network, sparsematrix const& xy, ae_int_t const setsize, integer_1d_array const& idx, ae_int_t const subsetsize, double& e, real_1d_array& grad )
[symbol: _ZN6alglib28smp_mlpgradbatchsparsesubsetERKNS_20multilayerperceptronERKNS_12sparsematrixEiRKNS_16integer_1d_arrayEiRdRNS_13real_1d_arrayE]
smp_mlpgradbatchsubset ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const setsize, integer_1d_array const& idx, ae_int_t const subsetsize, double& e, real_1d_array& grad )
[symbol: _ZN6alglib22smp_mlpgradbatchsubsetERKNS_20multilayerperceptronERKNS_13real_2d_arrayEiRKNS_16integer_1d_arrayEiRdRNS_13real_1d_arrayE]
smp_mlprelclserror ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib18smp_mlprelclserrorERKNS_20multilayerperceptronERKNS_13real_2d_arrayEi]
smp_mlprelclserrorsparse ( multilayerperceptron const& network, sparsematrix const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib24smp_mlprelclserrorsparseERKNS_20multilayerperceptronERKNS_12sparsematrixEi]
smp_mlprmserror ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib15smp_mlprmserrorERKNS_20multilayerperceptronERKNS_13real_2d_arrayEi]
smp_mlprmserrorsparse ( multilayerperceptron const& network, sparsematrix const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib21smp_mlprmserrorsparseERKNS_20multilayerperceptronERKNS_12sparsematrixEi]
smp_mlptrainensemblees ( mlptrainer const& s, mlpensemble const& ensemble, ae_int_t const nrestarts, mlpreport& rep )
[symbol: _ZN6alglib22smp_mlptrainensembleesERKNS_10mlptrainerERKNS_11mlpensembleEiRNS_9mlpreportE]
smp_mlptrainnetwork ( mlptrainer const& s, multilayerperceptron const& network, ae_int_t const nrestarts, mlpreport& rep )
[symbol: _ZN6alglib19smp_mlptrainnetworkERKNS_10mlptrainerERKNS_20multilayerperceptronEiRNS_9mlpreportE]
dataanalysis.h,
libalglib.so
namespace alglib_impl
_mlpetrnsession_clear ( void* _p )
[symbol: _ZN11alglib_impl21_mlpetrnsession_clearEPv]
_mlpetrnsession_destroy ( void* _p )
[symbol: _ZN11alglib_impl23_mlpetrnsession_destroyEPv]
_mlpetrnsession_init ( void* _p, ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl20_mlpetrnsession_initEPvPNS_8ae_stateEb]
_mlpetrnsession_init_copy ( void* _dst, void* _src, ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl25_mlpetrnsession_init_copyEPvS0_PNS_8ae_stateEb]
_pexec_clusterizergetdistances ( ae_matrix* xy, ae_int_t npoints, ae_int_t nfeatures, ae_int_t disttype, ae_matrix* d, ae_state* _state )
[symbol: _ZN11alglib_impl30_pexec_clusterizergetdistancesEPNS_9ae_matrixEiiiS1_PNS_8ae_stateE]
_pexec_clusterizerrunahc ( struct clusterizerstate* s, struct ahcreport* rep, ae_state* _state )
[symbol: _ZN11alglib_impl24_pexec_clusterizerrunahcEPNS_16clusterizerstateEPNS_9ahcreportEPNS_8ae_stateE]
_pexec_mlpallerrorssparsesubset ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t setsize, ae_vector* subset, ae_int_t subsetsize, struct modelerrors* rep, ae_state* _state )
[symbol: _ZN11alglib_impl31_pexec_mlpallerrorssparsesubsetEPNS_20multilayerperceptronEPNS_12sparsematrixEiPNS_9ae_vectorEiPNS_11modelerrorsEPNS_8ae_stateE]
_pexec_mlpallerrorssubset ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t setsize, ae_vector* subset, ae_int_t subsetsize, struct modelerrors* rep, ae_state* _state )
[symbol: _ZN11alglib_impl25_pexec_mlpallerrorssubsetEPNS_20multilayerperceptronEPNS_9ae_matrixEiPNS_9ae_vectorEiPNS_11modelerrorsEPNS_8ae_stateE]
_pexec_mlpavgce ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, ae_state* _state )
[symbol: _ZN11alglib_impl15_pexec_mlpavgceEPNS_20multilayerperceptronEPNS_9ae_matrixEiPNS_8ae_stateE]
_pexec_mlpavgcesparse ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t npoints, ae_state* _state )
[symbol: _ZN11alglib_impl21_pexec_mlpavgcesparseEPNS_20multilayerperceptronEPNS_12sparsematrixEiPNS_8ae_stateE]
_pexec_mlpavgerror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, ae_state* _state )
[symbol: _ZN11alglib_impl18_pexec_mlpavgerrorEPNS_20multilayerperceptronEPNS_9ae_matrixEiPNS_8ae_stateE]
_pexec_mlpavgerrorsparse ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t npoints, ae_state* _state )
[symbol: _ZN11alglib_impl24_pexec_mlpavgerrorsparseEPNS_20multilayerperceptronEPNS_12sparsematrixEiPNS_8ae_stateE]
_pexec_mlpavgrelerror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, ae_state* _state )
[symbol: _ZN11alglib_impl21_pexec_mlpavgrelerrorEPNS_20multilayerperceptronEPNS_9ae_matrixEiPNS_8ae_stateE]
_pexec_mlpavgrelerrorsparse ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t npoints, ae_state* _state )
[symbol: _ZN11alglib_impl27_pexec_mlpavgrelerrorsparseEPNS_20multilayerperceptronEPNS_12sparsematrixEiPNS_8ae_stateE]
_pexec_mlpclserror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, ae_state* _state )
[symbol: _ZN11alglib_impl18_pexec_mlpclserrorEPNS_20multilayerperceptronEPNS_9ae_matrixEiPNS_8ae_stateE]
_pexec_mlpcontinuetraining ( struct mlptrainer* s, struct multilayerperceptron* network, ae_state* _state )
[symbol: _ZN11alglib_impl26_pexec_mlpcontinuetrainingEPNS_10mlptrainerEPNS_20multilayerperceptronEPNS_8ae_stateE]
_pexec_mlperror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, ae_state* _state )
[symbol: _ZN11alglib_impl15_pexec_mlperrorEPNS_20multilayerperceptronEPNS_9ae_matrixEiPNS_8ae_stateE]
_pexec_mlperrorsparse ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t npoints, ae_state* _state )
[symbol: _ZN11alglib_impl21_pexec_mlperrorsparseEPNS_20multilayerperceptronEPNS_12sparsematrixEiPNS_8ae_stateE]
_pexec_mlperrorsparsesubset ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t setsize, ae_vector* subset, ae_int_t subsetsize, ae_state* _state )
[symbol: _ZN11alglib_impl27_pexec_mlperrorsparsesubsetEPNS_20multilayerperceptronEPNS_12sparsematrixEiPNS_9ae_vectorEiPNS_8ae_stateE]
_pexec_mlperrorsubset ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t setsize, ae_vector* subset, ae_int_t subsetsize, ae_state* _state )
[symbol: _ZN11alglib_impl21_pexec_mlperrorsubsetEPNS_20multilayerperceptronEPNS_9ae_matrixEiPNS_9ae_vectorEiPNS_8ae_stateE]
_pexec_mlpgradbatch ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, double* e, ae_vector* grad, ae_state* _state )
[symbol: _ZN11alglib_impl19_pexec_mlpgradbatchEPNS_20multilayerperceptronEPNS_9ae_matrixEiPdPNS_9ae_vectorEPNS_8ae_stateE]
_pexec_mlpgradbatchsparse ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t ssize, double* e, ae_vector* grad, ae_state* _state )
[symbol: _ZN11alglib_impl25_pexec_mlpgradbatchsparseEPNS_20multilayerperceptronEPNS_12sparsematrixEiPdPNS_9ae_vectorEPNS_8ae_stateE]
_pexec_mlpgradbatchsparsesubset ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t setsize, ae_vector* idx, ae_int_t subsetsize, double* e, ae_vector* grad, ae_state* _state )
[symbol: _ZN11alglib_impl31_pexec_mlpgradbatchsparsesubsetEPNS_20multilayerperceptronEPNS_12sparsematrixEiPNS_9ae_vectorEiPdS5_PNS_8ae_stateE]
_pexec_mlpgradbatchsubset ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t setsize, ae_vector* idx, ae_int_t subsetsize, double* e, ae_vector* grad, ae_state* _state )
[symbol: _ZN11alglib_impl25_pexec_mlpgradbatchsubsetEPNS_20multilayerperceptronEPNS_9ae_matrixEiPNS_9ae_vectorEiPdS5_PNS_8ae_stateE]
_pexec_mlprelclserror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, ae_state* _state )
[symbol: _ZN11alglib_impl21_pexec_mlprelclserrorEPNS_20multilayerperceptronEPNS_9ae_matrixEiPNS_8ae_stateE]
_pexec_mlprelclserrorsparse ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t npoints, ae_state* _state )
[symbol: _ZN11alglib_impl27_pexec_mlprelclserrorsparseEPNS_20multilayerperceptronEPNS_12sparsematrixEiPNS_8ae_stateE]
_pexec_mlprmserror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, ae_state* _state )
[symbol: _ZN11alglib_impl18_pexec_mlprmserrorEPNS_20multilayerperceptronEPNS_9ae_matrixEiPNS_8ae_stateE]
_pexec_mlprmserrorsparse ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t npoints, ae_state* _state )
[symbol: _ZN11alglib_impl24_pexec_mlprmserrorsparseEPNS_20multilayerperceptronEPNS_12sparsematrixEiPNS_8ae_stateE]
_pexec_mlptrainensemblees ( struct mlptrainer* s, struct mlpensemble* ensemble, ae_int_t nrestarts, struct mlpreport* rep, ae_state* _state )
[symbol: _ZN11alglib_impl25_pexec_mlptrainensembleesEPNS_10mlptrainerEPNS_11mlpensembleEiPNS_9mlpreportEPNS_8ae_stateE]
_pexec_mlptrainnetwork ( struct mlptrainer* s, struct multilayerperceptron* network, ae_int_t nrestarts, struct mlpreport* rep, ae_state* _state )
[symbol: _ZN11alglib_impl22_pexec_mlptrainnetworkEPNS_10mlptrainerEPNS_20multilayerperceptronEiPNS_9mlpreportEPNS_8ae_stateE]
_smlpgrad_clear ( void* _p )
[symbol: _ZN11alglib_impl15_smlpgrad_clearEPv]
_smlpgrad_destroy ( void* _p )
[symbol: _ZN11alglib_impl17_smlpgrad_destroyEPv]
_smlpgrad_init ( void* _p, ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl14_smlpgrad_initEPvPNS_8ae_stateEb]
_smlpgrad_init_copy ( void* _dst, void* _src, ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl19_smlpgrad_init_copyEPvS0_PNS_8ae_stateEb]
_smlptrnsession_clear ( void* _p )
[symbol: _ZN11alglib_impl21_smlptrnsession_clearEPv]
_smlptrnsession_destroy ( void* _p )
[symbol: _ZN11alglib_impl23_smlptrnsession_destroyEPv]
_smlptrnsession_init ( void* _p, ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl20_smlptrnsession_initEPvPNS_8ae_stateEb]
_smlptrnsession_init_copy ( void* _dst, void* _src, ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl25_smlptrnsession_init_copyEPvS0_PNS_8ae_stateEb]
mlpallerrorsx ( struct multilayerperceptron* network, ae_matrix* densexy, struct sparsematrix* sparsexy, ae_int_t datasetsize, ae_int_t datasettype, ae_vector* idx, ae_int_t subset0, ae_int_t subset1, ae_int_t subsettype, ae_shared_pool* buf, struct modelerrors* rep, ae_state* _state )
[symbol: _ZN11alglib_impl13mlpallerrorsxEPNS_20multilayerperceptronEPNS_9ae_matrixEPNS_12sparsematrixEiiPNS_9ae_vectorEiiiPNS_14ae_shared_poolEPNS_11modelerrorsEPNS_8ae_stateE]
mlpcopyshared ( struct multilayerperceptron* network1, struct multilayerperceptron* network2, ae_state* _state )
[symbol: _ZN11alglib_impl13mlpcopysharedEPNS_20multilayerperceptronES1_PNS_8ae_stateE]
mlpcopytunableparameters ( struct multilayerperceptron* network1, struct multilayerperceptron* network2, ae_state* _state )
[symbol: _ZN11alglib_impl24mlpcopytunableparametersEPNS_20multilayerperceptronES1_PNS_8ae_stateE]
mlpeallerrorsx ( struct mlpensemble* ensemble, ae_matrix* densexy, struct sparsematrix* sparsexy, ae_int_t datasetsize, ae_int_t datasettype, ae_vector* idx, ae_int_t subset0, ae_int_t subset1, ae_int_t subsettype, ae_shared_pool* buf, struct modelerrors* rep, ae_state* _state )
[symbol: _ZN11alglib_impl14mlpeallerrorsxEPNS_11mlpensembleEPNS_9ae_matrixEPNS_12sparsematrixEiiPNS_9ae_vectorEiiiPNS_14ae_shared_poolEPNS_11modelerrorsEPNS_8ae_stateE]
mlpexporttunableparameters ( struct multilayerperceptron* network, ae_vector* p, ae_int_t* pcount, ae_state* _state )
[symbol: _ZN11alglib_impl26mlpexporttunableparametersEPNS_20multilayerperceptronEPNS_9ae_vectorEPiPNS_8ae_stateE]
mlpgradbatchx ( struct multilayerperceptron* network, ae_matrix* densexy, struct sparsematrix* sparsexy, ae_int_t datasetsize, ae_int_t datasettype, ae_vector* idx, ae_int_t subset0, ae_int_t subset1, ae_int_t subsettype, ae_shared_pool* buf, ae_shared_pool* gradbuf, ae_state* _state )
[symbol: _ZN11alglib_impl13mlpgradbatchxEPNS_20multilayerperceptronEPNS_9ae_matrixEPNS_12sparsematrixEiiPNS_9ae_vectorEiiiPNS_14ae_shared_poolES9_PNS_8ae_stateE]
mlpgradsplitcost ( ae_state* _state )
[symbol: _ZN11alglib_impl16mlpgradsplitcostEPNS_8ae_stateE]
mlpgradsplitsize ( ae_state* _state )
[symbol: _ZN11alglib_impl16mlpgradsplitsizeEPNS_8ae_stateE]
mlpimporttunableparameters ( struct multilayerperceptron* network, ae_vector* p, ae_state* _state )
[symbol: _ZN11alglib_impl26mlpimporttunableparametersEPNS_20multilayerperceptronEPNS_9ae_vectorEPNS_8ae_stateE]
mlpntotal ( struct multilayerperceptron* network, ae_state* _state )
[symbol: _ZN11alglib_impl9mlpntotalEPNS_20multilayerperceptronEPNS_8ae_stateE]
mlpsamearchitecture ( struct multilayerperceptron* network1, struct multilayerperceptron* network2, ae_state* _state )
[symbol: _ZN11alglib_impl19mlpsamearchitectureEPNS_20multilayerperceptronES1_PNS_8ae_stateE]
mlpsetalgobatch ( struct mlptrainer* s, ae_state* _state )
[symbol: _ZN11alglib_impl15mlpsetalgobatchEPNS_10mlptrainerEPNS_8ae_stateE]
fasttransforms.h,
libalglib.so
namespace alglib_impl
fftr1dinternaleven ( ae_vector* a, ae_int_t n, ae_vector* buf, struct fasttransformplan* plan, ae_state* _state )
[symbol: _ZN11alglib_impl18fftr1dinternalevenEPNS_9ae_vectorEiS1_PNS_17fasttransformplanEPNS_8ae_stateE]
fftr1dinvinternaleven ( ae_vector* a, ae_int_t n, ae_vector* buf, struct fasttransformplan* plan, ae_state* _state )
[symbol: _ZN11alglib_impl21fftr1dinvinternalevenEPNS_9ae_vectorEiS1_PNS_17fasttransformplanEPNS_8ae_stateE]
linalg.h,
libalglib.so
namespace alglib
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 const& c, ae_int_t const ic, ae_int_t const jc )
[symbol: _ZN6alglib11cmatrixgemmEiiiNS_7complexERKNS_16complex_2d_arrayEiiiS3_iiiS0_S3_ii]
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 const& x, ae_int_t const i2, ae_int_t const j2 )
[symbol: _ZN6alglib15cmatrixlefttrsmEiiRKNS_16complex_2d_arrayEiibbiS2_ii]
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 const& x, ae_int_t const i2, ae_int_t const j2 )
[symbol: _ZN6alglib16cmatrixrighttrsmEiiRKNS_16complex_2d_arrayEiibbiS2_ii]
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 const& c, ae_int_t const ic, ae_int_t const jc, bool const isupper )
[symbol: _ZN6alglib11cmatrixsyrkEiidRKNS_16complex_2d_arrayEiiidS2_iib]
rmatrixenforcesymmetricity ( real_2d_array const& a, ae_int_t const n, bool const isupper )
[symbol: _ZN6alglib26rmatrixenforcesymmetricityERKNS_13real_2d_arrayEib]
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 const& x, ae_int_t const i2, ae_int_t const j2 )
[symbol: _ZN6alglib15rmatrixlefttrsmEiiRKNS_13real_2d_arrayEiibbiS2_ii]
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 const& x, ae_int_t const i2, ae_int_t const j2 )
[symbol: _ZN6alglib16rmatrixrighttrsmEiiRKNS_13real_2d_arrayEiibbiS2_ii]
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 const& c, ae_int_t const ic, ae_int_t const jc, bool const isupper )
[symbol: _ZN6alglib11rmatrixsyrkEiidRKNS_13real_2d_arrayEiiidS2_iib]
smp_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 const& c, ae_int_t const ic, ae_int_t const jc )
[symbol: _ZN6alglib15smp_cmatrixgemmEiiiNS_7complexERKNS_16complex_2d_arrayEiiiS3_iiiS0_S3_ii]
smp_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 const& x, ae_int_t const i2, ae_int_t const j2 )
[symbol: _ZN6alglib19smp_cmatrixlefttrsmEiiRKNS_16complex_2d_arrayEiibbiS2_ii]
smp_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 const& x, ae_int_t const i2, ae_int_t const j2 )
[symbol: _ZN6alglib20smp_cmatrixrighttrsmEiiRKNS_16complex_2d_arrayEiibbiS2_ii]
smp_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 const& c, ae_int_t const ic, ae_int_t const jc, bool const isupper )
[symbol: _ZN6alglib15smp_cmatrixsyrkEiidRKNS_16complex_2d_arrayEiiidS2_iib]
smp_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 const& x, ae_int_t const i2, ae_int_t const j2 )
[symbol: _ZN6alglib19smp_rmatrixlefttrsmEiiRKNS_13real_2d_arrayEiibbiS2_ii]
smp_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 const& x, ae_int_t const i2, ae_int_t const j2 )
[symbol: _ZN6alglib20smp_rmatrixrighttrsmEiiRKNS_13real_2d_arrayEiibbiS2_ii]
smp_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 const& c, ae_int_t const ic, ae_int_t const jc, bool const isupper )
[symbol: _ZN6alglib15smp_rmatrixsyrkEiidRKNS_13real_2d_arrayEiiidS2_iib]
linalg.h,
libalglib.so
namespace alglib_impl
_pexec_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, ae_state* _state )
[symbol: _ZN11alglib_impl18_pexec_cmatrixgemmEiiiNS_10ae_complexEPNS_9ae_matrixEiiiS2_iiiS0_S2_iiPNS_8ae_stateE]
_pexec_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, ae_state* _state )
[symbol: _ZN11alglib_impl22_pexec_cmatrixlefttrsmEiiPNS_9ae_matrixEiibbiS1_iiPNS_8ae_stateE]
_pexec_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, ae_state* _state )
[symbol: _ZN11alglib_impl23_pexec_cmatrixrighttrsmEiiPNS_9ae_matrixEiibbiS1_iiPNS_8ae_stateE]
_pexec_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, ae_state* _state )
[symbol: _ZN11alglib_impl18_pexec_cmatrixsyrkEiidPNS_9ae_matrixEiiidS1_iibPNS_8ae_stateE]
_pexec_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, ae_state* _state )
[symbol: _ZN11alglib_impl22_pexec_rmatrixlefttrsmEiiPNS_9ae_matrixEiibbiS1_iiPNS_8ae_stateE]
_pexec_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, ae_state* _state )
[symbol: _ZN11alglib_impl23_pexec_rmatrixrighttrsmEiiPNS_9ae_matrixEiibbiS1_iiPNS_8ae_stateE]
_pexec_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, ae_state* _state )
[symbol: _ZN11alglib_impl18_pexec_rmatrixsyrkEiidPNS_9ae_matrixEiiidS1_iibPNS_8ae_stateE]
rmatrixenforcesymmetricity ( ae_matrix* a, ae_int_t n, bool isupper, ae_state* _state )
[symbol: _ZN11alglib_impl26rmatrixenforcesymmetricityEPNS_9ae_matrixEibPNS_8ae_stateE]
optimization.h,
libalglib.so
namespace alglib
minqpsetalgobleic ( minqpstate const& state, double const epsg, double const epsf, double const epsx, ae_int_t const maxits )
[symbol: _ZN6alglib17minqpsetalgobleicERKNS_10minqpstateEdddi]
minqpsetquadratictermsparse ( minqpstate const& state, sparsematrix const& a, bool const isupper )
[symbol: _ZN6alglib27minqpsetquadratictermsparseERKNS_10minqpstateERKNS_12sparsematrixEb]
minqpsetscale ( minqpstate const& state, real_1d_array const& s )
[symbol: _ZN6alglib13minqpsetscaleERKNS_10minqpstateERKNS_13real_1d_arrayE]
optimization.h,
libalglib.so
namespace alglib_impl
minbleicemergencytermination ( struct minbleicstate* state, ae_state* _state )
[symbol: _ZN11alglib_impl28minbleicemergencyterminationEPNS_13minbleicstateEPNS_8ae_stateE]
minbleicsetdrep ( struct minbleicstate* state, bool needdrep, ae_state* _state )
[symbol: _ZN11alglib_impl15minbleicsetdrepEPNS_13minbleicstateEbPNS_8ae_stateE]
minqpsetalgobleic ( struct minqpstate* state, double epsg, double epsf, double epsx, ae_int_t maxits, ae_state* _state )
[symbol: _ZN11alglib_impl17minqpsetalgobleicEPNS_10minqpstateEdddiPNS_8ae_stateE]
minqpsetquadratictermsparse ( struct minqpstate* state, struct sparsematrix* a, bool isupper, ae_state* _state )
[symbol: _ZN11alglib_impl27minqpsetquadratictermsparseEPNS_10minqpstateEPNS_12sparsematrixEbPNS_8ae_stateE]
minqpsetscale ( struct minqpstate* state, ae_vector* s, ae_state* _state )
[symbol: _ZN11alglib_impl13minqpsetscaleEPNS_10minqpstateEPNS_9ae_vectorEPNS_8ae_stateE]
sasactivelcpenalty1 ( struct sactiveset* state, ae_vector* x, ae_state* _state )
[symbol: _ZN11alglib_impl19sasactivelcpenalty1EPNS_10sactivesetEPNS_9ae_vectorEPNS_8ae_stateE]
statistics.h,
libalglib.so
namespace alglib
rankdata ( real_2d_array const& xy, ae_int_t const npoints, ae_int_t const nfeatures )
[symbol: _ZN6alglib8rankdataERKNS_13real_2d_arrayEii]
rankdata ( real_2d_array& xy )
[symbol: _ZN6alglib8rankdataERNS_13real_2d_arrayE]
rankdatacentered ( real_2d_array const& xy, ae_int_t const npoints, ae_int_t const nfeatures )
[symbol: _ZN6alglib16rankdatacenteredERKNS_13real_2d_arrayEii]
rankdatacentered ( real_2d_array& xy )
[symbol: _ZN6alglib16rankdatacenteredERNS_13real_2d_arrayE]
smp_covm ( real_2d_array const& x, ae_int_t const n, ae_int_t const m, real_2d_array& c )
[symbol: _ZN6alglib8smp_covmERKNS_13real_2d_arrayEiiRS0_]
smp_covm ( real_2d_array const& x, real_2d_array& c )
[symbol: _ZN6alglib8smp_covmERKNS_13real_2d_arrayERS0_]
smp_covm2 ( real_2d_array const& x, real_2d_array const& y, ae_int_t const n, ae_int_t const m1, ae_int_t const m2, real_2d_array& c )
[symbol: _ZN6alglib9smp_covm2ERKNS_13real_2d_arrayES2_iiiRS0_]
smp_covm2 ( real_2d_array const& x, real_2d_array const& y, real_2d_array& c )
[symbol: _ZN6alglib9smp_covm2ERKNS_13real_2d_arrayES2_RS0_]
smp_pearsoncorrm ( real_2d_array const& x, ae_int_t const n, ae_int_t const m, real_2d_array& c )
[symbol: _ZN6alglib16smp_pearsoncorrmERKNS_13real_2d_arrayEiiRS0_]
smp_pearsoncorrm ( real_2d_array const& x, real_2d_array& c )
[symbol: _ZN6alglib16smp_pearsoncorrmERKNS_13real_2d_arrayERS0_]
smp_pearsoncorrm2 ( real_2d_array const& x, real_2d_array const& y, ae_int_t const n, ae_int_t const m1, ae_int_t const m2, real_2d_array& c )
[symbol: _ZN6alglib17smp_pearsoncorrm2ERKNS_13real_2d_arrayES2_iiiRS0_]
smp_pearsoncorrm2 ( real_2d_array const& x, real_2d_array const& y, real_2d_array& c )
[symbol: _ZN6alglib17smp_pearsoncorrm2ERKNS_13real_2d_arrayES2_RS0_]
smp_rankdata ( real_2d_array const& xy, ae_int_t const npoints, ae_int_t const nfeatures )
[symbol: _ZN6alglib12smp_rankdataERKNS_13real_2d_arrayEii]
smp_rankdata ( real_2d_array& xy )
[symbol: _ZN6alglib12smp_rankdataERNS_13real_2d_arrayE]
smp_rankdatacentered ( real_2d_array const& xy, ae_int_t const npoints, ae_int_t const nfeatures )
[symbol: _ZN6alglib20smp_rankdatacenteredERKNS_13real_2d_arrayEii]
smp_rankdatacentered ( real_2d_array& xy )
[symbol: _ZN6alglib20smp_rankdatacenteredERNS_13real_2d_arrayE]
smp_spearmancorrm ( real_2d_array const& x, ae_int_t const n, ae_int_t const m, real_2d_array& c )
[symbol: _ZN6alglib17smp_spearmancorrmERKNS_13real_2d_arrayEiiRS0_]
smp_spearmancorrm ( real_2d_array const& x, real_2d_array& c )
[symbol: _ZN6alglib17smp_spearmancorrmERKNS_13real_2d_arrayERS0_]
smp_spearmancorrm2 ( real_2d_array const& x, real_2d_array const& y, ae_int_t const n, ae_int_t const m1, ae_int_t const m2, real_2d_array& c )
[symbol: _ZN6alglib18smp_spearmancorrm2ERKNS_13real_2d_arrayES2_iiiRS0_]
smp_spearmancorrm2 ( real_2d_array const& x, real_2d_array const& y, real_2d_array& c )
[symbol: _ZN6alglib18smp_spearmancorrm2ERKNS_13real_2d_arrayES2_RS0_]
statistics.h,
libalglib.so
namespace alglib_impl
_pexec_covm ( ae_matrix* x, ae_int_t n, ae_int_t m, ae_matrix* c, ae_state* _state )
[symbol: _ZN11alglib_impl11_pexec_covmEPNS_9ae_matrixEiiS1_PNS_8ae_stateE]
_pexec_covm2 ( ae_matrix* x, ae_matrix* y, ae_int_t n, ae_int_t m1, ae_int_t m2, ae_matrix* c, ae_state* _state )
[symbol: _ZN11alglib_impl12_pexec_covm2EPNS_9ae_matrixES1_iiiS1_PNS_8ae_stateE]
_pexec_pearsoncorrm ( ae_matrix* x, ae_int_t n, ae_int_t m, ae_matrix* c, ae_state* _state )
[symbol: _ZN11alglib_impl19_pexec_pearsoncorrmEPNS_9ae_matrixEiiS1_PNS_8ae_stateE]
_pexec_pearsoncorrm2 ( ae_matrix* x, ae_matrix* y, ae_int_t n, ae_int_t m1, ae_int_t m2, ae_matrix* c, ae_state* _state )
[symbol: _ZN11alglib_impl20_pexec_pearsoncorrm2EPNS_9ae_matrixES1_iiiS1_PNS_8ae_stateE]
_pexec_rankdata ( ae_matrix* xy, ae_int_t npoints, ae_int_t nfeatures, ae_state* _state )
[symbol: _ZN11alglib_impl15_pexec_rankdataEPNS_9ae_matrixEiiPNS_8ae_stateE]
_pexec_rankdatacentered ( ae_matrix* xy, ae_int_t npoints, ae_int_t nfeatures, ae_state* _state )
[symbol: _ZN11alglib_impl23_pexec_rankdatacenteredEPNS_9ae_matrixEiiPNS_8ae_stateE]
_pexec_spearmancorrm ( ae_matrix* x, ae_int_t n, ae_int_t m, ae_matrix* c, ae_state* _state )
[symbol: _ZN11alglib_impl20_pexec_spearmancorrmEPNS_9ae_matrixEiiS1_PNS_8ae_stateE]
_pexec_spearmancorrm2 ( ae_matrix* x, ae_matrix* y, ae_int_t n, ae_int_t m1, ae_int_t m2, ae_matrix* c, ae_state* _state )
[symbol: _ZN11alglib_impl21_pexec_spearmancorrm2EPNS_9ae_matrixES1_iiiS1_PNS_8ae_stateE]
rankdata ( ae_matrix* xy, ae_int_t npoints, ae_int_t nfeatures, ae_state* _state )
[symbol: _ZN11alglib_impl8rankdataEPNS_9ae_matrixEiiPNS_8ae_stateE]
rankdatacentered ( ae_matrix* xy, ae_int_t npoints, ae_int_t nfeatures, ae_state* _state )
[symbol: _ZN11alglib_impl16rankdatacenteredEPNS_9ae_matrixEiiPNS_8ae_stateE]
to the top
Removed Symbols (30)
alglibinternal.h,
libalglib.so
namespace alglib_impl
_ftplan_clear ( void* _p )
[symbol: _ZN11alglib_impl13_ftplan_clearEPv]
_ftplan_destroy ( void* _p )
[symbol: _ZN11alglib_impl15_ftplan_destroyEPv]
_ftplan_init ( void* _p, ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl12_ftplan_initEPvPNS_8ae_stateEb]
_ftplan_init_copy ( void* _dst, void* _src, ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl17_ftplan_init_copyEPvS0_PNS_8ae_stateEb]
ftbaseexecuteplan ( ae_vector* a, ae_int_t aoffset, ae_int_t n, struct ftplan* plan, 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, ae_state* _state )
[symbol: _ZN11alglib_impl20ftbaseexecuteplanrecEPNS_9ae_vectorEiPNS_6ftplanEiiPNS_8ae_stateE]
ftbasegeneratecomplexfftplan ( ae_int_t n, struct ftplan* plan, ae_state* _state )
[symbol: _ZN11alglib_impl28ftbasegeneratecomplexfftplanEiPNS_6ftplanEPNS_8ae_stateE]
ftbasegeneraterealfftplan ( ae_int_t n, struct ftplan* plan, ae_state* _state )
[symbol: _ZN11alglib_impl25ftbasegeneraterealfftplanEiPNS_6ftplanEPNS_8ae_stateE]
ftbasegeneraterealfhtplan ( ae_int_t n, struct ftplan* plan, ae_state* _state )
[symbol: _ZN11alglib_impl25ftbasegeneraterealfhtplanEiPNS_6ftplanEPNS_8ae_stateE]
rankx ( ae_vector* x, ae_int_t n, struct apbuffers* buf, ae_state* _state )
[symbol: _ZN11alglib_impl5rankxEPNS_9ae_vectorEiPNS_9apbuffersEPNS_8ae_stateE]
ap.h,
libalglib.so
namespace alglib
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] ( ae_matrix_wrapper const& rhs )
[symbol: _ZN6alglib17ae_matrix_wrapperC2ERKS0_]
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] ( ae_vector_wrapper const& rhs )
[symbol: _ZN6alglib17ae_vector_wrapperC2ERKS0_]
ae_vector_wrapper::operator = ( ae_vector_wrapper const& rhs )
[symbol: _ZN6alglib17ae_vector_wrapperaSERKS0_]
ap.h,
libalglib.so
namespace alglib_impl
ae_smart_ptr_assign ( ae_smart_ptr* dst, void* new_ptr, bool is_owner, void(*destroy)(void*) )
[symbol: _ZN11alglib_impl19ae_smart_ptr_assignEPNS_12ae_smart_ptrEPvbPFvS2_E]
dataanalysis.h,
libalglib.so
namespace alglib_impl
mlpeallerrors ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, double* relcls, double* avgce, double* rms, double* avg, double* avgrel, ae_state* _state )
[symbol: _ZN11alglib_impl13mlpeallerrorsEPNS_11mlpensembleEPNS_9ae_matrixEiPdS4_S4_S4_S4_PNS_8ae_stateE]
fasttransforms.h,
libalglib.so
namespace alglib_impl
fftr1dinternaleven ( ae_vector* a, ae_int_t n, ae_vector* buf, struct ftplan* plan, ae_state* _state )
[symbol: _ZN11alglib_impl18fftr1dinternalevenEPNS_9ae_vectorEiS1_PNS_6ftplanEPNS_8ae_stateE]
fftr1dinvinternaleven ( ae_vector* a, ae_int_t n, ae_vector* buf, struct ftplan* plan, ae_state* _state )
[symbol: _ZN11alglib_impl21fftr1dinvinternalevenEPNS_9ae_vectorEiS1_PNS_6ftplanEPNS_8ae_stateE]
linalg.h,
libalglib.so
namespace alglib
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]
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]
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]
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]
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]
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]
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]
optimization.h,
libalglib.so
namespace alglib_impl
_linfeassolver_clear ( void* _p )
[symbol: _ZN11alglib_impl20_linfeassolver_clearEPv]
_linfeassolver_destroy ( void* _p )
[symbol: _ZN11alglib_impl22_linfeassolver_destroyEPv]
_linfeassolver_init ( void* _p, ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl19_linfeassolver_initEPvPNS_8ae_stateEb]
_linfeassolver_init_copy ( void* _dst, void* _src, ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl24_linfeassolver_init_copyEPvS0_PNS_8ae_stateEb]
to the top
Problems with Data Types, High Severity (6)
alglibmisc.h
namespace alglib_impl
[+] struct hqrndstate (1)
| Change |
Effect |
1 | Field v has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (110)
alglib::_hqrndstate_owner::_hqrndstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct hqrndstate'.
alglib::_hqrndstate_owner::_hqrndstate_owner [in-charge] ( alglib::_hqrndstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct hqrndstate'.
alglib::_hqrndstate_owner::c_ptr ( )Field 'this->p_struct' in the object of this method has base type 'struct hqrndstate'.
alglib::_hqrndstate_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct hqrndstate'.
alglib::_hqrndstate_owner::operator = ( alglib::_hqrndstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct hqrndstate'.
alglib::_hqrndstate_owner::~_hqrndstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct hqrndstate'.
alglib::_linlsqrstate_owner::_linlsqrstate_owner [in-charge] ( )Field 'this->p_struct->nes->r' in the object of this method has type 'struct hqrndstate'.
alglib::_linlsqrstate_owner::_linlsqrstate_owner [in-charge] ( alglib::_linlsqrstate_owner const& rhs )Field 'rhs->p_struct->nes->r' in 1st parameter 'rhs' (reference) has type 'struct hqrndstate'.
alglib::_linlsqrstate_owner::c_ptr ( )Field 'this->p_struct->nes->r' in the object of this method has type 'struct hqrndstate'.
alglib::_linlsqrstate_owner::c_ptr ( ) constField 'this->p_struct->nes->r' in the object of this method has type 'struct hqrndstate'.
alglib::_linlsqrstate_owner::operator = ( alglib::_linlsqrstate_owner const& rhs )Field 'rhs->p_struct->nes->r' in 1st parameter 'rhs' (reference) has type 'struct hqrndstate'.
alglib::_linlsqrstate_owner::~_linlsqrstate_owner [in-charge] ( )Field 'this->p_struct->nes->r' in the object of this method has type 'struct hqrndstate'.
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optstate->qpstate->estimator->r' in the object of this method has type 'struct hqrndstate'.
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optstate->qpstate->estimator->r' in 1st parameter 'rhs' (reference) has type 'struct hqrndstate'.
alglib::_lsfitstate_owner::c_ptr ( )Field 'this->p_struct->optstate->qpstate->estimator->r' in the object of this method has type 'struct hqrndstate'.
alglib::_lsfitstate_owner::c_ptr ( ) constField 'this->p_struct->optstate->qpstate->estimator->r' in the object of this method has type 'struct hqrndstate'.
alglib::_lsfitstate_owner::operator = ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optstate->qpstate->estimator->r' in 1st parameter 'rhs' (reference) has type 'struct hqrndstate'.
alglib::_lsfitstate_owner::~_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optstate->qpstate->estimator->r' in the object of this method has type 'struct hqrndstate'.
alglib::_minlmstate_owner::_minlmstate_owner [in-charge] ( )Field 'this->p_struct->qpstate->estimator->r' in the object of this method has type 'struct hqrndstate'.
alglib::_minlmstate_owner::_minlmstate_owner [in-charge] ( alglib::_minlmstate_owner const& rhs )Field 'rhs->p_struct->qpstate->estimator->r' in 1st parameter 'rhs' (reference) has type 'struct hqrndstate'.
alglib::_minlmstate_owner::c_ptr ( )Field 'this->p_struct->qpstate->estimator->r' in the object of this method has type 'struct hqrndstate'.
alglib::_minlmstate_owner::c_ptr ( ) constField 'this->p_struct->qpstate->estimator->r' in the object of this method has type 'struct hqrndstate'.
alglib::_minlmstate_owner::operator = ( alglib::_minlmstate_owner const& rhs )Field 'rhs->p_struct->qpstate->estimator->r' in 1st parameter 'rhs' (reference) has type 'struct hqrndstate'.
alglib::_minlmstate_owner::~_minlmstate_owner [in-charge] ( )Field 'this->p_struct->qpstate->estimator->r' in the object of this method has type 'struct hqrndstate'.
alglib::_minqpstate_owner::_minqpstate_owner [in-charge] ( )Field 'this->p_struct->estimator->r' in the object of this method has type 'struct hqrndstate'.
alglib::_minqpstate_owner::_minqpstate_owner [in-charge] ( alglib::_minqpstate_owner const& rhs )Field 'rhs->p_struct->estimator->r' in 1st parameter 'rhs' (reference) has type 'struct hqrndstate'.
alglib::_minqpstate_owner::c_ptr ( )Field 'retval->estimator->r' in return value (pointer) has type 'struct hqrndstate'.
alglib::_minqpstate_owner::c_ptr ( ) constField 'retval->estimator->r' in return value (pointer) has type 'struct hqrndstate'.
alglib::_minqpstate_owner::operator = ( alglib::_minqpstate_owner const& rhs )Field 'rhs->p_struct->estimator->r' in 1st parameter 'rhs' (reference) has type 'struct hqrndstate'.
alglib::_minqpstate_owner::~_minqpstate_owner [in-charge] ( )Field 'this->p_struct->estimator->r' in the object of this method has type 'struct hqrndstate'.
alglib::_normestimatorstate_owner::_normestimatorstate_owner [in-charge] ( )Field 'this->p_struct->r' in the object of this method has type 'struct hqrndstate'.
alglib::_normestimatorstate_owner::_normestimatorstate_owner [in-charge] ( alglib::_normestimatorstate_owner const& rhs )Field 'rhs->p_struct->r' in 1st parameter 'rhs' (reference) has type 'struct hqrndstate'.
alglib::_normestimatorstate_owner::c_ptr ( )Field 'retval->r' in return value (pointer) has type 'struct hqrndstate'.
alglib::_normestimatorstate_owner::c_ptr ( ) constField 'retval->r' in return value (pointer) has type 'struct hqrndstate'.
alglib::_normestimatorstate_owner::operator = ( alglib::_normestimatorstate_owner const& rhs )Field 'rhs->p_struct->r' in 1st parameter 'rhs' (reference) has type 'struct hqrndstate'.
alglib::_normestimatorstate_owner::~_normestimatorstate_owner [in-charge] ( )Field 'this->p_struct->r' in the object of this method has type 'struct hqrndstate'.
hqrndcontinuous ( struct hqrndstate* state, ae_vector* x, ae_int_t n, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct hqrndstate'.
hqrnddiscrete ( struct hqrndstate* state, ae_vector* x, ae_int_t n, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct hqrndstate'.
hqrndexponential ( struct hqrndstate* state, double lambdav, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct hqrndstate'.
hqrndnormal ( struct hqrndstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct hqrndstate'.
hqrndnormal2 ( struct hqrndstate* state, double* x1, double* x2, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct hqrndstate'.
hqrndrandomize ( struct hqrndstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct hqrndstate'.
hqrndseed ( ae_int_t s1, ae_int_t s2, struct hqrndstate* state, ae_state* _state )3rd parameter 'state' (pointer) has base type 'struct hqrndstate'.
hqrnduniformi ( struct hqrndstate* state, ae_int_t n, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct hqrndstate'.
hqrnduniformr ( struct hqrndstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct hqrndstate'.
hqrndunit2 ( struct hqrndstate* state, double* x, double* y, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct hqrndstate'.
linlsqrcreate ( ae_int_t m, ae_int_t n, struct linlsqrstate* state, ae_state* _state )Field 'state->nes->r' in 3rd parameter 'state' (pointer) has type 'struct hqrndstate'.
linlsqriteration ( struct linlsqrstate* state, ae_state* _state )Field 'state->nes->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
linlsqrrestart ( struct linlsqrstate* state, ae_state* _state )Field 'state->nes->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
linlsqrresults ( struct linlsqrstate* state, ae_vector* x, struct linlsqrreport* rep, ae_state* _state )Field 'state->nes->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
linlsqrsetb ( struct linlsqrstate* state, ae_vector* b, ae_state* _state )Field 'state->nes->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
linlsqrsetcond ( struct linlsqrstate* state, double epsa, double epsb, ae_int_t maxits, ae_state* _state )Field 'state->nes->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
linlsqrsetlambdai ( struct linlsqrstate* state, double lambdai, ae_state* _state )Field 'state->nes->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
linlsqrsetprecdiag ( struct linlsqrstate* state, ae_state* _state )Field 'state->nes->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
linlsqrsetprecunit ( struct linlsqrstate* state, ae_state* _state )Field 'state->nes->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
linlsqrsetxrep ( struct linlsqrstate* state, bool needxrep, ae_state* _state )Field 'state->nes->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
linlsqrsolvesparse ( struct linlsqrstate* state, struct sparsematrix* a, ae_vector* b, ae_state* _state )Field 'state->nes->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
lsfitcreatef ( ae_matrix* x, ae_vector* y, ae_vector* c, ae_int_t n, ae_int_t m, ae_int_t k, double diffstep, struct lsfitstate* state, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 8th parameter 'state' (pointer) has type 'struct hqrndstate'.
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, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 8th parameter 'state' (pointer) has type 'struct hqrndstate'.
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, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 7th parameter 'state' (pointer) has type 'struct hqrndstate'.
lsfitcreatewf ( ae_matrix* x, ae_vector* y, ae_vector* w, ae_vector* c, ae_int_t n, ae_int_t m, ae_int_t k, double diffstep, struct lsfitstate* state, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 9th parameter 'state' (pointer) has type 'struct hqrndstate'.
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, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 9th parameter 'state' (pointer) has type 'struct hqrndstate'.
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, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 8th parameter 'state' (pointer) has type 'struct hqrndstate'.
lsfititeration ( struct lsfitstate* state, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
lsfitresults ( struct lsfitstate* state, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
lsfitsetbc ( struct lsfitstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
lsfitsetcond ( struct lsfitstate* state, double epsf, double epsx, ae_int_t maxits, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
lsfitsetgradientcheck ( struct lsfitstate* state, double teststep, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
lsfitsetscale ( struct lsfitstate* state, ae_vector* s, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
lsfitsetstpmax ( struct lsfitstate* state, double stpmax, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
lsfitsetxrep ( struct lsfitstate* state, bool needxrep, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmcreatefgh ( ae_int_t n, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator->r' in 3rd parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmcreatefgj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator->r' in 4th parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmcreatefj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator->r' in 4th parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmcreatev ( ae_int_t n, ae_int_t m, ae_vector* x, double diffstep, struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator->r' in 5th parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmcreatevgj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator->r' in 4th parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmcreatevj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator->r' in 4th parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmiteration ( struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmrestartfrom ( struct minlmstate* state, ae_vector* x, ae_state* _state )Field 'state->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmresults ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, ae_state* _state )Field 'state->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmresultsbuf ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, ae_state* _state )Field 'state->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmsetacctype ( struct minlmstate* state, ae_int_t acctype, ae_state* _state )Field 'state->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmsetbc ( struct minlmstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )Field 'state->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmsetcond ( struct minlmstate* state, double epsg, double epsf, double epsx, ae_int_t maxits, ae_state* _state )Field 'state->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmsetgradientcheck ( struct minlmstate* state, double teststep, ae_state* _state )Field 'state->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmsetscale ( struct minlmstate* state, ae_vector* s, ae_state* _state )Field 'state->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmsetstpmax ( struct minlmstate* state, double stpmax, ae_state* _state )Field 'state->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmsetxrep ( struct minlmstate* state, bool needxrep, ae_state* _state )Field 'state->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpcreate ( ae_int_t n, struct minqpstate* state, ae_state* _state )Field 'state->estimator->r' in 2nd parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpoptimize ( struct minqpstate* state, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpresults ( struct minqpstate* state, ae_vector* x, struct minqpreport* rep, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpresultsbuf ( struct minqpstate* state, ae_vector* x, struct minqpreport* rep, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqprewritediagonal ( struct minqpstate* state, ae_vector* s, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpsetalgocholesky ( struct minqpstate* state, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpsetbc ( struct minqpstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpsetlc ( struct minqpstate* state, ae_matrix* c, ae_vector* ct, ae_int_t k, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpsetlinearterm ( struct minqpstate* state, ae_vector* b, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpsetlineartermfast ( struct minqpstate* state, ae_vector* b, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpsetorigin ( struct minqpstate* state, ae_vector* xorigin, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpsetoriginfast ( struct minqpstate* state, ae_vector* xorigin, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpsetquadraticterm ( struct minqpstate* state, ae_matrix* a, bool isupper, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpsetquadratictermfast ( struct minqpstate* state, ae_matrix* a, bool isupper, double s, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpsetstartingpoint ( struct minqpstate* state, ae_vector* x, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpsetstartingpointfast ( struct minqpstate* state, ae_vector* x, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
normestimatorcreate ( ae_int_t m, ae_int_t n, ae_int_t nstart, ae_int_t nits, struct normestimatorstate* state, ae_state* _state )Field 'state->r' in 5th parameter 'state' (pointer) has type 'struct hqrndstate'.
normestimatorestimatesparse ( struct normestimatorstate* state, struct sparsematrix* a, ae_state* _state )Field 'state->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
normestimatoriteration ( struct normestimatorstate* state, ae_state* _state )Field 'state->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
normestimatorrestart ( struct normestimatorstate* state, ae_state* _state )Field 'state->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
normestimatorresults ( struct normestimatorstate* state, double* nrm, ae_state* _state )Field 'state->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
normestimatorsetseed ( struct normestimatorstate* state, ae_int_t seedval, ae_state* _state )Field 'state->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
dataanalysis.h
namespace alglib_impl
[+] struct mlptrainer (4)
| Change |
Effect |
1 | Field tnetwork has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field tstate has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Field wbest has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
4 | Field wfinal has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (18)
alglib::_mlptrainer_owner::_mlptrainer_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mlptrainer'.
alglib::_mlptrainer_owner::_mlptrainer_owner [in-charge] ( alglib::_mlptrainer_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mlptrainer'.
alglib::_mlptrainer_owner::c_ptr ( )Field 'this->p_struct' in the object of this method has base type 'struct mlptrainer'.
alglib::_mlptrainer_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct mlptrainer'.
alglib::_mlptrainer_owner::operator = ( alglib::_mlptrainer_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mlptrainer'.
alglib::_mlptrainer_owner::~_mlptrainer_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mlptrainer'.
_pexec_mlpkfoldcv ( struct mlptrainer* s, struct multilayerperceptron* network, ae_int_t nrestarts, ae_int_t foldscount, struct mlpreport* rep, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpcontinuetraining ( struct mlptrainer* s, struct multilayerperceptron* network, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpcreatetrainer ( ae_int_t nin, ae_int_t nout, struct mlptrainer* s, ae_state* _state )3rd parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpcreatetrainercls ( ae_int_t nin, ae_int_t nclasses, struct mlptrainer* s, ae_state* _state )3rd parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpkfoldcv ( struct mlptrainer* s, struct multilayerperceptron* network, ae_int_t nrestarts, ae_int_t foldscount, struct mlpreport* rep, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpsetcond ( struct mlptrainer* s, double wstep, ae_int_t maxits, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpsetdataset ( struct mlptrainer* s, ae_matrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpsetdecay ( struct mlptrainer* s, double decay, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpsetsparsedataset ( struct mlptrainer* s, struct sparsematrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpstarttraining ( struct mlptrainer* s, struct multilayerperceptron* network, bool randomstart, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlptrainensemblees ( struct mlptrainer* s, struct mlpensemble* ensemble, ae_int_t nrestarts, struct mlpreport* rep, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlptrainnetwork ( struct mlptrainer* s, struct multilayerperceptron* network, ae_int_t nrestarts, struct mlpreport* rep, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
[+] struct multilayerperceptron (1)
| Change |
Effect |
1 | Field chunks has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (122)
alglib::_mlpensemble_owner::_mlpensemble_owner [in-charge] ( )Field 'this->p_struct->network' in the object of this method has type 'struct multilayerperceptron'.
alglib::_mlpensemble_owner::_mlpensemble_owner [in-charge] ( alglib::_mlpensemble_owner const& rhs )Field 'rhs->p_struct->network' in 1st parameter 'rhs' (reference) has type 'struct multilayerperceptron'.
alglib::_mlpensemble_owner::c_ptr ( )Field 'this->p_struct->network' in the object of this method has type 'struct multilayerperceptron'.
alglib::_mlpensemble_owner::c_ptr ( ) constField 'this->p_struct->network' in the object of this method has type 'struct multilayerperceptron'.
alglib::_mlpensemble_owner::operator = ( alglib::_mlpensemble_owner const& rhs )Field 'rhs->p_struct->network' in 1st parameter 'rhs' (reference) has type 'struct multilayerperceptron'.
alglib::_mlpensemble_owner::~_mlpensemble_owner [in-charge] ( )Field 'this->p_struct->network' in the object of this method has type 'struct multilayerperceptron'.
alglib::_multilayerperceptron_owner::_multilayerperceptron_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct multilayerperceptron'.
alglib::_multilayerperceptron_owner::_multilayerperceptron_owner [in-charge] ( alglib::_multilayerperceptron_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct multilayerperceptron'.
alglib::_multilayerperceptron_owner::c_ptr ( )Field 'this->p_struct' in the object of this method has base type 'struct multilayerperceptron'.
alglib::_multilayerperceptron_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct multilayerperceptron'.
alglib::_multilayerperceptron_owner::operator = ( alglib::_multilayerperceptron_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct multilayerperceptron'.
alglib::_multilayerperceptron_owner::~_multilayerperceptron_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct multilayerperceptron'.
_pexec_mlpkfoldcv ( struct mlptrainer* s, struct multilayerperceptron* network, ae_int_t nrestarts, ae_int_t foldscount, struct mlpreport* rep, ae_state* _state )2nd parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpallerrorssparsesubset ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t setsize, ae_vector* subset, ae_int_t subsetsize, struct modelerrors* rep, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpallerrorssubset ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t setsize, ae_vector* subset, ae_int_t subsetsize, struct modelerrors* rep, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpalloc ( struct ae_serializer* s, struct multilayerperceptron* network, ae_state* _state )2nd parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpavgce ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpavgcesparse ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpavgerror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpavgerrorsparse ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpavgrelerror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpavgrelerrorsparse ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpclserror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcontinuetraining ( struct mlptrainer* s, struct multilayerperceptron* network, ae_state* _state )2nd parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcopy ( struct multilayerperceptron* network1, struct multilayerperceptron* network2, ae_state* _state )1st parameter 'network1' (pointer) has base type 'struct multilayerperceptron'.
mlpcreate0 ( ae_int_t nin, ae_int_t nout, struct multilayerperceptron* network, ae_state* _state )3rd parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcreate1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, struct multilayerperceptron* network, ae_state* _state )4th parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcreate2 ( ae_int_t nin, ae_int_t nhid1, ae_int_t nhid2, ae_int_t nout, struct multilayerperceptron* network, ae_state* _state )5th parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcreateb0 ( ae_int_t nin, ae_int_t nout, double b, double d, struct multilayerperceptron* network, ae_state* _state )5th parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcreateb1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, double b, double d, struct multilayerperceptron* network, ae_state* _state )6th parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcreateb2 ( ae_int_t nin, ae_int_t nhid1, ae_int_t nhid2, ae_int_t nout, double b, double d, struct multilayerperceptron* network, ae_state* _state )7th parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcreatec0 ( ae_int_t nin, ae_int_t nout, struct multilayerperceptron* network, ae_state* _state )3rd parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcreatec1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, struct multilayerperceptron* network, ae_state* _state )4th parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcreatec2 ( ae_int_t nin, ae_int_t nhid1, ae_int_t nhid2, ae_int_t nout, struct multilayerperceptron* network, ae_state* _state )5th parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcreater0 ( ae_int_t nin, ae_int_t nout, double a, double b, struct multilayerperceptron* network, ae_state* _state )5th parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcreater1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, double a, double b, struct multilayerperceptron* network, ae_state* _state )6th parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcreater2 ( ae_int_t nin, ae_int_t nhid1, ae_int_t nhid2, ae_int_t nout, double a, double b, struct multilayerperceptron* network, ae_state* _state )7th parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpeallerrorssparse ( struct mlpensemble* ensemble, struct sparsematrix* xy, ae_int_t npoints, double* relcls, double* avgce, double* rms, double* avg, double* avgrel, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpealloc ( struct ae_serializer* s, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 2nd parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpeavgce ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpeavgerror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpeavgrelerror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
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, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
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, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpecopy ( struct mlpensemble* ensemble1, struct mlpensemble* ensemble2, ae_state* _state )Field 'ensemble2->network' in 2nd parameter 'ensemble2' (pointer) has type 'struct multilayerperceptron'.
mlpecreate0 ( ae_int_t nin, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 4th parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpecreate1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 5th parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpecreate2 ( ae_int_t nin, ae_int_t nhid1, ae_int_t nhid2, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 6th parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpecreateb0 ( ae_int_t nin, ae_int_t nout, double b, double d, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 6th parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpecreateb1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, double b, double d, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 7th parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
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, ae_state* _state )Field 'ensemble->network' in 8th parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpecreatec0 ( ae_int_t nin, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 4th parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpecreatec1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 5th parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpecreatec2 ( ae_int_t nin, ae_int_t nhid1, ae_int_t nhid2, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 6th parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpecreatefromnetwork ( struct multilayerperceptron* network, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpecreater0 ( ae_int_t nin, ae_int_t nout, double a, double b, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 6th parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpecreater1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, double a, double b, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 7th parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
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, ae_state* _state )Field 'ensemble->network' in 8th parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpeissoftmax ( struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpeprocess ( struct mlpensemble* ensemble, ae_vector* x, ae_vector* y, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpeprocessi ( struct mlpensemble* ensemble, ae_vector* x, ae_vector* y, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpeproperties ( struct mlpensemble* ensemble, ae_int_t* nin, ae_int_t* nout, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlperandomize ( struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlperelclserror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpermserror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlperror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlperrorn ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlperrorsparse ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlperrorsparsesubset ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t setsize, ae_vector* subset, ae_int_t subsetsize, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlperrorsubset ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t setsize, ae_vector* subset, ae_int_t subsetsize, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpeserialize ( struct ae_serializer* s, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 2nd parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpetraines ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, double decay, ae_int_t restarts, ae_int_t* info, struct mlpreport* rep, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpeunserialize ( struct ae_serializer* s, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 2nd parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpgetinputscaling ( struct multilayerperceptron* network, ae_int_t i, double* mean, double* sigma, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgetinputscount ( struct multilayerperceptron* network, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgetlayerscount ( struct multilayerperceptron* network, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgetlayersize ( struct multilayerperceptron* network, ae_int_t k, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgetneuroninfo ( struct multilayerperceptron* network, ae_int_t k, ae_int_t i, ae_int_t* fkind, double* threshold, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgetoutputscaling ( struct multilayerperceptron* network, ae_int_t i, double* mean, double* sigma, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgetoutputscount ( struct multilayerperceptron* network, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgetweight ( struct multilayerperceptron* network, ae_int_t k0, ae_int_t i0, ae_int_t k1, ae_int_t i1, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgetweightscount ( struct multilayerperceptron* network, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgrad ( struct multilayerperceptron* network, ae_vector* x, ae_vector* desiredy, double* e, ae_vector* grad, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgradbatch ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, double* e, ae_vector* grad, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgradbatchsparse ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t ssize, double* e, ae_vector* grad, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgradbatchsparsesubset ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t setsize, ae_vector* idx, ae_int_t subsetsize, double* e, ae_vector* grad, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgradbatchsubset ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t setsize, ae_vector* idx, ae_int_t subsetsize, double* e, ae_vector* grad, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgradn ( struct multilayerperceptron* network, ae_vector* x, ae_vector* desiredy, double* e, ae_vector* grad, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgradnbatch ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, double* e, ae_vector* grad, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlphessianbatch ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, double* e, ae_vector* grad, ae_matrix* h, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlphessiannbatch ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, double* e, ae_vector* grad, ae_matrix* h, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpinitpreprocessor ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpinitpreprocessorsparse ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t ssize, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpinitpreprocessorsparsesubset ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t setsize, ae_vector* idx, ae_int_t subsetsize, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpinitpreprocessorsubset ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t setsize, ae_vector* idx, ae_int_t subsetsize, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpissoftmax ( struct multilayerperceptron* network, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpkfoldcv ( struct mlptrainer* s, struct multilayerperceptron* network, ae_int_t nrestarts, ae_int_t foldscount, struct mlpreport* rep, ae_state* _state )2nd parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
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, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
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, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpprocess ( struct multilayerperceptron* network, ae_vector* x, ae_vector* y, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpprocessi ( struct multilayerperceptron* network, ae_vector* x, ae_vector* y, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpproperties ( struct multilayerperceptron* network, ae_int_t* nin, ae_int_t* nout, ae_int_t* wcount, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlprandomize ( struct multilayerperceptron* network, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlprandomizefull ( struct multilayerperceptron* network, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlprelclserror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlprelclserrorsparse ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlprmserror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlprmserrorsparse ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpserialize ( struct ae_serializer* s, struct multilayerperceptron* network, ae_state* _state )2nd parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpserializeold ( struct multilayerperceptron* network, ae_vector* ra, ae_int_t* rlen, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpsetinputscaling ( struct multilayerperceptron* network, ae_int_t i, double mean, double sigma, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpsetneuroninfo ( struct multilayerperceptron* network, ae_int_t k, ae_int_t i, ae_int_t fkind, double threshold, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpsetoutputscaling ( struct multilayerperceptron* network, ae_int_t i, double mean, double sigma, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpsetweight ( struct multilayerperceptron* network, ae_int_t k0, ae_int_t i0, ae_int_t k1, ae_int_t i1, double w, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpstarttraining ( struct mlptrainer* s, struct multilayerperceptron* network, bool randomstart, ae_state* _state )2nd parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlptrainensemblees ( struct mlptrainer* s, struct mlpensemble* ensemble, ae_int_t nrestarts, struct mlpreport* rep, ae_state* _state )Field 'ensemble->network' in 2nd parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
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, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
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, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlptrainlm ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, double decay, ae_int_t restarts, ae_int_t* info, struct mlpreport* rep, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlptrainnetwork ( struct mlptrainer* s, struct multilayerperceptron* network, ae_int_t nrestarts, struct mlpreport* rep, ae_state* _state )2nd parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpunserialize ( struct ae_serializer* s, struct multilayerperceptron* network, ae_state* _state )2nd parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpunserializeold ( ae_vector* ra, struct multilayerperceptron* network, ae_state* _state )2nd parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
to the top
Problems with Symbols, High Severity (11)
alglibinternal.h,
libalglib.so
namespace alglib_impl
[+] rankx ( ae_vector* x, ae_int_t n, struct apbuffers* buf, ae_state* _state ) (1)
changed to:rankx ( ae_vector* x, ae_int_t n, bool iscentered, struct apbuffers* buf, ae_state* _state )
[symbol: _ZN11alglib_impl5rankxEPNS_9ae_vectorEiPNS_9apbuffersEPNS_8ae_stateE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11alglib_impl5rankxEPNS_9ae_vectorEiPNS_9apbuffersEPNS_8ae_stateE to _ZN11alglib_impl5rankxEPNS_9ae_vectorEibPNS_9apbuffersEPNS_8ae_stateE. This may cause "undefined reference" linker error in old client applications. |
ap.h,
libalglib.so
namespace alglib_impl
[+] ae_smart_ptr_assign ( ae_smart_ptr* dst, void* new_ptr, bool is_owner, void(*destroy)(void*) ) (1)
changed to:ae_smart_ptr_assign ( ae_smart_ptr* dst, void* new_ptr, bool is_owner, bool is_dynamic, void(*destroy)(void*) )
[symbol: _ZN11alglib_impl19ae_smart_ptr_assignEPNS_12ae_smart_ptrEPvbPFvS2_E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11alglib_impl19ae_smart_ptr_assignEPNS_12ae_smart_ptrEPvbPFvS2_E to _ZN11alglib_impl19ae_smart_ptr_assignEPNS_12ae_smart_ptrEPvbbPFvS2_E. This may cause "undefined reference" linker error in old client applications. |
fasttransforms.h,
libalglib.so
namespace alglib_impl
[+] fftr1dinternaleven ( ae_vector* a, ae_int_t n, ae_vector* buf, struct ftplan* plan, ae_state* _state ) (1)
changed to:fftr1dinternaleven ( ae_vector* a, ae_int_t n, ae_vector* buf, struct fasttransformplan* plan, ae_state* _state )
[symbol: _ZN11alglib_impl18fftr1dinternalevenEPNS_9ae_vectorEiS1_PNS_6ftplanEPNS_8ae_stateE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11alglib_impl18fftr1dinternalevenEPNS_9ae_vectorEiS1_PNS_6ftplanEPNS_8ae_stateE to _ZN11alglib_impl18fftr1dinternalevenEPNS_9ae_vectorEiS1_PNS_17fasttransformplanEPNS_8ae_stateE. This may cause "undefined reference" linker error in old client applications. |
[+] fftr1dinvinternaleven ( ae_vector* a, ae_int_t n, ae_vector* buf, struct ftplan* plan, ae_state* _state ) (1)
changed to:fftr1dinvinternaleven ( ae_vector* a, ae_int_t n, ae_vector* buf, struct fasttransformplan* plan, ae_state* _state )
[symbol: _ZN11alglib_impl21fftr1dinvinternalevenEPNS_9ae_vectorEiS1_PNS_6ftplanEPNS_8ae_stateE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11alglib_impl21fftr1dinvinternalevenEPNS_9ae_vectorEiS1_PNS_6ftplanEPNS_8ae_stateE to _ZN11alglib_impl21fftr1dinvinternalevenEPNS_9ae_vectorEiS1_PNS_17fasttransformplanEPNS_8ae_stateE. This may cause "undefined reference" linker error in old client applications. |
linalg.h,
libalglib.so
namespace alglib
[+] 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 ) (1)
changed to: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 const& c, ae_int_t const ic, ae_int_t const jc )
[symbol: _ZN6alglib11cmatrixgemmEiiiNS_7complexERKNS_16complex_2d_arrayEiiiS3_iiiS0_RS1_ii]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6alglib11cmatrixgemmEiiiNS_7complexERKNS_16complex_2d_arrayEiiiS3_iiiS0_RS1_ii to _ZN6alglib11cmatrixgemmEiiiNS_7complexERKNS_16complex_2d_arrayEiiiS3_iiiS0_S3_ii. This may cause "undefined reference" linker error in old client applications. |
[+] 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 ) (1)
changed to: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 const& x, ae_int_t const i2, ae_int_t const j2 )
[symbol: _ZN6alglib15cmatrixlefttrsmEiiRKNS_16complex_2d_arrayEiibbiRS0_ii]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6alglib15cmatrixlefttrsmEiiRKNS_16complex_2d_arrayEiibbiRS0_ii to _ZN6alglib15cmatrixlefttrsmEiiRKNS_16complex_2d_arrayEiibbiS2_ii. This may cause "undefined reference" linker error in old client applications. |
[+] 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 ) (1)
changed to: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 const& x, ae_int_t const i2, ae_int_t const j2 )
[symbol: _ZN6alglib16cmatrixrighttrsmEiiRKNS_16complex_2d_arrayEiibbiRS0_ii]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6alglib16cmatrixrighttrsmEiiRKNS_16complex_2d_arrayEiibbiRS0_ii to _ZN6alglib16cmatrixrighttrsmEiiRKNS_16complex_2d_arrayEiibbiS2_ii. This may cause "undefined reference" linker error in old client applications. |
[+] 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 ) (1)
changed to: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 const& c, ae_int_t const ic, ae_int_t const jc, bool const isupper )
[symbol: _ZN6alglib11cmatrixsyrkEiidRKNS_16complex_2d_arrayEiiidRS0_iib]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6alglib11cmatrixsyrkEiidRKNS_16complex_2d_arrayEiiidRS0_iib to _ZN6alglib11cmatrixsyrkEiidRKNS_16complex_2d_arrayEiiidS2_iib. This may cause "undefined reference" linker error in old client applications. |
[+] 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 ) (1)
changed to: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 const& x, ae_int_t const i2, ae_int_t const j2 )
[symbol: _ZN6alglib15rmatrixlefttrsmEiiRKNS_13real_2d_arrayEiibbiRS0_ii]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6alglib15rmatrixlefttrsmEiiRKNS_13real_2d_arrayEiibbiRS0_ii to _ZN6alglib15rmatrixlefttrsmEiiRKNS_13real_2d_arrayEiibbiS2_ii. This may cause "undefined reference" linker error in old client applications. |
[+] 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 ) (1)
changed to: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 const& x, ae_int_t const i2, ae_int_t const j2 )
[symbol: _ZN6alglib16rmatrixrighttrsmEiiRKNS_13real_2d_arrayEiibbiRS0_ii]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6alglib16rmatrixrighttrsmEiiRKNS_13real_2d_arrayEiibbiRS0_ii to _ZN6alglib16rmatrixrighttrsmEiiRKNS_13real_2d_arrayEiibbiS2_ii. This may cause "undefined reference" linker error in old client applications. |
[+] 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 ) (1)
changed to: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 const& c, ae_int_t const ic, ae_int_t const jc, bool const isupper )
[symbol: _ZN6alglib11rmatrixsyrkEiidRKNS_13real_2d_arrayEiiidRS0_iib]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6alglib11rmatrixsyrkEiidRKNS_13real_2d_arrayEiiidRS0_iib to _ZN6alglib11rmatrixsyrkEiidRKNS_13real_2d_arrayEiiidS2_iib. This may cause "undefined reference" linker error in old client applications. |
to the top
Problems with Data Types, Medium Severity (18)
dataanalysis.h
namespace alglib_impl
[+] struct mcpdstate (1)
| Change |
Effect |
1 | Size of field bs has been changed from 2900 bytes to 2912 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
[+] affected symbols (21)
alglib::_mcpdstate_owner::_mcpdstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mcpdstate'.
alglib::_mcpdstate_owner::_mcpdstate_owner [in-charge] ( alglib::_mcpdstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mcpdstate'.
alglib::_mcpdstate_owner::c_ptr ( )Field 'this->p_struct' in the object of this method has base type 'struct mcpdstate'.
alglib::_mcpdstate_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct mcpdstate'.
alglib::_mcpdstate_owner::operator = ( alglib::_mcpdstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mcpdstate'.
alglib::_mcpdstate_owner::~_mcpdstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mcpdstate'.
mcpdaddbc ( struct mcpdstate* s, ae_int_t i, ae_int_t j, double bndl, double bndu, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdaddec ( struct mcpdstate* s, ae_int_t i, ae_int_t j, double c, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdaddtrack ( struct mcpdstate* s, ae_matrix* xy, ae_int_t k, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdcreate ( ae_int_t n, struct mcpdstate* s, ae_state* _state )2nd parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdcreateentry ( ae_int_t n, ae_int_t entrystate, struct mcpdstate* s, ae_state* _state )3rd parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdcreateentryexit ( ae_int_t n, ae_int_t entrystate, ae_int_t exitstate, struct mcpdstate* s, ae_state* _state )4th parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdcreateexit ( ae_int_t n, ae_int_t exitstate, struct mcpdstate* s, ae_state* _state )3rd parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdresults ( struct mcpdstate* s, ae_matrix* p, struct mcpdreport* rep, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsetbc ( struct mcpdstate* s, ae_matrix* bndl, ae_matrix* bndu, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsetec ( struct mcpdstate* s, ae_matrix* ec, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsetlc ( struct mcpdstate* s, ae_matrix* c, ae_vector* ct, ae_int_t k, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsetpredictionweights ( struct mcpdstate* s, ae_vector* pw, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsetprior ( struct mcpdstate* s, ae_matrix* pp, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsettikhonovregularizer ( struct mcpdstate* s, double v, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsolve ( struct mcpdstate* s, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
[+] struct mlpensemble (1)
| Change |
Effect |
1 | Size of field network has been changed from 432 bytes to 804 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
[+] affected symbols (38)
alglib::_mlpensemble_owner::_mlpensemble_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mlpensemble'.
alglib::_mlpensemble_owner::_mlpensemble_owner [in-charge] ( alglib::_mlpensemble_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mlpensemble'.
alglib::_mlpensemble_owner::c_ptr ( )Field 'this->p_struct' in the object of this method has base type 'struct mlpensemble'.
alglib::_mlpensemble_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct mlpensemble'.
alglib::_mlpensemble_owner::operator = ( alglib::_mlpensemble_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mlpensemble'.
alglib::_mlpensemble_owner::~_mlpensemble_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mlpensemble'.
mlpeallerrorssparse ( struct mlpensemble* ensemble, struct sparsematrix* xy, ae_int_t npoints, double* relcls, double* avgce, double* rms, double* avg, double* avgrel, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpealloc ( struct ae_serializer* s, struct mlpensemble* ensemble, ae_state* _state )2nd parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeavgce ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeavgerror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeavgrelerror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
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, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
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, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecopy ( struct mlpensemble* ensemble1, struct mlpensemble* ensemble2, ae_state* _state )1st parameter 'ensemble1' (pointer) has base type 'struct mlpensemble'.
mlpecreate0 ( ae_int_t nin, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )4th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecreate1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )5th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecreate2 ( ae_int_t nin, ae_int_t nhid1, ae_int_t nhid2, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )6th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecreateb0 ( ae_int_t nin, ae_int_t nout, double b, double d, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )6th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecreateb1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, double b, double d, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )7th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
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, ae_state* _state )8th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecreatec0 ( ae_int_t nin, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )4th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecreatec1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )5th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecreatec2 ( ae_int_t nin, ae_int_t nhid1, ae_int_t nhid2, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )6th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecreatefromnetwork ( struct multilayerperceptron* network, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )3rd parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecreater0 ( ae_int_t nin, ae_int_t nout, double a, double b, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )6th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecreater1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, double a, double b, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )7th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
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, ae_state* _state )8th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeissoftmax ( struct mlpensemble* ensemble, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeprocess ( struct mlpensemble* ensemble, ae_vector* x, ae_vector* y, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeprocessi ( struct mlpensemble* ensemble, ae_vector* x, ae_vector* y, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeproperties ( struct mlpensemble* ensemble, ae_int_t* nin, ae_int_t* nout, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlperandomize ( struct mlpensemble* ensemble, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlperelclserror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpermserror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeserialize ( struct ae_serializer* s, struct mlpensemble* ensemble, ae_state* _state )2nd parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpetraines ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, double decay, ae_int_t restarts, ae_int_t* info, struct mlpreport* rep, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeunserialize ( struct ae_serializer* s, struct mlpensemble* ensemble, ae_state* _state )2nd parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlptrainensemblees ( struct mlptrainer* s, struct mlpensemble* ensemble, ae_int_t nrestarts, struct mlpreport* rep, ae_state* _state )2nd parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
[+] struct mlptrainer (1)
| Change |
Effect |
1 | Field session has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (18)
alglib::_mlptrainer_owner::_mlptrainer_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mlptrainer'.
alglib::_mlptrainer_owner::_mlptrainer_owner [in-charge] ( alglib::_mlptrainer_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mlptrainer'.
alglib::_mlptrainer_owner::c_ptr ( )Field 'this->p_struct' in the object of this method has base type 'struct mlptrainer'.
alglib::_mlptrainer_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct mlptrainer'.
alglib::_mlptrainer_owner::operator = ( alglib::_mlptrainer_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mlptrainer'.
alglib::_mlptrainer_owner::~_mlptrainer_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mlptrainer'.
_pexec_mlpkfoldcv ( struct mlptrainer* s, struct multilayerperceptron* network, ae_int_t nrestarts, ae_int_t foldscount, struct mlpreport* rep, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpcontinuetraining ( struct mlptrainer* s, struct multilayerperceptron* network, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpcreatetrainer ( ae_int_t nin, ae_int_t nout, struct mlptrainer* s, ae_state* _state )3rd parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpcreatetrainercls ( ae_int_t nin, ae_int_t nclasses, struct mlptrainer* s, ae_state* _state )3rd parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpkfoldcv ( struct mlptrainer* s, struct multilayerperceptron* network, ae_int_t nrestarts, ae_int_t foldscount, struct mlpreport* rep, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpsetcond ( struct mlptrainer* s, double wstep, ae_int_t maxits, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpsetdataset ( struct mlptrainer* s, ae_matrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpsetdecay ( struct mlptrainer* s, double decay, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpsetsparsedataset ( struct mlptrainer* s, struct sparsematrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpstarttraining ( struct mlptrainer* s, struct multilayerperceptron* network, bool randomstart, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlptrainensemblees ( struct mlptrainer* s, struct mlpensemble* ensemble, ae_int_t nrestarts, struct mlpreport* rep, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlptrainnetwork ( struct mlptrainer* s, struct multilayerperceptron* network, ae_int_t nrestarts, struct mlpreport* rep, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
interpolation.h
namespace alglib_impl
[+] struct lsfitstate (1)
| Change |
Effect |
1 | Size of field optstate has been changed from 4588 bytes to 7756 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
[+] affected symbols (20)
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct lsfitstate'.
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct lsfitstate'.
alglib::_lsfitstate_owner::c_ptr ( )Field 'this->p_struct' in the object of this method has base type 'struct lsfitstate'.
alglib::_lsfitstate_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct lsfitstate'.
alglib::_lsfitstate_owner::operator = ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct lsfitstate'.
alglib::_lsfitstate_owner::~_lsfitstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct lsfitstate'.
lsfitcreatef ( ae_matrix* x, ae_vector* y, ae_vector* c, ae_int_t n, ae_int_t m, ae_int_t k, double diffstep, struct lsfitstate* state, ae_state* _state )8th parameter 'state' (pointer) has base type 'struct lsfitstate'.
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, ae_state* _state )8th parameter 'state' (pointer) has base type 'struct lsfitstate'.
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, ae_state* _state )7th parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitcreatewf ( ae_matrix* x, ae_vector* y, ae_vector* w, ae_vector* c, ae_int_t n, ae_int_t m, ae_int_t k, double diffstep, struct lsfitstate* state, ae_state* _state )9th parameter 'state' (pointer) has base type 'struct lsfitstate'.
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, ae_state* _state )9th parameter 'state' (pointer) has base type 'struct lsfitstate'.
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, ae_state* _state )8th parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfititeration ( struct lsfitstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitresults ( struct lsfitstate* state, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitsetbc ( struct lsfitstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitsetcond ( struct lsfitstate* state, double epsf, double epsx, ae_int_t maxits, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitsetgradientcheck ( struct lsfitstate* state, double teststep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitsetscale ( struct lsfitstate* state, ae_vector* s, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitsetstpmax ( struct lsfitstate* state, double stpmax, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitsetxrep ( struct lsfitstate* state, bool needxrep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
linalg.h
namespace alglib_impl
[+] struct normestimatorstate (1)
| Change |
Effect |
1 | Size of field r has been changed from 20 bytes to 12 bytes. | Previous accesses of applications and library functions to this field may be broken. |
[+] affected symbols (94)
alglib::_linlsqrstate_owner::_linlsqrstate_owner [in-charge] ( )Field 'this->p_struct->nes' in the object of this method has type 'struct normestimatorstate'.
alglib::_linlsqrstate_owner::_linlsqrstate_owner [in-charge] ( alglib::_linlsqrstate_owner const& rhs )Field 'rhs->p_struct->nes' in 1st parameter 'rhs' (reference) has type 'struct normestimatorstate'.
alglib::_linlsqrstate_owner::c_ptr ( )Field 'this->p_struct->nes' in the object of this method has type 'struct normestimatorstate'.
alglib::_linlsqrstate_owner::c_ptr ( ) constField 'this->p_struct->nes' in the object of this method has type 'struct normestimatorstate'.
alglib::_linlsqrstate_owner::operator = ( alglib::_linlsqrstate_owner const& rhs )Field 'rhs->p_struct->nes' in 1st parameter 'rhs' (reference) has type 'struct normestimatorstate'.
alglib::_linlsqrstate_owner::~_linlsqrstate_owner [in-charge] ( )Field 'this->p_struct->nes' in the object of this method has type 'struct normestimatorstate'.
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optstate->qpstate->estimator' in the object of this method has type 'struct normestimatorstate'.
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optstate->qpstate->estimator' in 1st parameter 'rhs' (reference) has type 'struct normestimatorstate'.
alglib::_lsfitstate_owner::c_ptr ( )Field 'this->p_struct->optstate->qpstate->estimator' in the object of this method has type 'struct normestimatorstate'.
alglib::_lsfitstate_owner::c_ptr ( ) constField 'this->p_struct->optstate->qpstate->estimator' in the object of this method has type 'struct normestimatorstate'.
alglib::_lsfitstate_owner::operator = ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optstate->qpstate->estimator' in 1st parameter 'rhs' (reference) has type 'struct normestimatorstate'.
alglib::_lsfitstate_owner::~_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optstate->qpstate->estimator' in the object of this method has type 'struct normestimatorstate'.
alglib::_minlmstate_owner::_minlmstate_owner [in-charge] ( )Field 'this->p_struct->qpstate->estimator' in the object of this method has type 'struct normestimatorstate'.
alglib::_minlmstate_owner::_minlmstate_owner [in-charge] ( alglib::_minlmstate_owner const& rhs )Field 'rhs->p_struct->qpstate->estimator' in 1st parameter 'rhs' (reference) has type 'struct normestimatorstate'.
alglib::_minlmstate_owner::c_ptr ( )Field 'this->p_struct->qpstate->estimator' in the object of this method has type 'struct normestimatorstate'.
alglib::_minlmstate_owner::c_ptr ( ) constField 'this->p_struct->qpstate->estimator' in the object of this method has type 'struct normestimatorstate'.
alglib::_minlmstate_owner::operator = ( alglib::_minlmstate_owner const& rhs )Field 'rhs->p_struct->qpstate->estimator' in 1st parameter 'rhs' (reference) has type 'struct normestimatorstate'.
alglib::_minlmstate_owner::~_minlmstate_owner [in-charge] ( )Field 'this->p_struct->qpstate->estimator' in the object of this method has type 'struct normestimatorstate'.
alglib::_minqpstate_owner::_minqpstate_owner [in-charge] ( )Field 'this->p_struct->estimator' in the object of this method has type 'struct normestimatorstate'.
alglib::_minqpstate_owner::_minqpstate_owner [in-charge] ( alglib::_minqpstate_owner const& rhs )Field 'rhs->p_struct->estimator' in 1st parameter 'rhs' (reference) has type 'struct normestimatorstate'.
alglib::_minqpstate_owner::c_ptr ( )Field 'this->p_struct->estimator' in the object of this method has type 'struct normestimatorstate'.
alglib::_minqpstate_owner::c_ptr ( ) constField 'this->p_struct->estimator' in the object of this method has type 'struct normestimatorstate'.
alglib::_minqpstate_owner::operator = ( alglib::_minqpstate_owner const& rhs )Field 'rhs->p_struct->estimator' in 1st parameter 'rhs' (reference) has type 'struct normestimatorstate'.
alglib::_minqpstate_owner::~_minqpstate_owner [in-charge] ( )Field 'this->p_struct->estimator' in the object of this method has type 'struct normestimatorstate'.
alglib::_normestimatorstate_owner::_normestimatorstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct normestimatorstate'.
alglib::_normestimatorstate_owner::_normestimatorstate_owner [in-charge] ( alglib::_normestimatorstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct normestimatorstate'.
alglib::_normestimatorstate_owner::c_ptr ( )Field 'this->p_struct' in the object of this method has base type 'struct normestimatorstate'.
alglib::_normestimatorstate_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct normestimatorstate'.
alglib::_normestimatorstate_owner::operator = ( alglib::_normestimatorstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct normestimatorstate'.
alglib::_normestimatorstate_owner::~_normestimatorstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct normestimatorstate'.
linlsqrcreate ( ae_int_t m, ae_int_t n, struct linlsqrstate* state, ae_state* _state )Field 'state->nes' in 3rd parameter 'state' (pointer) has type 'struct normestimatorstate'.
linlsqriteration ( struct linlsqrstate* state, ae_state* _state )Field 'state->nes' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
linlsqrrestart ( struct linlsqrstate* state, ae_state* _state )Field 'state->nes' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
linlsqrresults ( struct linlsqrstate* state, ae_vector* x, struct linlsqrreport* rep, ae_state* _state )Field 'state->nes' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
linlsqrsetb ( struct linlsqrstate* state, ae_vector* b, ae_state* _state )Field 'state->nes' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
linlsqrsetcond ( struct linlsqrstate* state, double epsa, double epsb, ae_int_t maxits, ae_state* _state )Field 'state->nes' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
linlsqrsetlambdai ( struct linlsqrstate* state, double lambdai, ae_state* _state )Field 'state->nes' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
linlsqrsetprecdiag ( struct linlsqrstate* state, ae_state* _state )Field 'state->nes' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
linlsqrsetprecunit ( struct linlsqrstate* state, ae_state* _state )Field 'state->nes' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
linlsqrsetxrep ( struct linlsqrstate* state, bool needxrep, ae_state* _state )Field 'state->nes' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
linlsqrsolvesparse ( struct linlsqrstate* state, struct sparsematrix* a, ae_vector* b, ae_state* _state )Field 'state->nes' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
lsfitcreatef ( ae_matrix* x, ae_vector* y, ae_vector* c, ae_int_t n, ae_int_t m, ae_int_t k, double diffstep, struct lsfitstate* state, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 8th parameter 'state' (pointer) has type 'struct normestimatorstate'.
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, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 8th parameter 'state' (pointer) has type 'struct normestimatorstate'.
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, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 7th parameter 'state' (pointer) has type 'struct normestimatorstate'.
lsfitcreatewf ( ae_matrix* x, ae_vector* y, ae_vector* w, ae_vector* c, ae_int_t n, ae_int_t m, ae_int_t k, double diffstep, struct lsfitstate* state, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 9th parameter 'state' (pointer) has type 'struct normestimatorstate'.
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, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 9th parameter 'state' (pointer) has type 'struct normestimatorstate'.
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, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 8th parameter 'state' (pointer) has type 'struct normestimatorstate'.
lsfititeration ( struct lsfitstate* state, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
lsfitresults ( struct lsfitstate* state, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
lsfitsetbc ( struct lsfitstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
lsfitsetcond ( struct lsfitstate* state, double epsf, double epsx, ae_int_t maxits, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
lsfitsetgradientcheck ( struct lsfitstate* state, double teststep, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
lsfitsetscale ( struct lsfitstate* state, ae_vector* s, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
lsfitsetstpmax ( struct lsfitstate* state, double stpmax, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
lsfitsetxrep ( struct lsfitstate* state, bool needxrep, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmcreatefgh ( ae_int_t n, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator' in 3rd parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmcreatefgj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator' in 4th parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmcreatefj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator' in 4th parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmcreatev ( ae_int_t n, ae_int_t m, ae_vector* x, double diffstep, struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator' in 5th parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmcreatevgj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator' in 4th parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmcreatevj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator' in 4th parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmiteration ( struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmrestartfrom ( struct minlmstate* state, ae_vector* x, ae_state* _state )Field 'state->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmresults ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, ae_state* _state )Field 'state->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmresultsbuf ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, ae_state* _state )Field 'state->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmsetacctype ( struct minlmstate* state, ae_int_t acctype, ae_state* _state )Field 'state->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmsetbc ( struct minlmstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )Field 'state->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmsetcond ( struct minlmstate* state, double epsg, double epsf, double epsx, ae_int_t maxits, ae_state* _state )Field 'state->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmsetgradientcheck ( struct minlmstate* state, double teststep, ae_state* _state )Field 'state->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmsetscale ( struct minlmstate* state, ae_vector* s, ae_state* _state )Field 'state->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmsetstpmax ( struct minlmstate* state, double stpmax, ae_state* _state )Field 'state->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmsetxrep ( struct minlmstate* state, bool needxrep, ae_state* _state )Field 'state->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpcreate ( ae_int_t n, struct minqpstate* state, ae_state* _state )Field 'state->estimator' in 2nd parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpoptimize ( struct minqpstate* state, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpresults ( struct minqpstate* state, ae_vector* x, struct minqpreport* rep, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpresultsbuf ( struct minqpstate* state, ae_vector* x, struct minqpreport* rep, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqprewritediagonal ( struct minqpstate* state, ae_vector* s, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpsetalgocholesky ( struct minqpstate* state, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpsetbc ( struct minqpstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpsetlc ( struct minqpstate* state, ae_matrix* c, ae_vector* ct, ae_int_t k, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpsetlinearterm ( struct minqpstate* state, ae_vector* b, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpsetlineartermfast ( struct minqpstate* state, ae_vector* b, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpsetorigin ( struct minqpstate* state, ae_vector* xorigin, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpsetoriginfast ( struct minqpstate* state, ae_vector* xorigin, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpsetquadraticterm ( struct minqpstate* state, ae_matrix* a, bool isupper, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpsetquadratictermfast ( struct minqpstate* state, ae_matrix* a, bool isupper, double s, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpsetstartingpoint ( struct minqpstate* state, ae_vector* x, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpsetstartingpointfast ( struct minqpstate* state, ae_vector* x, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
normestimatorcreate ( ae_int_t m, ae_int_t n, ae_int_t nstart, ae_int_t nits, struct normestimatorstate* state, ae_state* _state )5th parameter 'state' (pointer) has base type 'struct normestimatorstate'.
normestimatorestimatesparse ( struct normestimatorstate* state, struct sparsematrix* a, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct normestimatorstate'.
normestimatoriteration ( struct normestimatorstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct normestimatorstate'.
normestimatorrestart ( struct normestimatorstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct normestimatorstate'.
normestimatorresults ( struct normestimatorstate* state, double* nrm, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct normestimatorstate'.
normestimatorsetseed ( struct normestimatorstate* state, ae_int_t seedval, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct normestimatorstate'.
optimization.h
namespace alglib_impl
[+] struct minbleicstate (2)
| Change |
Effect |
1 | Field lbfgssearch has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field maxscaledgrad has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (45)
alglib::_mcpdstate_owner::_mcpdstate_owner [in-charge] ( )Field 'this->p_struct->bs' in the object of this method has type 'struct minbleicstate'.
alglib::_mcpdstate_owner::_mcpdstate_owner [in-charge] ( alglib::_mcpdstate_owner const& rhs )Field 'rhs->p_struct->bs' in 1st parameter 'rhs' (reference) has type 'struct minbleicstate'.
alglib::_mcpdstate_owner::c_ptr ( )Field 'retval->bs' in return value (pointer) has type 'struct minbleicstate'.
alglib::_mcpdstate_owner::c_ptr ( ) constField 'retval->bs' in return value (pointer) has type 'struct minbleicstate'.
alglib::_mcpdstate_owner::operator = ( alglib::_mcpdstate_owner const& rhs )Field 'rhs->p_struct->bs' in 1st parameter 'rhs' (reference) has type 'struct minbleicstate'.
alglib::_mcpdstate_owner::~_mcpdstate_owner [in-charge] ( )Field 'this->p_struct->bs' in the object of this method has type 'struct minbleicstate'.
alglib::_minbleicstate_owner::_minbleicstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minbleicstate'.
alglib::_minbleicstate_owner::_minbleicstate_owner [in-charge] ( alglib::_minbleicstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minbleicstate'.
alglib::_minbleicstate_owner::c_ptr ( )Return value (pointer) has base type 'struct minbleicstate'.
alglib::_minbleicstate_owner::c_ptr ( ) constReturn value (pointer) has base type 'struct minbleicstate'.
alglib::_minbleicstate_owner::operator = ( alglib::_minbleicstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minbleicstate'.
alglib::_minbleicstate_owner::~_minbleicstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minbleicstate'.
mcpdaddbc ( struct mcpdstate* s, ae_int_t i, ae_int_t j, double bndl, double bndu, ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdaddec ( struct mcpdstate* s, ae_int_t i, ae_int_t j, double c, ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdaddtrack ( struct mcpdstate* s, ae_matrix* xy, ae_int_t k, ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdcreate ( ae_int_t n, struct mcpdstate* s, ae_state* _state )Field 's->bs' in 2nd parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdcreateentry ( ae_int_t n, ae_int_t entrystate, struct mcpdstate* s, ae_state* _state )Field 's->bs' in 3rd parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdcreateentryexit ( ae_int_t n, ae_int_t entrystate, ae_int_t exitstate, struct mcpdstate* s, ae_state* _state )Field 's->bs' in 4th parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdcreateexit ( ae_int_t n, ae_int_t exitstate, struct mcpdstate* s, ae_state* _state )Field 's->bs' in 3rd parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdresults ( struct mcpdstate* s, ae_matrix* p, struct mcpdreport* rep, ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdsetbc ( struct mcpdstate* s, ae_matrix* bndl, ae_matrix* bndu, ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdsetec ( struct mcpdstate* s, ae_matrix* ec, ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdsetlc ( struct mcpdstate* s, ae_matrix* c, ae_vector* ct, ae_int_t k, ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdsetpredictionweights ( struct mcpdstate* s, ae_vector* pw, ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdsetprior ( struct mcpdstate* s, ae_matrix* pp, ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdsettikhonovregularizer ( struct mcpdstate* s, double v, ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdsolve ( struct mcpdstate* s, ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
minbleiccreate ( ae_int_t n, ae_vector* x, struct minbleicstate* state, ae_state* _state )3rd parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleiccreatef ( ae_int_t n, ae_vector* x, double diffstep, struct minbleicstate* state, ae_state* _state )4th parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleiciteration ( struct minbleicstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicrestartfrom ( struct minbleicstate* state, ae_vector* x, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicresults ( struct minbleicstate* state, ae_vector* x, struct minbleicreport* rep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicresultsbuf ( struct minbleicstate* state, ae_vector* x, struct minbleicreport* rep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetbarrierdecay ( struct minbleicstate* state, double mudecay, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetbarrierwidth ( struct minbleicstate* state, double mu, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetbc ( struct minbleicstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetcond ( struct minbleicstate* state, double epsg, double epsf, double epsx, ae_int_t maxits, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetgradientcheck ( struct minbleicstate* state, double teststep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetlc ( struct minbleicstate* state, ae_matrix* c, ae_vector* ct, ae_int_t k, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetprecdefault ( struct minbleicstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetprecdiag ( struct minbleicstate* state, ae_vector* d, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetprecscale ( struct minbleicstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetscale ( struct minbleicstate* state, ae_vector* s, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetstpmax ( struct minbleicstate* state, double stpmax, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetxrep ( struct minbleicstate* state, bool needxrep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
[+] struct minlmstate (1)
| Change |
Effect |
1 | Size of field qpstate has been changed from 2848 bytes to 6016 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
[+] affected symbols (43)
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optstate' in the object of this method has type 'struct minlmstate'.
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optstate' in 1st parameter 'rhs' (reference) has type 'struct minlmstate'.
alglib::_lsfitstate_owner::c_ptr ( )Field 'this->p_struct->optstate' in the object of this method has type 'struct minlmstate'.
alglib::_lsfitstate_owner::c_ptr ( ) constField 'this->p_struct->optstate' in the object of this method has type 'struct minlmstate'.
alglib::_lsfitstate_owner::operator = ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optstate' in 1st parameter 'rhs' (reference) has type 'struct minlmstate'.
alglib::_lsfitstate_owner::~_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optstate' in the object of this method has type 'struct minlmstate'.
alglib::_minlmstate_owner::_minlmstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minlmstate'.
alglib::_minlmstate_owner::_minlmstate_owner [in-charge] ( alglib::_minlmstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minlmstate'.
alglib::_minlmstate_owner::c_ptr ( )Return value (pointer) has base type 'struct minlmstate'.
alglib::_minlmstate_owner::c_ptr ( ) constReturn value (pointer) has base type 'struct minlmstate'.
alglib::_minlmstate_owner::operator = ( alglib::_minlmstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minlmstate'.
alglib::_minlmstate_owner::~_minlmstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minlmstate'.
lsfitcreatef ( ae_matrix* x, ae_vector* y, ae_vector* c, ae_int_t n, ae_int_t m, ae_int_t k, double diffstep, struct lsfitstate* state, ae_state* _state )Field 'state->optstate' in 8th parameter 'state' (pointer) has type 'struct minlmstate'.
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, ae_state* _state )Field 'state->optstate' in 8th parameter 'state' (pointer) has type 'struct minlmstate'.
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, ae_state* _state )Field 'state->optstate' in 7th parameter 'state' (pointer) has type 'struct minlmstate'.
lsfitcreatewf ( ae_matrix* x, ae_vector* y, ae_vector* w, ae_vector* c, ae_int_t n, ae_int_t m, ae_int_t k, double diffstep, struct lsfitstate* state, ae_state* _state )Field 'state->optstate' in 9th parameter 'state' (pointer) has type 'struct minlmstate'.
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, ae_state* _state )Field 'state->optstate' in 9th parameter 'state' (pointer) has type 'struct minlmstate'.
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, ae_state* _state )Field 'state->optstate' in 8th parameter 'state' (pointer) has type 'struct minlmstate'.
lsfititeration ( struct lsfitstate* state, ae_state* _state )Field 'state->optstate' in 1st parameter 'state' (pointer) has type 'struct minlmstate'.
lsfitresults ( struct lsfitstate* state, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, ae_state* _state )Field 'state->optstate' in 1st parameter 'state' (pointer) has type 'struct minlmstate'.
lsfitsetbc ( struct lsfitstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )Field 'state->optstate' in 1st parameter 'state' (pointer) has type 'struct minlmstate'.
lsfitsetcond ( struct lsfitstate* state, double epsf, double epsx, ae_int_t maxits, ae_state* _state )Field 'state->optstate' in 1st parameter 'state' (pointer) has type 'struct minlmstate'.
lsfitsetgradientcheck ( struct lsfitstate* state, double teststep, ae_state* _state )Field 'state->optstate' in 1st parameter 'state' (pointer) has type 'struct minlmstate'.
lsfitsetscale ( struct lsfitstate* state, ae_vector* s, ae_state* _state )Field 'state->optstate' in 1st parameter 'state' (pointer) has type 'struct minlmstate'.
lsfitsetstpmax ( struct lsfitstate* state, double stpmax, ae_state* _state )Field 'state->optstate' in 1st parameter 'state' (pointer) has type 'struct minlmstate'.
lsfitsetxrep ( struct lsfitstate* state, bool needxrep, ae_state* _state )Field 'state->optstate' in 1st parameter 'state' (pointer) has type 'struct minlmstate'.
minlmcreatefgh ( ae_int_t n, ae_vector* x, struct minlmstate* state, ae_state* _state )3rd parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmcreatefgj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )4th parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmcreatefj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )4th parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmcreatev ( ae_int_t n, ae_int_t m, ae_vector* x, double diffstep, struct minlmstate* state, ae_state* _state )5th parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmcreatevgj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )4th parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmcreatevj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )4th parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmiteration ( struct minlmstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmrestartfrom ( struct minlmstate* state, ae_vector* x, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmresults ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmresultsbuf ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmsetacctype ( struct minlmstate* state, ae_int_t acctype, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmsetbc ( struct minlmstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmsetcond ( struct minlmstate* state, double epsg, double epsf, double epsx, ae_int_t maxits, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmsetgradientcheck ( struct minlmstate* state, double teststep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmsetscale ( struct minlmstate* state, ae_vector* s, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmsetstpmax ( struct minlmstate* state, double stpmax, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmsetxrep ( struct minlmstate* state, bool needxrep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
[+] struct minqpstate (9)
| Change |
Effect |
1 | Field akind has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field bleicepsf has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Field bleicepsg has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
4 | Field bleicepsx has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
5 | Field bleicmaxits has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
6 | Field sparsea has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
7 | Field sparseaupper has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
8 | Field tmpi has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
9 | Size of field estimator has been changed from 320 bytes to 312 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field may be broken. |
[+] affected symbols (65)
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optstate->qpstate' in the object of this method has type 'struct minqpstate'.
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optstate->qpstate' in 1st parameter 'rhs' (reference) has type 'struct minqpstate'.
alglib::_lsfitstate_owner::c_ptr ( )Field 'retval->optstate->qpstate' in return value (pointer) has type 'struct minqpstate'.
alglib::_lsfitstate_owner::c_ptr ( ) constField 'retval->optstate->qpstate' in return value (pointer) has type 'struct minqpstate'.
alglib::_lsfitstate_owner::operator = ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optstate->qpstate' in 1st parameter 'rhs' (reference) has type 'struct minqpstate'.
alglib::_lsfitstate_owner::~_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optstate->qpstate' in the object of this method has type 'struct minqpstate'.
alglib::_minlmstate_owner::_minlmstate_owner [in-charge] ( )Field 'this->p_struct->qpstate' in the object of this method has type 'struct minqpstate'.
alglib::_minlmstate_owner::_minlmstate_owner [in-charge] ( alglib::_minlmstate_owner const& rhs )Field 'rhs->p_struct->qpstate' in 1st parameter 'rhs' (reference) has type 'struct minqpstate'.
alglib::_minlmstate_owner::c_ptr ( )Field 'retval->qpstate' in return value (pointer) has type 'struct minqpstate'.
alglib::_minlmstate_owner::c_ptr ( ) constField 'retval->qpstate' in return value (pointer) has type 'struct minqpstate'.
alglib::_minlmstate_owner::operator = ( alglib::_minlmstate_owner const& rhs )Field 'rhs->p_struct->qpstate' in 1st parameter 'rhs' (reference) has type 'struct minqpstate'.
alglib::_minlmstate_owner::~_minlmstate_owner [in-charge] ( )Field 'this->p_struct->qpstate' in the object of this method has type 'struct minqpstate'.
alglib::_minqpstate_owner::_minqpstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minqpstate'.
alglib::_minqpstate_owner::_minqpstate_owner [in-charge] ( alglib::_minqpstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minqpstate'.
alglib::_minqpstate_owner::c_ptr ( )Field 'this->p_struct' in the object of this method has base type 'struct minqpstate'.
alglib::_minqpstate_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct minqpstate'.
alglib::_minqpstate_owner::operator = ( alglib::_minqpstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minqpstate'.
alglib::_minqpstate_owner::~_minqpstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minqpstate'.
lsfitcreatef ( ae_matrix* x, ae_vector* y, ae_vector* c, ae_int_t n, ae_int_t m, ae_int_t k, double diffstep, struct lsfitstate* state, ae_state* _state )Field 'state->optstate->qpstate' in 8th parameter 'state' (pointer) has type 'struct minqpstate'.
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, ae_state* _state )Field 'state->optstate->qpstate' in 8th parameter 'state' (pointer) has type 'struct minqpstate'.
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, ae_state* _state )Field 'state->optstate->qpstate' in 7th parameter 'state' (pointer) has type 'struct minqpstate'.
lsfitcreatewf ( ae_matrix* x, ae_vector* y, ae_vector* w, ae_vector* c, ae_int_t n, ae_int_t m, ae_int_t k, double diffstep, struct lsfitstate* state, ae_state* _state )Field 'state->optstate->qpstate' in 9th parameter 'state' (pointer) has type 'struct minqpstate'.
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, ae_state* _state )Field 'state->optstate->qpstate' in 9th parameter 'state' (pointer) has type 'struct minqpstate'.
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, ae_state* _state )Field 'state->optstate->qpstate' in 8th parameter 'state' (pointer) has type 'struct minqpstate'.
lsfititeration ( struct lsfitstate* state, ae_state* _state )Field 'state->optstate->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
lsfitresults ( struct lsfitstate* state, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, ae_state* _state )Field 'state->optstate->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
lsfitsetbc ( struct lsfitstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )Field 'state->optstate->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
lsfitsetcond ( struct lsfitstate* state, double epsf, double epsx, ae_int_t maxits, ae_state* _state )Field 'state->optstate->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
lsfitsetgradientcheck ( struct lsfitstate* state, double teststep, ae_state* _state )Field 'state->optstate->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
lsfitsetscale ( struct lsfitstate* state, ae_vector* s, ae_state* _state )Field 'state->optstate->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
lsfitsetstpmax ( struct lsfitstate* state, double stpmax, ae_state* _state )Field 'state->optstate->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
lsfitsetxrep ( struct lsfitstate* state, bool needxrep, ae_state* _state )Field 'state->optstate->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmcreatefgh ( ae_int_t n, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate' in 3rd parameter 'state' (pointer) has type 'struct minqpstate'.
minlmcreatefgj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate' in 4th parameter 'state' (pointer) has type 'struct minqpstate'.
minlmcreatefj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate' in 4th parameter 'state' (pointer) has type 'struct minqpstate'.
minlmcreatev ( ae_int_t n, ae_int_t m, ae_vector* x, double diffstep, struct minlmstate* state, ae_state* _state )Field 'state->qpstate' in 5th parameter 'state' (pointer) has type 'struct minqpstate'.
minlmcreatevgj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate' in 4th parameter 'state' (pointer) has type 'struct minqpstate'.
minlmcreatevj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate' in 4th parameter 'state' (pointer) has type 'struct minqpstate'.
minlmiteration ( struct minlmstate* state, ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmrestartfrom ( struct minlmstate* state, ae_vector* x, ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmresults ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmresultsbuf ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetacctype ( struct minlmstate* state, ae_int_t acctype, ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetbc ( struct minlmstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetcond ( struct minlmstate* state, double epsg, double epsf, double epsx, ae_int_t maxits, ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetgradientcheck ( struct minlmstate* state, double teststep, ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetscale ( struct minlmstate* state, ae_vector* s, ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetstpmax ( struct minlmstate* state, double stpmax, ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetxrep ( struct minlmstate* state, bool needxrep, ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minqpcreate ( ae_int_t n, struct minqpstate* state, ae_state* _state )2nd parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpoptimize ( struct minqpstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpresults ( struct minqpstate* state, ae_vector* x, struct minqpreport* rep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpresultsbuf ( struct minqpstate* state, ae_vector* x, struct minqpreport* rep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqprewritediagonal ( struct minqpstate* state, ae_vector* s, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetalgocholesky ( struct minqpstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetbc ( struct minqpstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetlc ( struct minqpstate* state, ae_matrix* c, ae_vector* ct, ae_int_t k, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetlinearterm ( struct minqpstate* state, ae_vector* b, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetlineartermfast ( struct minqpstate* state, ae_vector* b, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetorigin ( struct minqpstate* state, ae_vector* xorigin, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetoriginfast ( struct minqpstate* state, ae_vector* xorigin, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetquadraticterm ( struct minqpstate* state, ae_matrix* a, bool isupper, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetquadratictermfast ( struct minqpstate* state, ae_matrix* a, bool isupper, double s, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetstartingpoint ( struct minqpstate* state, ae_vector* x, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetstartingpointfast ( struct minqpstate* state, ae_vector* x, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
solvers.h
namespace alglib_impl
[+] struct linlsqrstate (1)
| Change |
Effect |
1 | Size of field nes has been changed from 320 bytes to 312 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
[+] affected symbols (17)
alglib::_linlsqrstate_owner::_linlsqrstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct linlsqrstate'.
alglib::_linlsqrstate_owner::_linlsqrstate_owner [in-charge] ( alglib::_linlsqrstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct linlsqrstate'.
alglib::_linlsqrstate_owner::c_ptr ( )Return value (pointer) has base type 'struct linlsqrstate'.
alglib::_linlsqrstate_owner::c_ptr ( ) constReturn value (pointer) has base type 'struct linlsqrstate'.
alglib::_linlsqrstate_owner::operator = ( alglib::_linlsqrstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct linlsqrstate'.
alglib::_linlsqrstate_owner::~_linlsqrstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct linlsqrstate'.
linlsqrcreate ( ae_int_t m, ae_int_t n, struct linlsqrstate* state, ae_state* _state )3rd parameter 'state' (pointer) has base type 'struct linlsqrstate'.
linlsqriteration ( struct linlsqrstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct linlsqrstate'.
linlsqrrestart ( struct linlsqrstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct linlsqrstate'.
linlsqrresults ( struct linlsqrstate* state, ae_vector* x, struct linlsqrreport* rep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct linlsqrstate'.
linlsqrsetb ( struct linlsqrstate* state, ae_vector* b, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct linlsqrstate'.
linlsqrsetcond ( struct linlsqrstate* state, double epsa, double epsb, ae_int_t maxits, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct linlsqrstate'.
linlsqrsetlambdai ( struct linlsqrstate* state, double lambdai, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct linlsqrstate'.
linlsqrsetprecdiag ( struct linlsqrstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct linlsqrstate'.
linlsqrsetprecunit ( struct linlsqrstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct linlsqrstate'.
linlsqrsetxrep ( struct linlsqrstate* state, bool needxrep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct linlsqrstate'.
linlsqrsolvesparse ( struct linlsqrstate* state, struct sparsematrix* a, ae_vector* b, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct linlsqrstate'.
to the top
Problems with Data Types, Low Severity (27)
alglibmisc.h
namespace alglib_impl
[+] struct hqrndstate (1)
| Change |
Effect |
1 | Size of this type has been changed from 20 bytes to 12 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (110)
alglib::_hqrndstate_owner::_hqrndstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct hqrndstate'.
alglib::_hqrndstate_owner::_hqrndstate_owner [in-charge] ( alglib::_hqrndstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct hqrndstate'.
alglib::_hqrndstate_owner::c_ptr ( )Return value (pointer) has base type 'struct hqrndstate'.
alglib::_hqrndstate_owner::c_ptr ( ) constReturn value (pointer) has base type 'struct hqrndstate'.
alglib::_hqrndstate_owner::operator = ( alglib::_hqrndstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct hqrndstate'.
alglib::_hqrndstate_owner::~_hqrndstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct hqrndstate'.
alglib::_linlsqrstate_owner::_linlsqrstate_owner [in-charge] ( )Field 'this->p_struct->nes->r' in the object of this method has type 'struct hqrndstate'.
alglib::_linlsqrstate_owner::_linlsqrstate_owner [in-charge] ( alglib::_linlsqrstate_owner const& rhs )Field 'rhs->p_struct->nes->r' in 1st parameter 'rhs' (reference) has type 'struct hqrndstate'.
alglib::_linlsqrstate_owner::c_ptr ( )Field 'retval->nes->r' in return value (pointer) has type 'struct hqrndstate'.
alglib::_linlsqrstate_owner::c_ptr ( ) constField 'retval->nes->r' in return value (pointer) has type 'struct hqrndstate'.
alglib::_linlsqrstate_owner::operator = ( alglib::_linlsqrstate_owner const& rhs )Field 'rhs->p_struct->nes->r' in 1st parameter 'rhs' (reference) has type 'struct hqrndstate'.
alglib::_linlsqrstate_owner::~_linlsqrstate_owner [in-charge] ( )Field 'this->p_struct->nes->r' in the object of this method has type 'struct hqrndstate'.
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optstate->qpstate->estimator->r' in the object of this method has type 'struct hqrndstate'.
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optstate->qpstate->estimator->r' in 1st parameter 'rhs' (reference) has type 'struct hqrndstate'.
alglib::_lsfitstate_owner::c_ptr ( )Field 'retval->optstate->qpstate->estimator->r' in return value (pointer) has type 'struct hqrndstate'.
alglib::_lsfitstate_owner::c_ptr ( ) constField 'retval->optstate->qpstate->estimator->r' in return value (pointer) has type 'struct hqrndstate'.
alglib::_lsfitstate_owner::operator = ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optstate->qpstate->estimator->r' in 1st parameter 'rhs' (reference) has type 'struct hqrndstate'.
alglib::_lsfitstate_owner::~_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optstate->qpstate->estimator->r' in the object of this method has type 'struct hqrndstate'.
alglib::_minlmstate_owner::_minlmstate_owner [in-charge] ( )Field 'this->p_struct->qpstate->estimator->r' in the object of this method has type 'struct hqrndstate'.
alglib::_minlmstate_owner::_minlmstate_owner [in-charge] ( alglib::_minlmstate_owner const& rhs )Field 'rhs->p_struct->qpstate->estimator->r' in 1st parameter 'rhs' (reference) has type 'struct hqrndstate'.
alglib::_minlmstate_owner::c_ptr ( )Field 'this->p_struct->qpstate->estimator->r' in the object of this method has type 'struct hqrndstate'.
alglib::_minlmstate_owner::c_ptr ( ) constField 'this->p_struct->qpstate->estimator->r' in the object of this method has type 'struct hqrndstate'.
alglib::_minlmstate_owner::operator = ( alglib::_minlmstate_owner const& rhs )Field 'rhs->p_struct->qpstate->estimator->r' in 1st parameter 'rhs' (reference) has type 'struct hqrndstate'.
alglib::_minlmstate_owner::~_minlmstate_owner [in-charge] ( )Field 'this->p_struct->qpstate->estimator->r' in the object of this method has type 'struct hqrndstate'.
alglib::_minqpstate_owner::_minqpstate_owner [in-charge] ( )Field 'this->p_struct->estimator->r' in the object of this method has type 'struct hqrndstate'.
alglib::_minqpstate_owner::_minqpstate_owner [in-charge] ( alglib::_minqpstate_owner const& rhs )Field 'rhs->p_struct->estimator->r' in 1st parameter 'rhs' (reference) has type 'struct hqrndstate'.
alglib::_minqpstate_owner::c_ptr ( )Field 'this->p_struct->estimator->r' in the object of this method has type 'struct hqrndstate'.
alglib::_minqpstate_owner::c_ptr ( ) constField 'this->p_struct->estimator->r' in the object of this method has type 'struct hqrndstate'.
alglib::_minqpstate_owner::operator = ( alglib::_minqpstate_owner const& rhs )Field 'rhs->p_struct->estimator->r' in 1st parameter 'rhs' (reference) has type 'struct hqrndstate'.
alglib::_minqpstate_owner::~_minqpstate_owner [in-charge] ( )Field 'this->p_struct->estimator->r' in the object of this method has type 'struct hqrndstate'.
alglib::_normestimatorstate_owner::_normestimatorstate_owner [in-charge] ( )Field 'this->p_struct->r' in the object of this method has type 'struct hqrndstate'.
alglib::_normestimatorstate_owner::_normestimatorstate_owner [in-charge] ( alglib::_normestimatorstate_owner const& rhs )Field 'rhs->p_struct->r' in 1st parameter 'rhs' (reference) has type 'struct hqrndstate'.
alglib::_normestimatorstate_owner::c_ptr ( )Field 'this->p_struct->r' in the object of this method has type 'struct hqrndstate'.
alglib::_normestimatorstate_owner::c_ptr ( ) constField 'this->p_struct->r' in the object of this method has type 'struct hqrndstate'.
alglib::_normestimatorstate_owner::operator = ( alglib::_normestimatorstate_owner const& rhs )Field 'rhs->p_struct->r' in 1st parameter 'rhs' (reference) has type 'struct hqrndstate'.
alglib::_normestimatorstate_owner::~_normestimatorstate_owner [in-charge] ( )Field 'this->p_struct->r' in the object of this method has type 'struct hqrndstate'.
hqrndcontinuous ( struct hqrndstate* state, ae_vector* x, ae_int_t n, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct hqrndstate'.
hqrnddiscrete ( struct hqrndstate* state, ae_vector* x, ae_int_t n, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct hqrndstate'.
hqrndexponential ( struct hqrndstate* state, double lambdav, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct hqrndstate'.
hqrndnormal ( struct hqrndstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct hqrndstate'.
hqrndnormal2 ( struct hqrndstate* state, double* x1, double* x2, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct hqrndstate'.
hqrndrandomize ( struct hqrndstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct hqrndstate'.
hqrndseed ( ae_int_t s1, ae_int_t s2, struct hqrndstate* state, ae_state* _state )3rd parameter 'state' (pointer) has base type 'struct hqrndstate'.
hqrnduniformi ( struct hqrndstate* state, ae_int_t n, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct hqrndstate'.
hqrnduniformr ( struct hqrndstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct hqrndstate'.
hqrndunit2 ( struct hqrndstate* state, double* x, double* y, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct hqrndstate'.
linlsqrcreate ( ae_int_t m, ae_int_t n, struct linlsqrstate* state, ae_state* _state )Field 'state->nes->r' in 3rd parameter 'state' (pointer) has type 'struct hqrndstate'.
linlsqriteration ( struct linlsqrstate* state, ae_state* _state )Field 'state->nes->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
linlsqrrestart ( struct linlsqrstate* state, ae_state* _state )Field 'state->nes->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
linlsqrresults ( struct linlsqrstate* state, ae_vector* x, struct linlsqrreport* rep, ae_state* _state )Field 'state->nes->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
linlsqrsetb ( struct linlsqrstate* state, ae_vector* b, ae_state* _state )Field 'state->nes->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
linlsqrsetcond ( struct linlsqrstate* state, double epsa, double epsb, ae_int_t maxits, ae_state* _state )Field 'state->nes->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
linlsqrsetlambdai ( struct linlsqrstate* state, double lambdai, ae_state* _state )Field 'state->nes->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
linlsqrsetprecdiag ( struct linlsqrstate* state, ae_state* _state )Field 'state->nes->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
linlsqrsetprecunit ( struct linlsqrstate* state, ae_state* _state )Field 'state->nes->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
linlsqrsetxrep ( struct linlsqrstate* state, bool needxrep, ae_state* _state )Field 'state->nes->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
linlsqrsolvesparse ( struct linlsqrstate* state, struct sparsematrix* a, ae_vector* b, ae_state* _state )Field 'state->nes->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
lsfitcreatef ( ae_matrix* x, ae_vector* y, ae_vector* c, ae_int_t n, ae_int_t m, ae_int_t k, double diffstep, struct lsfitstate* state, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 8th parameter 'state' (pointer) has type 'struct hqrndstate'.
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, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 8th parameter 'state' (pointer) has type 'struct hqrndstate'.
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, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 7th parameter 'state' (pointer) has type 'struct hqrndstate'.
lsfitcreatewf ( ae_matrix* x, ae_vector* y, ae_vector* w, ae_vector* c, ae_int_t n, ae_int_t m, ae_int_t k, double diffstep, struct lsfitstate* state, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 9th parameter 'state' (pointer) has type 'struct hqrndstate'.
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, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 9th parameter 'state' (pointer) has type 'struct hqrndstate'.
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, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 8th parameter 'state' (pointer) has type 'struct hqrndstate'.
lsfititeration ( struct lsfitstate* state, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
lsfitresults ( struct lsfitstate* state, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
lsfitsetbc ( struct lsfitstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
lsfitsetcond ( struct lsfitstate* state, double epsf, double epsx, ae_int_t maxits, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
lsfitsetgradientcheck ( struct lsfitstate* state, double teststep, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
lsfitsetscale ( struct lsfitstate* state, ae_vector* s, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
lsfitsetstpmax ( struct lsfitstate* state, double stpmax, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
lsfitsetxrep ( struct lsfitstate* state, bool needxrep, ae_state* _state )Field 'state->optstate->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmcreatefgh ( ae_int_t n, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator->r' in 3rd parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmcreatefgj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator->r' in 4th parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmcreatefj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator->r' in 4th parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmcreatev ( ae_int_t n, ae_int_t m, ae_vector* x, double diffstep, struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator->r' in 5th parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmcreatevgj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator->r' in 4th parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmcreatevj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator->r' in 4th parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmiteration ( struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmrestartfrom ( struct minlmstate* state, ae_vector* x, ae_state* _state )Field 'state->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmresults ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, ae_state* _state )Field 'state->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmresultsbuf ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, ae_state* _state )Field 'state->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmsetacctype ( struct minlmstate* state, ae_int_t acctype, ae_state* _state )Field 'state->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmsetbc ( struct minlmstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )Field 'state->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmsetcond ( struct minlmstate* state, double epsg, double epsf, double epsx, ae_int_t maxits, ae_state* _state )Field 'state->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmsetgradientcheck ( struct minlmstate* state, double teststep, ae_state* _state )Field 'state->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmsetscale ( struct minlmstate* state, ae_vector* s, ae_state* _state )Field 'state->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmsetstpmax ( struct minlmstate* state, double stpmax, ae_state* _state )Field 'state->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minlmsetxrep ( struct minlmstate* state, bool needxrep, ae_state* _state )Field 'state->qpstate->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpcreate ( ae_int_t n, struct minqpstate* state, ae_state* _state )Field 'state->estimator->r' in 2nd parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpoptimize ( struct minqpstate* state, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpresults ( struct minqpstate* state, ae_vector* x, struct minqpreport* rep, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpresultsbuf ( struct minqpstate* state, ae_vector* x, struct minqpreport* rep, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqprewritediagonal ( struct minqpstate* state, ae_vector* s, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpsetalgocholesky ( struct minqpstate* state, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpsetbc ( struct minqpstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpsetlc ( struct minqpstate* state, ae_matrix* c, ae_vector* ct, ae_int_t k, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpsetlinearterm ( struct minqpstate* state, ae_vector* b, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpsetlineartermfast ( struct minqpstate* state, ae_vector* b, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpsetorigin ( struct minqpstate* state, ae_vector* xorigin, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpsetoriginfast ( struct minqpstate* state, ae_vector* xorigin, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpsetquadraticterm ( struct minqpstate* state, ae_matrix* a, bool isupper, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpsetquadratictermfast ( struct minqpstate* state, ae_matrix* a, bool isupper, double s, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpsetstartingpoint ( struct minqpstate* state, ae_vector* x, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
minqpsetstartingpointfast ( struct minqpstate* state, ae_vector* x, ae_state* _state )Field 'state->estimator->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
normestimatorcreate ( ae_int_t m, ae_int_t n, ae_int_t nstart, ae_int_t nits, struct normestimatorstate* state, ae_state* _state )Field 'state->r' in 5th parameter 'state' (pointer) has type 'struct hqrndstate'.
normestimatorestimatesparse ( struct normestimatorstate* state, struct sparsematrix* a, ae_state* _state )Field 'state->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
normestimatoriteration ( struct normestimatorstate* state, ae_state* _state )Field 'state->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
normestimatorrestart ( struct normestimatorstate* state, ae_state* _state )Field 'state->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
normestimatorresults ( struct normestimatorstate* state, double* nrm, ae_state* _state )Field 'state->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
normestimatorsetseed ( struct normestimatorstate* state, ae_int_t seedval, ae_state* _state )Field 'state->r' in 1st parameter 'state' (pointer) has type 'struct hqrndstate'.
ap.h
namespace alglib_impl
[+] struct ae_smart_ptr (1)
| Change |
Effect |
1 | Field is_dynamic has been added to this type. | This field will not be initialized by old clients. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (6)
ae_shared_pool_first_recycled ( ae_shared_pool* pool, ae_smart_ptr* pptr, ae_state* state )2nd parameter 'pptr' (pointer) has base type 'struct ae_smart_ptr'.
ae_shared_pool_next_recycled ( ae_shared_pool* pool, ae_smart_ptr* pptr, ae_state* state )2nd parameter 'pptr' (pointer) has base type 'struct ae_smart_ptr'.
ae_shared_pool_recycle ( ae_shared_pool* pool, ae_smart_ptr* pptr, ae_state* state )2nd parameter 'pptr' (pointer) has base type 'struct ae_smart_ptr'.
ae_shared_pool_retrieve ( ae_shared_pool* pool, ae_smart_ptr* pptr, ae_state* state )2nd parameter 'pptr' (pointer) has base type 'struct ae_smart_ptr'.
ae_smart_ptr_init ( ae_smart_ptr* dst, void** subscriber, ae_state* state, bool make_automatic )1st parameter 'dst' (pointer) has base type 'struct ae_smart_ptr'.
ae_smart_ptr_release ( ae_smart_ptr* dst )1st parameter 'dst' (pointer) has base type 'struct ae_smart_ptr'.
dataanalysis.h
namespace alglib_impl
[+] struct mcpdstate (1)
| Change |
Effect |
1 | Size of this type has been changed from 3472 bytes to 3484 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (21)
alglib::_mcpdstate_owner::_mcpdstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mcpdstate'.
alglib::_mcpdstate_owner::_mcpdstate_owner [in-charge] ( alglib::_mcpdstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mcpdstate'.
alglib::_mcpdstate_owner::c_ptr ( )Field 'this->p_struct' in the object of this method has base type 'struct mcpdstate'.
alglib::_mcpdstate_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct mcpdstate'.
alglib::_mcpdstate_owner::operator = ( alglib::_mcpdstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mcpdstate'.
alglib::_mcpdstate_owner::~_mcpdstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mcpdstate'.
mcpdaddbc ( struct mcpdstate* s, ae_int_t i, ae_int_t j, double bndl, double bndu, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdaddec ( struct mcpdstate* s, ae_int_t i, ae_int_t j, double c, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdaddtrack ( struct mcpdstate* s, ae_matrix* xy, ae_int_t k, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdcreate ( ae_int_t n, struct mcpdstate* s, ae_state* _state )2nd parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdcreateentry ( ae_int_t n, ae_int_t entrystate, struct mcpdstate* s, ae_state* _state )3rd parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdcreateentryexit ( ae_int_t n, ae_int_t entrystate, ae_int_t exitstate, struct mcpdstate* s, ae_state* _state )4th parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdcreateexit ( ae_int_t n, ae_int_t exitstate, struct mcpdstate* s, ae_state* _state )3rd parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdresults ( struct mcpdstate* s, ae_matrix* p, struct mcpdreport* rep, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsetbc ( struct mcpdstate* s, ae_matrix* bndl, ae_matrix* bndu, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsetec ( struct mcpdstate* s, ae_matrix* ec, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsetlc ( struct mcpdstate* s, ae_matrix* c, ae_vector* ct, ae_int_t k, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsetpredictionweights ( struct mcpdstate* s, ae_vector* pw, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsetprior ( struct mcpdstate* s, ae_matrix* pp, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsettikhonovregularizer ( struct mcpdstate* s, double v, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsolve ( struct mcpdstate* s, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
[+] struct mlpensemble (1)
| Change |
Effect |
1 | Size of this type has been changed from 532 bytes to 904 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (38)
alglib::_mlpensemble_owner::_mlpensemble_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mlpensemble'.
alglib::_mlpensemble_owner::_mlpensemble_owner [in-charge] ( alglib::_mlpensemble_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mlpensemble'.
alglib::_mlpensemble_owner::c_ptr ( )Field 'this->p_struct' in the object of this method has base type 'struct mlpensemble'.
alglib::_mlpensemble_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct mlpensemble'.
alglib::_mlpensemble_owner::operator = ( alglib::_mlpensemble_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mlpensemble'.
alglib::_mlpensemble_owner::~_mlpensemble_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mlpensemble'.
mlpeallerrorssparse ( struct mlpensemble* ensemble, struct sparsematrix* xy, ae_int_t npoints, double* relcls, double* avgce, double* rms, double* avg, double* avgrel, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpealloc ( struct ae_serializer* s, struct mlpensemble* ensemble, ae_state* _state )2nd parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeavgce ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeavgerror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeavgrelerror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
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, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
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, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecopy ( struct mlpensemble* ensemble1, struct mlpensemble* ensemble2, ae_state* _state )1st parameter 'ensemble1' (pointer) has base type 'struct mlpensemble'.
mlpecreate0 ( ae_int_t nin, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )4th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecreate1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )5th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecreate2 ( ae_int_t nin, ae_int_t nhid1, ae_int_t nhid2, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )6th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecreateb0 ( ae_int_t nin, ae_int_t nout, double b, double d, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )6th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecreateb1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, double b, double d, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )7th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
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, ae_state* _state )8th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecreatec0 ( ae_int_t nin, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )4th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecreatec1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )5th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecreatec2 ( ae_int_t nin, ae_int_t nhid1, ae_int_t nhid2, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )6th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecreatefromnetwork ( struct multilayerperceptron* network, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )3rd parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecreater0 ( ae_int_t nin, ae_int_t nout, double a, double b, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )6th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecreater1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, double a, double b, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )7th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
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, ae_state* _state )8th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeissoftmax ( struct mlpensemble* ensemble, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeprocess ( struct mlpensemble* ensemble, ae_vector* x, ae_vector* y, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeprocessi ( struct mlpensemble* ensemble, ae_vector* x, ae_vector* y, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeproperties ( struct mlpensemble* ensemble, ae_int_t* nin, ae_int_t* nout, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlperandomize ( struct mlpensemble* ensemble, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlperelclserror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpermserror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeserialize ( struct ae_serializer* s, struct mlpensemble* ensemble, ae_state* _state )2nd parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpetraines ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, double decay, ae_int_t restarts, ae_int_t* info, struct mlpreport* rep, ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeunserialize ( struct ae_serializer* s, struct mlpensemble* ensemble, ae_state* _state )2nd parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlptrainensemblees ( struct mlptrainer* s, struct mlpensemble* ensemble, ae_int_t nrestarts, struct mlpreport* rep, ae_state* _state )2nd parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
[+] struct mlptrainer (3)
| Change |
Effect |
1 | Field algokind has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field minibatchsize has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Size of this type has been changed from 1540 bytes to 2140 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (18)
alglib::_mlptrainer_owner::_mlptrainer_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mlptrainer'.
alglib::_mlptrainer_owner::_mlptrainer_owner [in-charge] ( alglib::_mlptrainer_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mlptrainer'.
alglib::_mlptrainer_owner::c_ptr ( )Return value (pointer) has base type 'struct mlptrainer'.
alglib::_mlptrainer_owner::c_ptr ( ) constReturn value (pointer) has base type 'struct mlptrainer'.
alglib::_mlptrainer_owner::operator = ( alglib::_mlptrainer_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mlptrainer'.
alglib::_mlptrainer_owner::~_mlptrainer_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mlptrainer'.
_pexec_mlpkfoldcv ( struct mlptrainer* s, struct multilayerperceptron* network, ae_int_t nrestarts, ae_int_t foldscount, struct mlpreport* rep, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpcontinuetraining ( struct mlptrainer* s, struct multilayerperceptron* network, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpcreatetrainer ( ae_int_t nin, ae_int_t nout, struct mlptrainer* s, ae_state* _state )3rd parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpcreatetrainercls ( ae_int_t nin, ae_int_t nclasses, struct mlptrainer* s, ae_state* _state )3rd parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpkfoldcv ( struct mlptrainer* s, struct multilayerperceptron* network, ae_int_t nrestarts, ae_int_t foldscount, struct mlpreport* rep, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpsetcond ( struct mlptrainer* s, double wstep, ae_int_t maxits, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpsetdataset ( struct mlptrainer* s, ae_matrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpsetdecay ( struct mlptrainer* s, double decay, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpsetsparsedataset ( struct mlptrainer* s, struct sparsematrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlpstarttraining ( struct mlptrainer* s, struct multilayerperceptron* network, bool randomstart, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlptrainensemblees ( struct mlptrainer* s, struct mlpensemble* ensemble, ae_int_t nrestarts, struct mlpreport* rep, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
mlptrainnetwork ( struct mlptrainer* s, struct multilayerperceptron* network, ae_int_t nrestarts, struct mlpreport* rep, ae_state* _state )1st parameter 's' (pointer) has base type 'struct mlptrainer'.
[+] struct multilayerperceptron (9)
| Change |
Effect |
1 | Field buf has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field dummydxy has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field dummyidx has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field dummypool has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
5 | Field dummysxy has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
6 | Field err has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
7 | Field gradbuf has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
8 | Field rndbuf has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
9 | Size of this type has been changed from 432 bytes to 804 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (122)
alglib::_mlpensemble_owner::_mlpensemble_owner [in-charge] ( )Field 'this->p_struct->network' in the object of this method has type 'struct multilayerperceptron'.
alglib::_mlpensemble_owner::_mlpensemble_owner [in-charge] ( alglib::_mlpensemble_owner const& rhs )Field 'rhs->p_struct->network' in 1st parameter 'rhs' (reference) has type 'struct multilayerperceptron'.
alglib::_mlpensemble_owner::c_ptr ( )Field 'this->p_struct->network' in the object of this method has type 'struct multilayerperceptron'.
alglib::_mlpensemble_owner::c_ptr ( ) constField 'this->p_struct->network' in the object of this method has type 'struct multilayerperceptron'.
alglib::_mlpensemble_owner::operator = ( alglib::_mlpensemble_owner const& rhs )Field 'rhs->p_struct->network' in 1st parameter 'rhs' (reference) has type 'struct multilayerperceptron'.
alglib::_mlpensemble_owner::~_mlpensemble_owner [in-charge] ( )Field 'this->p_struct->network' in the object of this method has type 'struct multilayerperceptron'.
alglib::_multilayerperceptron_owner::_multilayerperceptron_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct multilayerperceptron'.
alglib::_multilayerperceptron_owner::_multilayerperceptron_owner [in-charge] ( alglib::_multilayerperceptron_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct multilayerperceptron'.
alglib::_multilayerperceptron_owner::c_ptr ( )Return value (pointer) has base type 'struct multilayerperceptron'.
alglib::_multilayerperceptron_owner::c_ptr ( ) constReturn value (pointer) has base type 'struct multilayerperceptron'.
alglib::_multilayerperceptron_owner::operator = ( alglib::_multilayerperceptron_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct multilayerperceptron'.
alglib::_multilayerperceptron_owner::~_multilayerperceptron_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct multilayerperceptron'.
_pexec_mlpkfoldcv ( struct mlptrainer* s, struct multilayerperceptron* network, ae_int_t nrestarts, ae_int_t foldscount, struct mlpreport* rep, ae_state* _state )2nd parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpallerrorssparsesubset ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t setsize, ae_vector* subset, ae_int_t subsetsize, struct modelerrors* rep, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpallerrorssubset ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t setsize, ae_vector* subset, ae_int_t subsetsize, struct modelerrors* rep, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpalloc ( struct ae_serializer* s, struct multilayerperceptron* network, ae_state* _state )2nd parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpavgce ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpavgcesparse ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpavgerror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpavgerrorsparse ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpavgrelerror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpavgrelerrorsparse ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpclserror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcontinuetraining ( struct mlptrainer* s, struct multilayerperceptron* network, ae_state* _state )2nd parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcopy ( struct multilayerperceptron* network1, struct multilayerperceptron* network2, ae_state* _state )2nd parameter 'network2' (pointer) has base type 'struct multilayerperceptron'.
mlpcreate0 ( ae_int_t nin, ae_int_t nout, struct multilayerperceptron* network, ae_state* _state )3rd parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcreate1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, struct multilayerperceptron* network, ae_state* _state )4th parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcreate2 ( ae_int_t nin, ae_int_t nhid1, ae_int_t nhid2, ae_int_t nout, struct multilayerperceptron* network, ae_state* _state )5th parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcreateb0 ( ae_int_t nin, ae_int_t nout, double b, double d, struct multilayerperceptron* network, ae_state* _state )5th parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcreateb1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, double b, double d, struct multilayerperceptron* network, ae_state* _state )6th parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcreateb2 ( ae_int_t nin, ae_int_t nhid1, ae_int_t nhid2, ae_int_t nout, double b, double d, struct multilayerperceptron* network, ae_state* _state )7th parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcreatec0 ( ae_int_t nin, ae_int_t nout, struct multilayerperceptron* network, ae_state* _state )3rd parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcreatec1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, struct multilayerperceptron* network, ae_state* _state )4th parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcreatec2 ( ae_int_t nin, ae_int_t nhid1, ae_int_t nhid2, ae_int_t nout, struct multilayerperceptron* network, ae_state* _state )5th parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcreater0 ( ae_int_t nin, ae_int_t nout, double a, double b, struct multilayerperceptron* network, ae_state* _state )5th parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcreater1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, double a, double b, struct multilayerperceptron* network, ae_state* _state )6th parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpcreater2 ( ae_int_t nin, ae_int_t nhid1, ae_int_t nhid2, ae_int_t nout, double a, double b, struct multilayerperceptron* network, ae_state* _state )7th parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpeallerrorssparse ( struct mlpensemble* ensemble, struct sparsematrix* xy, ae_int_t npoints, double* relcls, double* avgce, double* rms, double* avg, double* avgrel, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpealloc ( struct ae_serializer* s, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 2nd parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpeavgce ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpeavgerror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpeavgrelerror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
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, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
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, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpecopy ( struct mlpensemble* ensemble1, struct mlpensemble* ensemble2, ae_state* _state )Field 'ensemble1->network' in 1st parameter 'ensemble1' (pointer) has type 'struct multilayerperceptron'.
mlpecreate0 ( ae_int_t nin, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 4th parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpecreate1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 5th parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpecreate2 ( ae_int_t nin, ae_int_t nhid1, ae_int_t nhid2, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 6th parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpecreateb0 ( ae_int_t nin, ae_int_t nout, double b, double d, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 6th parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpecreateb1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, double b, double d, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 7th parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
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, ae_state* _state )Field 'ensemble->network' in 8th parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpecreatec0 ( ae_int_t nin, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 4th parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpecreatec1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 5th parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpecreatec2 ( ae_int_t nin, ae_int_t nhid1, ae_int_t nhid2, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 6th parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpecreatefromnetwork ( struct multilayerperceptron* network, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 3rd parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpecreater0 ( ae_int_t nin, ae_int_t nout, double a, double b, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 6th parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpecreater1 ( ae_int_t nin, ae_int_t nhid, ae_int_t nout, double a, double b, ae_int_t ensemblesize, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 7th parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
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, ae_state* _state )Field 'ensemble->network' in 8th parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpeissoftmax ( struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpeprocess ( struct mlpensemble* ensemble, ae_vector* x, ae_vector* y, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpeprocessi ( struct mlpensemble* ensemble, ae_vector* x, ae_vector* y, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpeproperties ( struct mlpensemble* ensemble, ae_int_t* nin, ae_int_t* nout, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlperandomize ( struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlperelclserror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpermserror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlperror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlperrorn ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlperrorsparse ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlperrorsparsesubset ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t setsize, ae_vector* subset, ae_int_t subsetsize, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlperrorsubset ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t setsize, ae_vector* subset, ae_int_t subsetsize, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpeserialize ( struct ae_serializer* s, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 2nd parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpetraines ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, double decay, ae_int_t restarts, ae_int_t* info, struct mlpreport* rep, ae_state* _state )Field 'ensemble->network' in 1st parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpeunserialize ( struct ae_serializer* s, struct mlpensemble* ensemble, ae_state* _state )Field 'ensemble->network' in 2nd parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
mlpgetinputscaling ( struct multilayerperceptron* network, ae_int_t i, double* mean, double* sigma, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgetinputscount ( struct multilayerperceptron* network, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgetlayerscount ( struct multilayerperceptron* network, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgetlayersize ( struct multilayerperceptron* network, ae_int_t k, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgetneuroninfo ( struct multilayerperceptron* network, ae_int_t k, ae_int_t i, ae_int_t* fkind, double* threshold, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgetoutputscaling ( struct multilayerperceptron* network, ae_int_t i, double* mean, double* sigma, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgetoutputscount ( struct multilayerperceptron* network, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgetweight ( struct multilayerperceptron* network, ae_int_t k0, ae_int_t i0, ae_int_t k1, ae_int_t i1, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgetweightscount ( struct multilayerperceptron* network, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgrad ( struct multilayerperceptron* network, ae_vector* x, ae_vector* desiredy, double* e, ae_vector* grad, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgradbatch ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, double* e, ae_vector* grad, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgradbatchsparse ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t ssize, double* e, ae_vector* grad, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgradbatchsparsesubset ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t setsize, ae_vector* idx, ae_int_t subsetsize, double* e, ae_vector* grad, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgradbatchsubset ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t setsize, ae_vector* idx, ae_int_t subsetsize, double* e, ae_vector* grad, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgradn ( struct multilayerperceptron* network, ae_vector* x, ae_vector* desiredy, double* e, ae_vector* grad, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpgradnbatch ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, double* e, ae_vector* grad, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlphessianbatch ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, double* e, ae_vector* grad, ae_matrix* h, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlphessiannbatch ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, double* e, ae_vector* grad, ae_matrix* h, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpinitpreprocessor ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpinitpreprocessorsparse ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t ssize, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpinitpreprocessorsparsesubset ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t setsize, ae_vector* idx, ae_int_t subsetsize, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpinitpreprocessorsubset ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t setsize, ae_vector* idx, ae_int_t subsetsize, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpissoftmax ( struct multilayerperceptron* network, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpkfoldcv ( struct mlptrainer* s, struct multilayerperceptron* network, ae_int_t nrestarts, ae_int_t foldscount, struct mlpreport* rep, ae_state* _state )2nd parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
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, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
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, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpprocess ( struct multilayerperceptron* network, ae_vector* x, ae_vector* y, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpprocessi ( struct multilayerperceptron* network, ae_vector* x, ae_vector* y, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpproperties ( struct multilayerperceptron* network, ae_int_t* nin, ae_int_t* nout, ae_int_t* wcount, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlprandomize ( struct multilayerperceptron* network, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlprandomizefull ( struct multilayerperceptron* network, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlprelclserror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlprelclserrorsparse ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlprmserror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlprmserrorsparse ( struct multilayerperceptron* network, struct sparsematrix* xy, ae_int_t npoints, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpserialize ( struct ae_serializer* s, struct multilayerperceptron* network, ae_state* _state )2nd parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpserializeold ( struct multilayerperceptron* network, ae_vector* ra, ae_int_t* rlen, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpsetinputscaling ( struct multilayerperceptron* network, ae_int_t i, double mean, double sigma, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpsetneuroninfo ( struct multilayerperceptron* network, ae_int_t k, ae_int_t i, ae_int_t fkind, double threshold, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpsetoutputscaling ( struct multilayerperceptron* network, ae_int_t i, double mean, double sigma, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpsetweight ( struct multilayerperceptron* network, ae_int_t k0, ae_int_t i0, ae_int_t k1, ae_int_t i1, double w, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpstarttraining ( struct mlptrainer* s, struct multilayerperceptron* network, bool randomstart, ae_state* _state )2nd parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlptrainensemblees ( struct mlptrainer* s, struct mlpensemble* ensemble, ae_int_t nrestarts, struct mlpreport* rep, ae_state* _state )Field 'ensemble->network' in 2nd parameter 'ensemble' (pointer) has type 'struct multilayerperceptron'.
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, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
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, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlptrainlm ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, double decay, ae_int_t restarts, ae_int_t* info, struct mlpreport* rep, ae_state* _state )1st parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlptrainnetwork ( struct mlptrainer* s, struct multilayerperceptron* network, ae_int_t nrestarts, struct mlpreport* rep, ae_state* _state )2nd parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpunserialize ( struct ae_serializer* s, struct multilayerperceptron* network, ae_state* _state )2nd parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
mlpunserializeold ( ae_vector* ra, struct multilayerperceptron* network, ae_state* _state )2nd parameter 'network' (pointer) has base type 'struct multilayerperceptron'.
interpolation.h
namespace alglib_impl
[+] struct lsfitstate (1)
| Change |
Effect |
1 | Size of this type has been changed from 5460 bytes to 8628 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (20)
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct lsfitstate'.
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct lsfitstate'.
alglib::_lsfitstate_owner::c_ptr ( )Field 'this->p_struct' in the object of this method has base type 'struct lsfitstate'.
alglib::_lsfitstate_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct lsfitstate'.
alglib::_lsfitstate_owner::operator = ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct lsfitstate'.
alglib::_lsfitstate_owner::~_lsfitstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct lsfitstate'.
lsfitcreatef ( ae_matrix* x, ae_vector* y, ae_vector* c, ae_int_t n, ae_int_t m, ae_int_t k, double diffstep, struct lsfitstate* state, ae_state* _state )8th parameter 'state' (pointer) has base type 'struct lsfitstate'.
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, ae_state* _state )8th parameter 'state' (pointer) has base type 'struct lsfitstate'.
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, ae_state* _state )7th parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitcreatewf ( ae_matrix* x, ae_vector* y, ae_vector* w, ae_vector* c, ae_int_t n, ae_int_t m, ae_int_t k, double diffstep, struct lsfitstate* state, ae_state* _state )9th parameter 'state' (pointer) has base type 'struct lsfitstate'.
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, ae_state* _state )9th parameter 'state' (pointer) has base type 'struct lsfitstate'.
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, ae_state* _state )8th parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfititeration ( struct lsfitstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitresults ( struct lsfitstate* state, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitsetbc ( struct lsfitstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitsetcond ( struct lsfitstate* state, double epsf, double epsx, ae_int_t maxits, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitsetgradientcheck ( struct lsfitstate* state, double teststep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitsetscale ( struct lsfitstate* state, ae_vector* s, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitsetstpmax ( struct lsfitstate* state, double stpmax, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitsetxrep ( struct lsfitstate* state, bool needxrep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
linalg.h
namespace alglib_impl
[+] struct normestimatorstate (1)
| Change |
Effect |
1 | Size of this type has been changed from 320 bytes to 312 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (94)
alglib::_linlsqrstate_owner::_linlsqrstate_owner [in-charge] ( )Field 'this->p_struct->nes' in the object of this method has type 'struct normestimatorstate'.
alglib::_linlsqrstate_owner::_linlsqrstate_owner [in-charge] ( alglib::_linlsqrstate_owner const& rhs )Field 'rhs->p_struct->nes' in 1st parameter 'rhs' (reference) has type 'struct normestimatorstate'.
alglib::_linlsqrstate_owner::c_ptr ( )Field 'this->p_struct->nes' in the object of this method has type 'struct normestimatorstate'.
alglib::_linlsqrstate_owner::c_ptr ( ) constField 'this->p_struct->nes' in the object of this method has type 'struct normestimatorstate'.
alglib::_linlsqrstate_owner::operator = ( alglib::_linlsqrstate_owner const& rhs )Field 'rhs->p_struct->nes' in 1st parameter 'rhs' (reference) has type 'struct normestimatorstate'.
alglib::_linlsqrstate_owner::~_linlsqrstate_owner [in-charge] ( )Field 'this->p_struct->nes' in the object of this method has type 'struct normestimatorstate'.
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optstate->qpstate->estimator' in the object of this method has type 'struct normestimatorstate'.
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optstate->qpstate->estimator' in 1st parameter 'rhs' (reference) has type 'struct normestimatorstate'.
alglib::_lsfitstate_owner::c_ptr ( )Field 'this->p_struct->optstate->qpstate->estimator' in the object of this method has type 'struct normestimatorstate'.
alglib::_lsfitstate_owner::c_ptr ( ) constField 'this->p_struct->optstate->qpstate->estimator' in the object of this method has type 'struct normestimatorstate'.
alglib::_lsfitstate_owner::operator = ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optstate->qpstate->estimator' in 1st parameter 'rhs' (reference) has type 'struct normestimatorstate'.
alglib::_lsfitstate_owner::~_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optstate->qpstate->estimator' in the object of this method has type 'struct normestimatorstate'.
alglib::_minlmstate_owner::_minlmstate_owner [in-charge] ( )Field 'this->p_struct->qpstate->estimator' in the object of this method has type 'struct normestimatorstate'.
alglib::_minlmstate_owner::_minlmstate_owner [in-charge] ( alglib::_minlmstate_owner const& rhs )Field 'rhs->p_struct->qpstate->estimator' in 1st parameter 'rhs' (reference) has type 'struct normestimatorstate'.
alglib::_minlmstate_owner::c_ptr ( )Field 'retval->qpstate->estimator' in return value (pointer) has type 'struct normestimatorstate'.
alglib::_minlmstate_owner::c_ptr ( ) constField 'retval->qpstate->estimator' in return value (pointer) has type 'struct normestimatorstate'.
alglib::_minlmstate_owner::operator = ( alglib::_minlmstate_owner const& rhs )Field 'rhs->p_struct->qpstate->estimator' in 1st parameter 'rhs' (reference) has type 'struct normestimatorstate'.
alglib::_minlmstate_owner::~_minlmstate_owner [in-charge] ( )Field 'this->p_struct->qpstate->estimator' in the object of this method has type 'struct normestimatorstate'.
alglib::_minqpstate_owner::_minqpstate_owner [in-charge] ( )Field 'this->p_struct->estimator' in the object of this method has type 'struct normestimatorstate'.
alglib::_minqpstate_owner::_minqpstate_owner [in-charge] ( alglib::_minqpstate_owner const& rhs )Field 'rhs->p_struct->estimator' in 1st parameter 'rhs' (reference) has type 'struct normestimatorstate'.
alglib::_minqpstate_owner::c_ptr ( )Field 'this->p_struct->estimator' in the object of this method has type 'struct normestimatorstate'.
alglib::_minqpstate_owner::c_ptr ( ) constField 'this->p_struct->estimator' in the object of this method has type 'struct normestimatorstate'.
alglib::_minqpstate_owner::operator = ( alglib::_minqpstate_owner const& rhs )Field 'rhs->p_struct->estimator' in 1st parameter 'rhs' (reference) has type 'struct normestimatorstate'.
alglib::_minqpstate_owner::~_minqpstate_owner [in-charge] ( )Field 'this->p_struct->estimator' in the object of this method has type 'struct normestimatorstate'.
alglib::_normestimatorstate_owner::_normestimatorstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct normestimatorstate'.
alglib::_normestimatorstate_owner::_normestimatorstate_owner [in-charge] ( alglib::_normestimatorstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct normestimatorstate'.
alglib::_normestimatorstate_owner::c_ptr ( )Return value (pointer) has base type 'struct normestimatorstate'.
alglib::_normestimatorstate_owner::c_ptr ( ) constReturn value (pointer) has base type 'struct normestimatorstate'.
alglib::_normestimatorstate_owner::operator = ( alglib::_normestimatorstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct normestimatorstate'.
alglib::_normestimatorstate_owner::~_normestimatorstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct normestimatorstate'.
linlsqrcreate ( ae_int_t m, ae_int_t n, struct linlsqrstate* state, ae_state* _state )Field 'state->nes' in 3rd parameter 'state' (pointer) has type 'struct normestimatorstate'.
linlsqriteration ( struct linlsqrstate* state, ae_state* _state )Field 'state->nes' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
linlsqrrestart ( struct linlsqrstate* state, ae_state* _state )Field 'state->nes' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
linlsqrresults ( struct linlsqrstate* state, ae_vector* x, struct linlsqrreport* rep, ae_state* _state )Field 'state->nes' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
linlsqrsetb ( struct linlsqrstate* state, ae_vector* b, ae_state* _state )Field 'state->nes' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
linlsqrsetcond ( struct linlsqrstate* state, double epsa, double epsb, ae_int_t maxits, ae_state* _state )Field 'state->nes' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
linlsqrsetlambdai ( struct linlsqrstate* state, double lambdai, ae_state* _state )Field 'state->nes' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
linlsqrsetprecdiag ( struct linlsqrstate* state, ae_state* _state )Field 'state->nes' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
linlsqrsetprecunit ( struct linlsqrstate* state, ae_state* _state )Field 'state->nes' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
linlsqrsetxrep ( struct linlsqrstate* state, bool needxrep, ae_state* _state )Field 'state->nes' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
linlsqrsolvesparse ( struct linlsqrstate* state, struct sparsematrix* a, ae_vector* b, ae_state* _state )Field 'state->nes' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
lsfitcreatef ( ae_matrix* x, ae_vector* y, ae_vector* c, ae_int_t n, ae_int_t m, ae_int_t k, double diffstep, struct lsfitstate* state, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 8th parameter 'state' (pointer) has type 'struct normestimatorstate'.
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, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 8th parameter 'state' (pointer) has type 'struct normestimatorstate'.
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, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 7th parameter 'state' (pointer) has type 'struct normestimatorstate'.
lsfitcreatewf ( ae_matrix* x, ae_vector* y, ae_vector* w, ae_vector* c, ae_int_t n, ae_int_t m, ae_int_t k, double diffstep, struct lsfitstate* state, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 9th parameter 'state' (pointer) has type 'struct normestimatorstate'.
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, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 9th parameter 'state' (pointer) has type 'struct normestimatorstate'.
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, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 8th parameter 'state' (pointer) has type 'struct normestimatorstate'.
lsfititeration ( struct lsfitstate* state, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
lsfitresults ( struct lsfitstate* state, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
lsfitsetbc ( struct lsfitstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
lsfitsetcond ( struct lsfitstate* state, double epsf, double epsx, ae_int_t maxits, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
lsfitsetgradientcheck ( struct lsfitstate* state, double teststep, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
lsfitsetscale ( struct lsfitstate* state, ae_vector* s, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
lsfitsetstpmax ( struct lsfitstate* state, double stpmax, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
lsfitsetxrep ( struct lsfitstate* state, bool needxrep, ae_state* _state )Field 'state->optstate->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmcreatefgh ( ae_int_t n, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator' in 3rd parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmcreatefgj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator' in 4th parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmcreatefj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator' in 4th parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmcreatev ( ae_int_t n, ae_int_t m, ae_vector* x, double diffstep, struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator' in 5th parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmcreatevgj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator' in 4th parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmcreatevj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator' in 4th parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmiteration ( struct minlmstate* state, ae_state* _state )Field 'state->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmrestartfrom ( struct minlmstate* state, ae_vector* x, ae_state* _state )Field 'state->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmresults ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, ae_state* _state )Field 'state->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmresultsbuf ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, ae_state* _state )Field 'state->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmsetacctype ( struct minlmstate* state, ae_int_t acctype, ae_state* _state )Field 'state->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmsetbc ( struct minlmstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )Field 'state->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmsetcond ( struct minlmstate* state, double epsg, double epsf, double epsx, ae_int_t maxits, ae_state* _state )Field 'state->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmsetgradientcheck ( struct minlmstate* state, double teststep, ae_state* _state )Field 'state->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmsetscale ( struct minlmstate* state, ae_vector* s, ae_state* _state )Field 'state->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmsetstpmax ( struct minlmstate* state, double stpmax, ae_state* _state )Field 'state->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minlmsetxrep ( struct minlmstate* state, bool needxrep, ae_state* _state )Field 'state->qpstate->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpcreate ( ae_int_t n, struct minqpstate* state, ae_state* _state )Field 'state->estimator' in 2nd parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpoptimize ( struct minqpstate* state, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpresults ( struct minqpstate* state, ae_vector* x, struct minqpreport* rep, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpresultsbuf ( struct minqpstate* state, ae_vector* x, struct minqpreport* rep, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqprewritediagonal ( struct minqpstate* state, ae_vector* s, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpsetalgocholesky ( struct minqpstate* state, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpsetbc ( struct minqpstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpsetlc ( struct minqpstate* state, ae_matrix* c, ae_vector* ct, ae_int_t k, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpsetlinearterm ( struct minqpstate* state, ae_vector* b, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpsetlineartermfast ( struct minqpstate* state, ae_vector* b, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpsetorigin ( struct minqpstate* state, ae_vector* xorigin, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpsetoriginfast ( struct minqpstate* state, ae_vector* xorigin, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpsetquadraticterm ( struct minqpstate* state, ae_matrix* a, bool isupper, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpsetquadratictermfast ( struct minqpstate* state, ae_matrix* a, bool isupper, double s, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpsetstartingpoint ( struct minqpstate* state, ae_vector* x, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
minqpsetstartingpointfast ( struct minqpstate* state, ae_vector* x, ae_state* _state )Field 'state->estimator' in 1st parameter 'state' (pointer) has type 'struct normestimatorstate'.
normestimatorcreate ( ae_int_t m, ae_int_t n, ae_int_t nstart, ae_int_t nits, struct normestimatorstate* state, ae_state* _state )5th parameter 'state' (pointer) has base type 'struct normestimatorstate'.
normestimatorestimatesparse ( struct normestimatorstate* state, struct sparsematrix* a, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct normestimatorstate'.
normestimatoriteration ( struct normestimatorstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct normestimatorstate'.
normestimatorrestart ( struct normestimatorstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct normestimatorstate'.
normestimatorresults ( struct normestimatorstate* state, double* nrm, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct normestimatorstate'.
normestimatorsetseed ( struct normestimatorstate* state, ae_int_t seedval, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct normestimatorstate'.
optimization.h
namespace alglib_impl
[+] struct minbleicstate (4)
| Change |
Effect |
1 | Size of this type has been changed from 2900 bytes to 2912 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Field boundedstep has been added to this type. | This field will not be initialized by old clients. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field drep has been added to this type. | This field will not be initialized by old clients. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field lsstart has been added to this type. | This field will not be initialized by old clients. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (45)
alglib::_mcpdstate_owner::_mcpdstate_owner [in-charge] ( )Field 'this->p_struct->bs' in the object of this method has type 'struct minbleicstate'.
alglib::_mcpdstate_owner::_mcpdstate_owner [in-charge] ( alglib::_mcpdstate_owner const& rhs )Field 'rhs->p_struct->bs' in 1st parameter 'rhs' (reference) has type 'struct minbleicstate'.
alglib::_mcpdstate_owner::c_ptr ( )Field 'retval->bs' in return value (pointer) has type 'struct minbleicstate'.
alglib::_mcpdstate_owner::c_ptr ( ) constField 'retval->bs' in return value (pointer) has type 'struct minbleicstate'.
alglib::_mcpdstate_owner::operator = ( alglib::_mcpdstate_owner const& rhs )Field 'rhs->p_struct->bs' in 1st parameter 'rhs' (reference) has type 'struct minbleicstate'.
alglib::_mcpdstate_owner::~_mcpdstate_owner [in-charge] ( )Field 'this->p_struct->bs' in the object of this method has type 'struct minbleicstate'.
alglib::_minbleicstate_owner::_minbleicstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minbleicstate'.
alglib::_minbleicstate_owner::_minbleicstate_owner [in-charge] ( alglib::_minbleicstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minbleicstate'.
alglib::_minbleicstate_owner::c_ptr ( )Field 'this->p_struct' in the object of this method has base type 'struct minbleicstate'.
alglib::_minbleicstate_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct minbleicstate'.
alglib::_minbleicstate_owner::operator = ( alglib::_minbleicstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minbleicstate'.
alglib::_minbleicstate_owner::~_minbleicstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minbleicstate'.
mcpdaddbc ( struct mcpdstate* s, ae_int_t i, ae_int_t j, double bndl, double bndu, ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdaddec ( struct mcpdstate* s, ae_int_t i, ae_int_t j, double c, ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdaddtrack ( struct mcpdstate* s, ae_matrix* xy, ae_int_t k, ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdcreate ( ae_int_t n, struct mcpdstate* s, ae_state* _state )Field 's->bs' in 2nd parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdcreateentry ( ae_int_t n, ae_int_t entrystate, struct mcpdstate* s, ae_state* _state )Field 's->bs' in 3rd parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdcreateentryexit ( ae_int_t n, ae_int_t entrystate, ae_int_t exitstate, struct mcpdstate* s, ae_state* _state )Field 's->bs' in 4th parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdcreateexit ( ae_int_t n, ae_int_t exitstate, struct mcpdstate* s, ae_state* _state )Field 's->bs' in 3rd parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdresults ( struct mcpdstate* s, ae_matrix* p, struct mcpdreport* rep, ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdsetbc ( struct mcpdstate* s, ae_matrix* bndl, ae_matrix* bndu, ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdsetec ( struct mcpdstate* s, ae_matrix* ec, ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdsetlc ( struct mcpdstate* s, ae_matrix* c, ae_vector* ct, ae_int_t k, ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdsetpredictionweights ( struct mcpdstate* s, ae_vector* pw, ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdsetprior ( struct mcpdstate* s, ae_matrix* pp, ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdsettikhonovregularizer ( struct mcpdstate* s, double v, ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdsolve ( struct mcpdstate* s, ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
minbleiccreate ( ae_int_t n, ae_vector* x, struct minbleicstate* state, ae_state* _state )3rd parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleiccreatef ( ae_int_t n, ae_vector* x, double diffstep, struct minbleicstate* state, ae_state* _state )4th parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleiciteration ( struct minbleicstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicrestartfrom ( struct minbleicstate* state, ae_vector* x, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicresults ( struct minbleicstate* state, ae_vector* x, struct minbleicreport* rep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicresultsbuf ( struct minbleicstate* state, ae_vector* x, struct minbleicreport* rep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetbarrierdecay ( struct minbleicstate* state, double mudecay, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetbarrierwidth ( struct minbleicstate* state, double mu, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetbc ( struct minbleicstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetcond ( struct minbleicstate* state, double epsg, double epsf, double epsx, ae_int_t maxits, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetgradientcheck ( struct minbleicstate* state, double teststep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetlc ( struct minbleicstate* state, ae_matrix* c, ae_vector* ct, ae_int_t k, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetprecdefault ( struct minbleicstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetprecdiag ( struct minbleicstate* state, ae_vector* d, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetprecscale ( struct minbleicstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetscale ( struct minbleicstate* state, ae_vector* s, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetstpmax ( struct minbleicstate* state, double stpmax, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetxrep ( struct minbleicstate* state, bool needxrep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
[+] struct minlmstate (1)
| Change |
Effect |
1 | Size of this type has been changed from 4588 bytes to 7756 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (43)
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optstate' in the object of this method has type 'struct minlmstate'.
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optstate' in 1st parameter 'rhs' (reference) has type 'struct minlmstate'.
alglib::_lsfitstate_owner::c_ptr ( )Field 'retval->optstate' in return value (pointer) has type 'struct minlmstate'.
alglib::_lsfitstate_owner::c_ptr ( ) constField 'retval->optstate' in return value (pointer) has type 'struct minlmstate'.
alglib::_lsfitstate_owner::operator = ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optstate' in 1st parameter 'rhs' (reference) has type 'struct minlmstate'.
alglib::_lsfitstate_owner::~_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optstate' in the object of this method has type 'struct minlmstate'.
alglib::_minlmstate_owner::_minlmstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minlmstate'.
alglib::_minlmstate_owner::_minlmstate_owner [in-charge] ( alglib::_minlmstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minlmstate'.
alglib::_minlmstate_owner::c_ptr ( )Field 'this->p_struct' in the object of this method has base type 'struct minlmstate'.
alglib::_minlmstate_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct minlmstate'.
alglib::_minlmstate_owner::operator = ( alglib::_minlmstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minlmstate'.
alglib::_minlmstate_owner::~_minlmstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minlmstate'.
lsfitcreatef ( ae_matrix* x, ae_vector* y, ae_vector* c, ae_int_t n, ae_int_t m, ae_int_t k, double diffstep, struct lsfitstate* state, ae_state* _state )Field 'state->optstate' in 8th parameter 'state' (pointer) has type 'struct minlmstate'.
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, ae_state* _state )Field 'state->optstate' in 8th parameter 'state' (pointer) has type 'struct minlmstate'.
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, ae_state* _state )Field 'state->optstate' in 7th parameter 'state' (pointer) has type 'struct minlmstate'.
lsfitcreatewf ( ae_matrix* x, ae_vector* y, ae_vector* w, ae_vector* c, ae_int_t n, ae_int_t m, ae_int_t k, double diffstep, struct lsfitstate* state, ae_state* _state )Field 'state->optstate' in 9th parameter 'state' (pointer) has type 'struct minlmstate'.
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, ae_state* _state )Field 'state->optstate' in 9th parameter 'state' (pointer) has type 'struct minlmstate'.
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, ae_state* _state )Field 'state->optstate' in 8th parameter 'state' (pointer) has type 'struct minlmstate'.
lsfititeration ( struct lsfitstate* state, ae_state* _state )Field 'state->optstate' in 1st parameter 'state' (pointer) has type 'struct minlmstate'.
lsfitresults ( struct lsfitstate* state, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, ae_state* _state )Field 'state->optstate' in 1st parameter 'state' (pointer) has type 'struct minlmstate'.
lsfitsetbc ( struct lsfitstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )Field 'state->optstate' in 1st parameter 'state' (pointer) has type 'struct minlmstate'.
lsfitsetcond ( struct lsfitstate* state, double epsf, double epsx, ae_int_t maxits, ae_state* _state )Field 'state->optstate' in 1st parameter 'state' (pointer) has type 'struct minlmstate'.
lsfitsetgradientcheck ( struct lsfitstate* state, double teststep, ae_state* _state )Field 'state->optstate' in 1st parameter 'state' (pointer) has type 'struct minlmstate'.
lsfitsetscale ( struct lsfitstate* state, ae_vector* s, ae_state* _state )Field 'state->optstate' in 1st parameter 'state' (pointer) has type 'struct minlmstate'.
lsfitsetstpmax ( struct lsfitstate* state, double stpmax, ae_state* _state )Field 'state->optstate' in 1st parameter 'state' (pointer) has type 'struct minlmstate'.
lsfitsetxrep ( struct lsfitstate* state, bool needxrep, ae_state* _state )Field 'state->optstate' in 1st parameter 'state' (pointer) has type 'struct minlmstate'.
minlmcreatefgh ( ae_int_t n, ae_vector* x, struct minlmstate* state, ae_state* _state )3rd parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmcreatefgj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )4th parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmcreatefj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )4th parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmcreatev ( ae_int_t n, ae_int_t m, ae_vector* x, double diffstep, struct minlmstate* state, ae_state* _state )5th parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmcreatevgj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )4th parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmcreatevj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )4th parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmiteration ( struct minlmstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmrestartfrom ( struct minlmstate* state, ae_vector* x, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmresults ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmresultsbuf ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmsetacctype ( struct minlmstate* state, ae_int_t acctype, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmsetbc ( struct minlmstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmsetcond ( struct minlmstate* state, double epsg, double epsf, double epsx, ae_int_t maxits, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmsetgradientcheck ( struct minlmstate* state, double teststep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmsetscale ( struct minlmstate* state, ae_vector* s, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmsetstpmax ( struct minlmstate* state, double stpmax, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmsetxrep ( struct minlmstate* state, bool needxrep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
[+] struct minqpstate (3)
| Change |
Effect |
1 | Field solver has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field solverrep has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Size of this type has been changed from 2848 bytes to 6016 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (65)
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optstate->qpstate' in the object of this method has type 'struct minqpstate'.
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optstate->qpstate' in 1st parameter 'rhs' (reference) has type 'struct minqpstate'.
alglib::_lsfitstate_owner::c_ptr ( )Field 'retval->optstate->qpstate' in return value (pointer) has type 'struct minqpstate'.
alglib::_lsfitstate_owner::c_ptr ( ) constField 'retval->optstate->qpstate' in return value (pointer) has type 'struct minqpstate'.
alglib::_lsfitstate_owner::operator = ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optstate->qpstate' in 1st parameter 'rhs' (reference) has type 'struct minqpstate'.
alglib::_lsfitstate_owner::~_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optstate->qpstate' in the object of this method has type 'struct minqpstate'.
alglib::_minlmstate_owner::_minlmstate_owner [in-charge] ( )Field 'this->p_struct->qpstate' in the object of this method has type 'struct minqpstate'.
alglib::_minlmstate_owner::_minlmstate_owner [in-charge] ( alglib::_minlmstate_owner const& rhs )Field 'rhs->p_struct->qpstate' in 1st parameter 'rhs' (reference) has type 'struct minqpstate'.
alglib::_minlmstate_owner::c_ptr ( )Field 'retval->qpstate' in return value (pointer) has type 'struct minqpstate'.
alglib::_minlmstate_owner::c_ptr ( ) constField 'retval->qpstate' in return value (pointer) has type 'struct minqpstate'.
alglib::_minlmstate_owner::operator = ( alglib::_minlmstate_owner const& rhs )Field 'rhs->p_struct->qpstate' in 1st parameter 'rhs' (reference) has type 'struct minqpstate'.
alglib::_minlmstate_owner::~_minlmstate_owner [in-charge] ( )Field 'this->p_struct->qpstate' in the object of this method has type 'struct minqpstate'.
alglib::_minqpstate_owner::_minqpstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minqpstate'.
alglib::_minqpstate_owner::_minqpstate_owner [in-charge] ( alglib::_minqpstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minqpstate'.
alglib::_minqpstate_owner::c_ptr ( )Return value (pointer) has base type 'struct minqpstate'.
alglib::_minqpstate_owner::c_ptr ( ) constReturn value (pointer) has base type 'struct minqpstate'.
alglib::_minqpstate_owner::operator = ( alglib::_minqpstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minqpstate'.
alglib::_minqpstate_owner::~_minqpstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minqpstate'.
lsfitcreatef ( ae_matrix* x, ae_vector* y, ae_vector* c, ae_int_t n, ae_int_t m, ae_int_t k, double diffstep, struct lsfitstate* state, ae_state* _state )Field 'state->optstate->qpstate' in 8th parameter 'state' (pointer) has type 'struct minqpstate'.
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, ae_state* _state )Field 'state->optstate->qpstate' in 8th parameter 'state' (pointer) has type 'struct minqpstate'.
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, ae_state* _state )Field 'state->optstate->qpstate' in 7th parameter 'state' (pointer) has type 'struct minqpstate'.
lsfitcreatewf ( ae_matrix* x, ae_vector* y, ae_vector* w, ae_vector* c, ae_int_t n, ae_int_t m, ae_int_t k, double diffstep, struct lsfitstate* state, ae_state* _state )Field 'state->optstate->qpstate' in 9th parameter 'state' (pointer) has type 'struct minqpstate'.
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, ae_state* _state )Field 'state->optstate->qpstate' in 9th parameter 'state' (pointer) has type 'struct minqpstate'.
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, ae_state* _state )Field 'state->optstate->qpstate' in 8th parameter 'state' (pointer) has type 'struct minqpstate'.
lsfititeration ( struct lsfitstate* state, ae_state* _state )Field 'state->optstate->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
lsfitresults ( struct lsfitstate* state, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, ae_state* _state )Field 'state->optstate->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
lsfitsetbc ( struct lsfitstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )Field 'state->optstate->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
lsfitsetcond ( struct lsfitstate* state, double epsf, double epsx, ae_int_t maxits, ae_state* _state )Field 'state->optstate->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
lsfitsetgradientcheck ( struct lsfitstate* state, double teststep, ae_state* _state )Field 'state->optstate->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
lsfitsetscale ( struct lsfitstate* state, ae_vector* s, ae_state* _state )Field 'state->optstate->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
lsfitsetstpmax ( struct lsfitstate* state, double stpmax, ae_state* _state )Field 'state->optstate->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
lsfitsetxrep ( struct lsfitstate* state, bool needxrep, ae_state* _state )Field 'state->optstate->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmcreatefgh ( ae_int_t n, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate' in 3rd parameter 'state' (pointer) has type 'struct minqpstate'.
minlmcreatefgj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate' in 4th parameter 'state' (pointer) has type 'struct minqpstate'.
minlmcreatefj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate' in 4th parameter 'state' (pointer) has type 'struct minqpstate'.
minlmcreatev ( ae_int_t n, ae_int_t m, ae_vector* x, double diffstep, struct minlmstate* state, ae_state* _state )Field 'state->qpstate' in 5th parameter 'state' (pointer) has type 'struct minqpstate'.
minlmcreatevgj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate' in 4th parameter 'state' (pointer) has type 'struct minqpstate'.
minlmcreatevj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, ae_state* _state )Field 'state->qpstate' in 4th parameter 'state' (pointer) has type 'struct minqpstate'.
minlmiteration ( struct minlmstate* state, ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmrestartfrom ( struct minlmstate* state, ae_vector* x, ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmresults ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmresultsbuf ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetacctype ( struct minlmstate* state, ae_int_t acctype, ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetbc ( struct minlmstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetcond ( struct minlmstate* state, double epsg, double epsf, double epsx, ae_int_t maxits, ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetgradientcheck ( struct minlmstate* state, double teststep, ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetscale ( struct minlmstate* state, ae_vector* s, ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetstpmax ( struct minlmstate* state, double stpmax, ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetxrep ( struct minlmstate* state, bool needxrep, ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minqpcreate ( ae_int_t n, struct minqpstate* state, ae_state* _state )2nd parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpoptimize ( struct minqpstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpresults ( struct minqpstate* state, ae_vector* x, struct minqpreport* rep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpresultsbuf ( struct minqpstate* state, ae_vector* x, struct minqpreport* rep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqprewritediagonal ( struct minqpstate* state, ae_vector* s, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetalgocholesky ( struct minqpstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetbc ( struct minqpstate* state, ae_vector* bndl, ae_vector* bndu, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetlc ( struct minqpstate* state, ae_matrix* c, ae_vector* ct, ae_int_t k, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetlinearterm ( struct minqpstate* state, ae_vector* b, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetlineartermfast ( struct minqpstate* state, ae_vector* b, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetorigin ( struct minqpstate* state, ae_vector* xorigin, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetoriginfast ( struct minqpstate* state, ae_vector* xorigin, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetquadraticterm ( struct minqpstate* state, ae_matrix* a, bool isupper, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetquadratictermfast ( struct minqpstate* state, ae_matrix* a, bool isupper, double s, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetstartingpoint ( struct minqpstate* state, ae_vector* x, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetstartingpointfast ( struct minqpstate* state, ae_vector* x, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
solvers.h
namespace alglib_impl
[+] struct linlsqrstate (1)
| Change |
Effect |
1 | Size of this type has been changed from 964 bytes to 956 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (17)
alglib::_linlsqrstate_owner::_linlsqrstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct linlsqrstate'.
alglib::_linlsqrstate_owner::_linlsqrstate_owner [in-charge] ( alglib::_linlsqrstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct linlsqrstate'.
alglib::_linlsqrstate_owner::c_ptr ( )Field 'this->p_struct' in the object of this method has base type 'struct linlsqrstate'.
alglib::_linlsqrstate_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct linlsqrstate'.
alglib::_linlsqrstate_owner::operator = ( alglib::_linlsqrstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct linlsqrstate'.
alglib::_linlsqrstate_owner::~_linlsqrstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct linlsqrstate'.
linlsqrcreate ( ae_int_t m, ae_int_t n, struct linlsqrstate* state, ae_state* _state )3rd parameter 'state' (pointer) has base type 'struct linlsqrstate'.
linlsqriteration ( struct linlsqrstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct linlsqrstate'.
linlsqrrestart ( struct linlsqrstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct linlsqrstate'.
linlsqrresults ( struct linlsqrstate* state, ae_vector* x, struct linlsqrreport* rep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct linlsqrstate'.
linlsqrsetb ( struct linlsqrstate* state, ae_vector* b, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct linlsqrstate'.
linlsqrsetcond ( struct linlsqrstate* state, double epsa, double epsb, ae_int_t maxits, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct linlsqrstate'.
linlsqrsetlambdai ( struct linlsqrstate* state, double lambdai, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct linlsqrstate'.
linlsqrsetprecdiag ( struct linlsqrstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct linlsqrstate'.
linlsqrsetprecunit ( struct linlsqrstate* state, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct linlsqrstate'.
linlsqrsetxrep ( struct linlsqrstate* state, bool needxrep, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct linlsqrstate'.
linlsqrsolvesparse ( struct linlsqrstate* state, struct sparsematrix* a, ae_vector* b, ae_state* _state )1st parameter 'state' (pointer) has base type 'struct linlsqrstate'.
to the top
Problems with Symbols, Low Severity (4)
dataanalysis.h,
libalglib.so
namespace alglib
[+] mlpclserror ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const ssize ) (1)
changed to:mlpclserror ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib11mlpclserrorERKNS_20multilayerperceptronERKNS_13real_2d_arrayEi]
| Change | Effect |
---|
1 | 3rd parameter ssize has been renamed to npoints. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] mlperror ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const ssize ) (1)
changed to:mlperror ( multilayerperceptron const& network, real_2d_array const& xy, ae_int_t const npoints )
[symbol: _ZN6alglib8mlperrorERKNS_20multilayerperceptronERKNS_13real_2d_arrayEi]
| Change | Effect |
---|
1 | 3rd parameter ssize has been renamed to npoints. | Renaming of a parameter may indicate a change in its semantic meaning. |
dataanalysis.h,
libalglib.so
namespace alglib_impl
[+] mlpclserror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, ae_state* _state ) (1)
changed to:mlpclserror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, ae_state* _state )
[symbol: _ZN11alglib_impl11mlpclserrorEPNS_20multilayerperceptronEPNS_9ae_matrixEiPNS_8ae_stateE]
| Change | Effect |
---|
1 | 3rd parameter ssize has been renamed to npoints. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] mlperror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t ssize, ae_state* _state ) (1)
changed to:mlperror ( struct multilayerperceptron* network, ae_matrix* xy, ae_int_t npoints, ae_state* _state )
[symbol: _ZN11alglib_impl8mlperrorEPNS_20multilayerperceptronEPNS_9ae_matrixEiPNS_8ae_stateE]
| Change | Effect |
---|
1 | 3rd parameter ssize has been renamed to npoints. | Renaming of a parameter may indicate a change in its semantic meaning. |
to the top
Header Files (14)
alglibinternal.h
alglibmisc.h
ap.h
dataanalysis.h
diffequations.h
fasttransforms.h
integration.h
interpolation.h
linalg.h
optimization.h
solvers.h
specialfunctions.h
statistics.h
stdafx.h
to the top
Shared Libraries (1)
libalglib.so
to the top