Binary compatibility report for the ALGLIB library between 3.4.0 and 3.5.0 versions on x86
Test Info
Library Name | ALGLIB |
Version #1 | 3.4.0 |
Version #2 | 3.5.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 14 |
Total Shared Libraries | 1 |
Total Symbols / Types | 2926 / 816 |
Verdict | Incompatible (6.9%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 340 |
Removed Symbols | High | 2 |
Problems with Data Types | High | 14 |
Medium | 18 |
Low | 17 |
Problems with Symbols | High | 1 |
Medium | 0 |
Low | 4 |
Problems with Constants | Low | 0 |
Added Symbols (340)
alglibinternal.h,
libalglib.so
namespace alglib_impl
approxequalrel ( double a, double b, double tol, struct ae_state* _state )
[symbol: _ZN11alglib_impl14approxequalrelEdddPNS_8ae_stateE]
aresameboolean ( bool v1, bool v2, struct ae_state* _state )
[symbol: _ZN11alglib_impl14aresamebooleanEbbPNS_8ae_stateE]
getmlpeserializationcode ( struct ae_state* _state )
[symbol: _ZN11alglib_impl24getmlpeserializationcodeEPNS_8ae_stateE]
getrbfserializationcode ( struct ae_state* _state )
[symbol: _ZN11alglib_impl23getrbfserializationcodeEPNS_8ae_stateE]
lowerbound ( ae_vector* a, ae_int_t n, double t, struct ae_state* _state )
[symbol: _ZN11alglib_impl10lowerboundEPNS_9ae_vectorEidPNS_8ae_stateE]
tagsortmiddleir ( ae_vector* a, ae_vector* b, ae_int_t offset, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl15tagsortmiddleirEPNS_9ae_vectorES1_iiPNS_8ae_stateE]
upperbound ( ae_vector* a, ae_int_t n, double t, struct ae_state* _state )
[symbol: _ZN11alglib_impl10upperboundEPNS_9ae_vectorEidPNS_8ae_stateE]
alglibmisc.h,
libalglib.so
namespace alglib
hqrndcontinuous ( hqrndstate const& state, real_1d_array const& x, ae_int_t const n )
[symbol: _ZN6alglib15hqrndcontinuousERKNS_10hqrndstateERKNS_13real_1d_arrayEi]
hqrnddiscrete ( hqrndstate const& state, real_1d_array const& x, ae_int_t const n )
[symbol: _ZN6alglib13hqrnddiscreteERKNS_10hqrndstateERKNS_13real_1d_arrayEi]
alglibmisc.h,
libalglib.so
namespace alglib_impl
hqrndcontinuous ( struct hqrndstate* state, ae_vector* x, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl15hqrndcontinuousEPNS_10hqrndstateEPNS_9ae_vectorEiPNS_8ae_stateE]
hqrnddiscrete ( struct hqrndstate* state, ae_vector* x, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl13hqrnddiscreteEPNS_10hqrndstateEPNS_9ae_vectorEiPNS_8ae_stateE]
dataanalysis.h,
libalglib.so
namespace alglib
filterema ( real_1d_array& x, ae_int_t const n, double const alpha )
[symbol: _ZN6alglib9filteremaERNS_13real_1d_arrayEid]
filterema ( real_1d_array& x, double const alpha )
[symbol: _ZN6alglib9filteremaERNS_13real_1d_arrayEd]
filterlrma ( real_1d_array& x, ae_int_t const k )
[symbol: _ZN6alglib10filterlrmaERNS_13real_1d_arrayEi]
filterlrma ( real_1d_array& x, ae_int_t const n, ae_int_t const k )
[symbol: _ZN6alglib10filterlrmaERNS_13real_1d_arrayEii]
filtersma ( real_1d_array& x, ae_int_t const k )
[symbol: _ZN6alglib9filtersmaERNS_13real_1d_arrayEi]
filtersma ( real_1d_array& x, ae_int_t const n, ae_int_t const k )
[symbol: _ZN6alglib9filtersmaERNS_13real_1d_arrayEii]
mlpeserialize ( mlpensemble& obj, std::string& s_out )
[symbol: _ZN6alglib13mlpeserializeERNS_11mlpensembleERSs]
mlpeunserialize ( std::string& s_in, mlpensemble& obj )
[symbol: _ZN6alglib15mlpeunserializeERSsRNS_11mlpensembleE]
mlpgetinputscount ( multilayerperceptron const& network )
[symbol: _ZN6alglib17mlpgetinputscountERKNS_20multilayerperceptronE]
mlpgetoutputscount ( multilayerperceptron const& network )
[symbol: _ZN6alglib18mlpgetoutputscountERKNS_20multilayerperceptronE]
mlpgetweightscount ( multilayerperceptron const& network )
[symbol: _ZN6alglib18mlpgetweightscountERKNS_20multilayerperceptronE]
dataanalysis.h,
libalglib.so
namespace alglib_impl
filterema ( ae_vector* x, ae_int_t n, double alpha, struct ae_state* _state )
[symbol: _ZN11alglib_impl9filteremaEPNS_9ae_vectorEidPNS_8ae_stateE]
filterlrma ( ae_vector* x, ae_int_t n, ae_int_t k, struct ae_state* _state )
[symbol: _ZN11alglib_impl10filterlrmaEPNS_9ae_vectorEiiPNS_8ae_stateE]
filtersma ( ae_vector* x, ae_int_t n, ae_int_t k, struct ae_state* _state )
[symbol: _ZN11alglib_impl9filtersmaEPNS_9ae_vectorEiiPNS_8ae_stateE]
mlpealloc ( struct ae_serializer* s, struct mlpensemble* ensemble, struct ae_state* _state )
[symbol: _ZN11alglib_impl9mlpeallocEPNS_13ae_serializerEPNS_11mlpensembleEPNS_8ae_stateE]
mlpeserialize ( struct ae_serializer* s, struct mlpensemble* ensemble, struct ae_state* _state )
[symbol: _ZN11alglib_impl13mlpeserializeEPNS_13ae_serializerEPNS_11mlpensembleEPNS_8ae_stateE]
mlpeunserialize ( struct ae_serializer* s, struct mlpensemble* ensemble, struct ae_state* _state )
[symbol: _ZN11alglib_impl15mlpeunserializeEPNS_13ae_serializerEPNS_11mlpensembleEPNS_8ae_stateE]
mlpgetinputscount ( struct multilayerperceptron* network, struct ae_state* _state )
[symbol: _ZN11alglib_impl17mlpgetinputscountEPNS_20multilayerperceptronEPNS_8ae_stateE]
mlpgetoutputscount ( struct multilayerperceptron* network, struct ae_state* _state )
[symbol: _ZN11alglib_impl18mlpgetoutputscountEPNS_20multilayerperceptronEPNS_8ae_stateE]
mlpgetweightscount ( struct multilayerperceptron* network, struct ae_state* _state )
[symbol: _ZN11alglib_impl18mlpgetweightscountEPNS_20multilayerperceptronEPNS_8ae_stateE]
interpolation.h,
libalglib.so
namespace alglib
_rbfmodel_owner::_rbfmodel_owner [in-charge] ( )
[symbol: _ZN6alglib15_rbfmodel_ownerC1Ev]
_rbfmodel_owner::_rbfmodel_owner [in-charge] ( _rbfmodel_owner const& rhs )
[symbol: _ZN6alglib15_rbfmodel_ownerC1ERKS0_]
_rbfmodel_owner::_rbfmodel_owner [not-in-charge] ( )
[symbol: _ZN6alglib15_rbfmodel_ownerC2Ev]
_rbfmodel_owner::_rbfmodel_owner [not-in-charge] ( _rbfmodel_owner const& rhs )
[symbol: _ZN6alglib15_rbfmodel_ownerC2ERKS0_]
_rbfmodel_owner::c_ptr ( )
[symbol: _ZN6alglib15_rbfmodel_owner5c_ptrEv]
_rbfmodel_owner::c_ptr ( ) const
[symbol: _ZNK6alglib15_rbfmodel_owner5c_ptrEv]
_rbfmodel_owner::operator = ( _rbfmodel_owner const& rhs )
[symbol: _ZN6alglib15_rbfmodel_owneraSERKS0_]
_rbfmodel_owner::~_rbfmodel_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib15_rbfmodel_ownerD0Ev]
_rbfmodel_owner::~_rbfmodel_owner [in-charge] ( )
[symbol: _ZN6alglib15_rbfmodel_ownerD1Ev]
_rbfmodel_owner::~_rbfmodel_owner [not-in-charge] ( )
[symbol: _ZN6alglib15_rbfmodel_ownerD2Ev]
_rbfreport_owner::_rbfreport_owner [in-charge] ( )
[symbol: _ZN6alglib16_rbfreport_ownerC1Ev]
_rbfreport_owner::_rbfreport_owner [in-charge] ( _rbfreport_owner const& rhs )
[symbol: _ZN6alglib16_rbfreport_ownerC1ERKS0_]
_rbfreport_owner::_rbfreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib16_rbfreport_ownerC2Ev]
_rbfreport_owner::_rbfreport_owner [not-in-charge] ( _rbfreport_owner const& rhs )
[symbol: _ZN6alglib16_rbfreport_ownerC2ERKS0_]
_rbfreport_owner::c_ptr ( )
[symbol: _ZN6alglib16_rbfreport_owner5c_ptrEv]
_rbfreport_owner::c_ptr ( ) const
[symbol: _ZNK6alglib16_rbfreport_owner5c_ptrEv]
_rbfreport_owner::operator = ( _rbfreport_owner const& rhs )
[symbol: _ZN6alglib16_rbfreport_owneraSERKS0_]
_rbfreport_owner::~_rbfreport_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib16_rbfreport_ownerD0Ev]
_rbfreport_owner::~_rbfreport_owner [in-charge] ( )
[symbol: _ZN6alglib16_rbfreport_ownerD1Ev]
_rbfreport_owner::~_rbfreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib16_rbfreport_ownerD2Ev]
rbfbuildmodel ( rbfmodel const& s, rbfreport& rep )
[symbol: _ZN6alglib13rbfbuildmodelERKNS_8rbfmodelERNS_9rbfreportE]
rbfcalc ( rbfmodel const& s, real_1d_array const& x, real_1d_array& y )
[symbol: _ZN6alglib7rbfcalcERKNS_8rbfmodelERKNS_13real_1d_arrayERS3_]
rbfcalc2 ( rbfmodel const& s, double const x0, double const x1 )
[symbol: _ZN6alglib8rbfcalc2ERKNS_8rbfmodelEdd]
rbfcalc3 ( rbfmodel const& s, double const x0, double const x1, double const x2 )
[symbol: _ZN6alglib8rbfcalc3ERKNS_8rbfmodelEddd]
rbfcalcbuf ( rbfmodel const& s, real_1d_array const& x, real_1d_array& y )
[symbol: _ZN6alglib10rbfcalcbufERKNS_8rbfmodelERKNS_13real_1d_arrayERS3_]
rbfcreate ( ae_int_t const nx, ae_int_t const ny, rbfmodel& s )
[symbol: _ZN6alglib9rbfcreateEiiRNS_8rbfmodelE]
rbfgridcalc2 ( rbfmodel const& s, real_1d_array const& x0, ae_int_t const n0, real_1d_array const& x1, ae_int_t const n1, real_2d_array& y )
[symbol: _ZN6alglib12rbfgridcalc2ERKNS_8rbfmodelERKNS_13real_1d_arrayEiS5_iRNS_13real_2d_arrayE]
rbfmodel::operator = ( rbfmodel const& rhs )
[symbol: _ZN6alglib8rbfmodelaSERKS0_]
rbfmodel::rbfmodel [in-charge] ( )
[symbol: _ZN6alglib8rbfmodelC1Ev]
rbfmodel::rbfmodel [in-charge] ( rbfmodel const& rhs )
[symbol: _ZN6alglib8rbfmodelC1ERKS0_]
rbfmodel::rbfmodel [not-in-charge] ( )
[symbol: _ZN6alglib8rbfmodelC2Ev]
rbfmodel::rbfmodel [not-in-charge] ( rbfmodel const& rhs )
[symbol: _ZN6alglib8rbfmodelC2ERKS0_]
rbfmodel::~rbfmodel [in-charge-deleting] ( )
[symbol: _ZN6alglib8rbfmodelD0Ev]
rbfmodel::~rbfmodel [in-charge] ( )
[symbol: _ZN6alglib8rbfmodelD1Ev]
rbfmodel::~rbfmodel [not-in-charge] ( )
[symbol: _ZN6alglib8rbfmodelD2Ev]
rbfreport::operator = ( rbfreport const& rhs )
[symbol: _ZN6alglib9rbfreportaSERKS0_]
rbfreport::rbfreport [in-charge] ( )
[symbol: _ZN6alglib9rbfreportC1Ev]
rbfreport::rbfreport [in-charge] ( rbfreport const& rhs )
[symbol: _ZN6alglib9rbfreportC1ERKS0_]
rbfreport::rbfreport [not-in-charge] ( )
[symbol: _ZN6alglib9rbfreportC2Ev]
rbfreport::rbfreport [not-in-charge] ( rbfreport const& rhs )
[symbol: _ZN6alglib9rbfreportC2ERKS0_]
rbfreport::~rbfreport [in-charge-deleting] ( )
[symbol: _ZN6alglib9rbfreportD0Ev]
rbfreport::~rbfreport [in-charge] ( )
[symbol: _ZN6alglib9rbfreportD1Ev]
rbfreport::~rbfreport [not-in-charge] ( )
[symbol: _ZN6alglib9rbfreportD2Ev]
rbfserialize ( rbfmodel& obj, std::string& s_out )
[symbol: _ZN6alglib12rbfserializeERNS_8rbfmodelERSs]
rbfsetalgomultilayer ( rbfmodel const& s, double const rbase, ae_int_t const nlayers )
[symbol: _ZN6alglib20rbfsetalgomultilayerERKNS_8rbfmodelEdi]
rbfsetalgomultilayer ( rbfmodel const& s, double const rbase, ae_int_t const nlayers, double const lambdav )
[symbol: _ZN6alglib20rbfsetalgomultilayerERKNS_8rbfmodelEdid]
rbfsetalgoqnn ( rbfmodel const& s )
[symbol: _ZN6alglib13rbfsetalgoqnnERKNS_8rbfmodelE]
rbfsetalgoqnn ( rbfmodel const& s, double const q, double const z )
[symbol: _ZN6alglib13rbfsetalgoqnnERKNS_8rbfmodelEdd]
rbfsetconstterm ( rbfmodel const& s )
[symbol: _ZN6alglib15rbfsetconsttermERKNS_8rbfmodelE]
rbfsetlinterm ( rbfmodel const& s )
[symbol: _ZN6alglib13rbfsetlintermERKNS_8rbfmodelE]
rbfsetpoints ( rbfmodel const& s, real_2d_array const& xy )
[symbol: _ZN6alglib12rbfsetpointsERKNS_8rbfmodelERKNS_13real_2d_arrayE]
rbfsetpoints ( rbfmodel const& s, real_2d_array const& xy, ae_int_t const n )
[symbol: _ZN6alglib12rbfsetpointsERKNS_8rbfmodelERKNS_13real_2d_arrayEi]
rbfsetzeroterm ( rbfmodel const& s )
[symbol: _ZN6alglib14rbfsetzerotermERKNS_8rbfmodelE]
rbfunpack ( rbfmodel const& s, ae_int_t& nx, ae_int_t& ny, real_2d_array& xwr, ae_int_t& nc, real_2d_array& v )
[symbol: _ZN6alglib9rbfunpackERKNS_8rbfmodelERiS3_RNS_13real_2d_arrayES3_S5_]
rbfunserialize ( std::string& s_in, rbfmodel& obj )
[symbol: _ZN6alglib14rbfunserializeERSsRNS_8rbfmodelE]
interpolation.h,
libalglib.so
namespace alglib_impl
_rbfmodel_clear ( struct rbfmodel* p )
[symbol: _ZN11alglib_impl15_rbfmodel_clearEPNS_8rbfmodelE]
_rbfmodel_init ( struct rbfmodel* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl14_rbfmodel_initEPNS_8rbfmodelEPNS_8ae_stateEb]
_rbfmodel_init_copy ( struct rbfmodel* dst, struct rbfmodel* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl19_rbfmodel_init_copyEPNS_8rbfmodelES1_PNS_8ae_stateEb]
_rbfreport_clear ( struct rbfreport* p )
[symbol: _ZN11alglib_impl16_rbfreport_clearEPNS_9rbfreportE]
_rbfreport_init ( struct rbfreport* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl15_rbfreport_initEPNS_9rbfreportEPNS_8ae_stateEb]
_rbfreport_init_copy ( struct rbfreport* dst, struct rbfreport* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl20_rbfreport_init_copyEPNS_9rbfreportES1_PNS_8ae_stateEb]
bisectmethod ( double pa, double ma, double pb, double mb, double a, double b, double* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl12bisectmethodEddddddPdPNS_8ae_stateE]
rbfalloc ( struct ae_serializer* s, struct rbfmodel* model, struct ae_state* _state )
[symbol: _ZN11alglib_impl8rbfallocEPNS_13ae_serializerEPNS_8rbfmodelEPNS_8ae_stateE]
rbfbuildmodel ( struct rbfmodel* s, struct rbfreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl13rbfbuildmodelEPNS_8rbfmodelEPNS_9rbfreportEPNS_8ae_stateE]
rbfcalc ( struct rbfmodel* s, ae_vector* x, ae_vector* y, struct ae_state* _state )
[symbol: _ZN11alglib_impl7rbfcalcEPNS_8rbfmodelEPNS_9ae_vectorES3_PNS_8ae_stateE]
rbfcalc2 ( struct rbfmodel* s, double x0, double x1, struct ae_state* _state )
[symbol: _ZN11alglib_impl8rbfcalc2EPNS_8rbfmodelEddPNS_8ae_stateE]
rbfcalc3 ( struct rbfmodel* s, double x0, double x1, double x2, struct ae_state* _state )
[symbol: _ZN11alglib_impl8rbfcalc3EPNS_8rbfmodelEdddPNS_8ae_stateE]
rbfcalcbuf ( struct rbfmodel* s, ae_vector* x, ae_vector* y, struct ae_state* _state )
[symbol: _ZN11alglib_impl10rbfcalcbufEPNS_8rbfmodelEPNS_9ae_vectorES3_PNS_8ae_stateE]
rbfcreate ( ae_int_t nx, ae_int_t ny, struct rbfmodel* s, struct ae_state* _state )
[symbol: _ZN11alglib_impl9rbfcreateEiiPNS_8rbfmodelEPNS_8ae_stateE]
rbfgridcalc2 ( struct rbfmodel* s, ae_vector* x0, ae_int_t n0, ae_vector* x1, ae_int_t n1, ae_matrix* y, struct ae_state* _state )
[symbol: _ZN11alglib_impl12rbfgridcalc2EPNS_8rbfmodelEPNS_9ae_vectorEiS3_iPNS_9ae_matrixEPNS_8ae_stateE]
rbfserialize ( struct ae_serializer* s, struct rbfmodel* model, struct ae_state* _state )
[symbol: _ZN11alglib_impl12rbfserializeEPNS_13ae_serializerEPNS_8rbfmodelEPNS_8ae_stateE]
rbfsetalgomultilayer ( struct rbfmodel* s, double rbase, ae_int_t nlayers, double lambdav, struct ae_state* _state )
[symbol: _ZN11alglib_impl20rbfsetalgomultilayerEPNS_8rbfmodelEdidPNS_8ae_stateE]
rbfsetalgoqnn ( struct rbfmodel* s, double q, double z, struct ae_state* _state )
[symbol: _ZN11alglib_impl13rbfsetalgoqnnEPNS_8rbfmodelEddPNS_8ae_stateE]
rbfsetcond ( struct rbfmodel* s, double epsort, double epserr, ae_int_t maxits, struct ae_state* _state )
[symbol: _ZN11alglib_impl10rbfsetcondEPNS_8rbfmodelEddiPNS_8ae_stateE]
rbfsetconstterm ( struct rbfmodel* s, struct ae_state* _state )
[symbol: _ZN11alglib_impl15rbfsetconsttermEPNS_8rbfmodelEPNS_8ae_stateE]
rbfsetlinterm ( struct rbfmodel* s, struct ae_state* _state )
[symbol: _ZN11alglib_impl13rbfsetlintermEPNS_8rbfmodelEPNS_8ae_stateE]
rbfsetpoints ( struct rbfmodel* s, ae_matrix* xy, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl12rbfsetpointsEPNS_8rbfmodelEPNS_9ae_matrixEiPNS_8ae_stateE]
rbfsetzeroterm ( struct rbfmodel* s, struct ae_state* _state )
[symbol: _ZN11alglib_impl14rbfsetzerotermEPNS_8rbfmodelEPNS_8ae_stateE]
rbfunpack ( struct rbfmodel* s, ae_int_t* nx, ae_int_t* ny, ae_matrix* xwr, ae_int_t* nc, ae_matrix* v, struct ae_state* _state )
[symbol: _ZN11alglib_impl9rbfunpackEPNS_8rbfmodelEPiS2_PNS_9ae_matrixES2_S4_PNS_8ae_stateE]
rbfunserialize ( struct ae_serializer* s, struct rbfmodel* model, struct ae_state* _state )
[symbol: _ZN11alglib_impl14rbfunserializeEPNS_13ae_serializerEPNS_8rbfmodelEPNS_8ae_stateE]
solvecubicpolinom ( double pa, double ma, double pb, double mb, double a, double b, double* x0, double* x1, double* x2, double* ex0, double* ex1, ae_int_t* nr, ae_int_t* ne, ae_vector* tempdata, struct ae_state* _state )
[symbol: _ZN11alglib_impl17solvecubicpolinomEddddddPdS0_S0_S0_S0_PiS1_PNS_9ae_vectorEPNS_8ae_stateE]
solvepolinom2 ( double p0, double m0, double p1, double m1, double* x0, double* x1, ae_int_t* nr, struct ae_state* _state )
[symbol: _ZN11alglib_impl13solvepolinom2EddddPdS0_PiPNS_8ae_stateE]
spline1drootsandextrema ( struct spline1dinterpolant* c, ae_vector* r, ae_int_t* nr, bool* dr, ae_vector* e, ae_vector* et, ae_int_t* ne, bool* de, struct ae_state* _state )
[symbol: _ZN11alglib_impl23spline1drootsandextremaEPNS_19spline1dinterpolantEPNS_9ae_vectorEPiPbS3_S3_S4_S5_PNS_8ae_stateE]
linalg.h,
libalglib.so
namespace alglib
_normestimatorstate_owner::_normestimatorstate_owner [in-charge] ( )
[symbol: _ZN6alglib25_normestimatorstate_ownerC1Ev]
_normestimatorstate_owner::_normestimatorstate_owner [in-charge] ( _normestimatorstate_owner const& rhs )
[symbol: _ZN6alglib25_normestimatorstate_ownerC1ERKS0_]
_normestimatorstate_owner::_normestimatorstate_owner [not-in-charge] ( )
[symbol: _ZN6alglib25_normestimatorstate_ownerC2Ev]
_normestimatorstate_owner::_normestimatorstate_owner [not-in-charge] ( _normestimatorstate_owner const& rhs )
[symbol: _ZN6alglib25_normestimatorstate_ownerC2ERKS0_]
_normestimatorstate_owner::c_ptr ( )
[symbol: _ZN6alglib25_normestimatorstate_owner5c_ptrEv]
_normestimatorstate_owner::c_ptr ( ) const
[symbol: _ZNK6alglib25_normestimatorstate_owner5c_ptrEv]
_normestimatorstate_owner::operator = ( _normestimatorstate_owner const& rhs )
[symbol: _ZN6alglib25_normestimatorstate_owneraSERKS0_]
_normestimatorstate_owner::~_normestimatorstate_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib25_normestimatorstate_ownerD0Ev]
_normestimatorstate_owner::~_normestimatorstate_owner [in-charge] ( )
[symbol: _ZN6alglib25_normestimatorstate_ownerD1Ev]
_normestimatorstate_owner::~_normestimatorstate_owner [not-in-charge] ( )
[symbol: _ZN6alglib25_normestimatorstate_ownerD2Ev]
_sparsematrix_owner::_sparsematrix_owner [in-charge] ( )
[symbol: _ZN6alglib19_sparsematrix_ownerC1Ev]
_sparsematrix_owner::_sparsematrix_owner [in-charge] ( _sparsematrix_owner const& rhs )
[symbol: _ZN6alglib19_sparsematrix_ownerC1ERKS0_]
_sparsematrix_owner::_sparsematrix_owner [not-in-charge] ( )
[symbol: _ZN6alglib19_sparsematrix_ownerC2Ev]
_sparsematrix_owner::_sparsematrix_owner [not-in-charge] ( _sparsematrix_owner const& rhs )
[symbol: _ZN6alglib19_sparsematrix_ownerC2ERKS0_]
_sparsematrix_owner::c_ptr ( )
[symbol: _ZN6alglib19_sparsematrix_owner5c_ptrEv]
_sparsematrix_owner::c_ptr ( ) const
[symbol: _ZNK6alglib19_sparsematrix_owner5c_ptrEv]
_sparsematrix_owner::operator = ( _sparsematrix_owner const& rhs )
[symbol: _ZN6alglib19_sparsematrix_owneraSERKS0_]
_sparsematrix_owner::~_sparsematrix_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib19_sparsematrix_ownerD0Ev]
_sparsematrix_owner::~_sparsematrix_owner [in-charge] ( )
[symbol: _ZN6alglib19_sparsematrix_ownerD1Ev]
_sparsematrix_owner::~_sparsematrix_owner [not-in-charge] ( )
[symbol: _ZN6alglib19_sparsematrix_ownerD2Ev]
normestimatorcreate ( ae_int_t const m, ae_int_t const n, ae_int_t const nstart, ae_int_t const nits, normestimatorstate& state )
[symbol: _ZN6alglib19normestimatorcreateEiiiiRNS_18normestimatorstateE]
normestimatorestimatesparse ( normestimatorstate const& state, sparsematrix const& a )
[symbol: _ZN6alglib27normestimatorestimatesparseERKNS_18normestimatorstateERKNS_12sparsematrixE]
normestimatorresults ( normestimatorstate const& state, double& nrm )
[symbol: _ZN6alglib20normestimatorresultsERKNS_18normestimatorstateERd]
normestimatorsetseed ( normestimatorstate const& state, ae_int_t const seedval )
[symbol: _ZN6alglib20normestimatorsetseedERKNS_18normestimatorstateEi]
normestimatorstate::normestimatorstate [in-charge] ( )
[symbol: _ZN6alglib18normestimatorstateC1Ev]
normestimatorstate::normestimatorstate [in-charge] ( normestimatorstate const& rhs )
[symbol: _ZN6alglib18normestimatorstateC1ERKS0_]
normestimatorstate::normestimatorstate [not-in-charge] ( )
[symbol: _ZN6alglib18normestimatorstateC2Ev]
normestimatorstate::normestimatorstate [not-in-charge] ( normestimatorstate const& rhs )
[symbol: _ZN6alglib18normestimatorstateC2ERKS0_]
normestimatorstate::operator = ( normestimatorstate const& rhs )
[symbol: _ZN6alglib18normestimatorstateaSERKS0_]
normestimatorstate::~normestimatorstate [in-charge-deleting] ( )
[symbol: _ZN6alglib18normestimatorstateD0Ev]
normestimatorstate::~normestimatorstate [in-charge] ( )
[symbol: _ZN6alglib18normestimatorstateD1Ev]
normestimatorstate::~normestimatorstate [not-in-charge] ( )
[symbol: _ZN6alglib18normestimatorstateD2Ev]
sparseadd ( sparsematrix const& s, ae_int_t const i, ae_int_t const j, double const v )
[symbol: _ZN6alglib9sparseaddERKNS_12sparsematrixEiid]
sparseconverttocrs ( sparsematrix const& s )
[symbol: _ZN6alglib18sparseconverttocrsERKNS_12sparsematrixE]
sparsecopy ( sparsematrix const& s0, sparsematrix& s1 )
[symbol: _ZN6alglib10sparsecopyERKNS_12sparsematrixERS0_]
sparsecreate ( ae_int_t const m, ae_int_t const n, ae_int_t const k, sparsematrix& s )
[symbol: _ZN6alglib12sparsecreateEiiiRNS_12sparsematrixE]
sparsecreate ( ae_int_t const m, ae_int_t const n, sparsematrix& s )
[symbol: _ZN6alglib12sparsecreateEiiRNS_12sparsematrixE]
sparsecreatecrs ( ae_int_t const m, ae_int_t const n, integer_1d_array const& ner, sparsematrix& s )
[symbol: _ZN6alglib15sparsecreatecrsEiiRKNS_16integer_1d_arrayERNS_12sparsematrixE]
sparseget ( sparsematrix const& s, ae_int_t const i, ae_int_t const j )
[symbol: _ZN6alglib9sparsegetERKNS_12sparsematrixEii]
sparsematrix::operator = ( sparsematrix const& rhs )
[symbol: _ZN6alglib12sparsematrixaSERKS0_]
sparsematrix::sparsematrix [in-charge] ( )
[symbol: _ZN6alglib12sparsematrixC1Ev]
sparsematrix::sparsematrix [in-charge] ( sparsematrix const& rhs )
[symbol: _ZN6alglib12sparsematrixC1ERKS0_]
sparsematrix::sparsematrix [not-in-charge] ( )
[symbol: _ZN6alglib12sparsematrixC2Ev]
sparsematrix::sparsematrix [not-in-charge] ( sparsematrix const& rhs )
[symbol: _ZN6alglib12sparsematrixC2ERKS0_]
sparsematrix::~sparsematrix [in-charge-deleting] ( )
[symbol: _ZN6alglib12sparsematrixD0Ev]
sparsematrix::~sparsematrix [in-charge] ( )
[symbol: _ZN6alglib12sparsematrixD1Ev]
sparsematrix::~sparsematrix [not-in-charge] ( )
[symbol: _ZN6alglib12sparsematrixD2Ev]
sparsemm ( sparsematrix const& s, real_2d_array const& a, ae_int_t const k, real_2d_array& b )
[symbol: _ZN6alglib8sparsemmERKNS_12sparsematrixERKNS_13real_2d_arrayEiRS3_]
sparsemm2 ( sparsematrix const& s, real_2d_array const& a, ae_int_t const k, real_2d_array& b0, real_2d_array& b1 )
[symbol: _ZN6alglib9sparsemm2ERKNS_12sparsematrixERKNS_13real_2d_arrayEiRS3_S6_]
sparsemtm ( sparsematrix const& s, real_2d_array const& a, ae_int_t const k, real_2d_array& b )
[symbol: _ZN6alglib9sparsemtmERKNS_12sparsematrixERKNS_13real_2d_arrayEiRS3_]
sparsemtv ( sparsematrix const& s, real_1d_array const& x, real_1d_array& y )
[symbol: _ZN6alglib9sparsemtvERKNS_12sparsematrixERKNS_13real_1d_arrayERS3_]
sparsemv ( sparsematrix const& s, real_1d_array const& x, real_1d_array& y )
[symbol: _ZN6alglib8sparsemvERKNS_12sparsematrixERKNS_13real_1d_arrayERS3_]
sparsemv2 ( sparsematrix const& s, real_1d_array const& x, real_1d_array& y0, real_1d_array& y1 )
[symbol: _ZN6alglib9sparsemv2ERKNS_12sparsematrixERKNS_13real_1d_arrayERS3_S6_]
sparseresizematrix ( sparsematrix const& s )
[symbol: _ZN6alglib18sparseresizematrixERKNS_12sparsematrixE]
sparseset ( sparsematrix const& s, ae_int_t const i, ae_int_t const j, double const v )
[symbol: _ZN6alglib9sparsesetERKNS_12sparsematrixEiid]
sparsesmm ( sparsematrix const& s, bool const isupper, real_2d_array const& a, ae_int_t const k, real_2d_array& b )
[symbol: _ZN6alglib9sparsesmmERKNS_12sparsematrixEbRKNS_13real_2d_arrayEiRS3_]
sparsesmv ( sparsematrix const& s, bool const isupper, real_1d_array const& x, real_1d_array& y )
[symbol: _ZN6alglib9sparsesmvERKNS_12sparsematrixEbRKNS_13real_1d_arrayERS3_]
linalg.h,
libalglib.so
namespace alglib_impl
_normestimatorstate_clear ( struct normestimatorstate* p )
[symbol: _ZN11alglib_impl25_normestimatorstate_clearEPNS_18normestimatorstateE]
_normestimatorstate_init ( struct normestimatorstate* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl24_normestimatorstate_initEPNS_18normestimatorstateEPNS_8ae_stateEb]
_normestimatorstate_init_copy ( struct normestimatorstate* dst, struct normestimatorstate* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl29_normestimatorstate_init_copyEPNS_18normestimatorstateES1_PNS_8ae_stateEb]
_sparsematrix_clear ( struct sparsematrix* p )
[symbol: _ZN11alglib_impl19_sparsematrix_clearEPNS_12sparsematrixE]
_sparsematrix_init ( struct sparsematrix* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl18_sparsematrix_initEPNS_12sparsematrixEPNS_8ae_stateEb]
_sparsematrix_init_copy ( struct sparsematrix* dst, struct sparsematrix* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl23_sparsematrix_init_copyEPNS_12sparsematrixES1_PNS_8ae_stateEb]
fblssolvels ( ae_matrix* a, ae_vector* b, ae_int_t m, ae_int_t n, ae_vector* tmp0, ae_vector* tmp1, ae_vector* tmp2, struct ae_state* _state )
[symbol: _ZN11alglib_impl11fblssolvelsEPNS_9ae_matrixEPNS_9ae_vectorEiiS3_S3_S3_PNS_8ae_stateE]
normestimatorcreate ( ae_int_t m, ae_int_t n, ae_int_t nstart, ae_int_t nits, struct normestimatorstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl19normestimatorcreateEiiiiPNS_18normestimatorstateEPNS_8ae_stateE]
normestimatorestimatesparse ( struct normestimatorstate* state, struct sparsematrix* a, struct ae_state* _state )
[symbol: _ZN11alglib_impl27normestimatorestimatesparseEPNS_18normestimatorstateEPNS_12sparsematrixEPNS_8ae_stateE]
normestimatoriteration ( struct normestimatorstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl22normestimatoriterationEPNS_18normestimatorstateEPNS_8ae_stateE]
normestimatorrestart ( struct normestimatorstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl20normestimatorrestartEPNS_18normestimatorstateEPNS_8ae_stateE]
normestimatorresults ( struct normestimatorstate* state, double* nrm, struct ae_state* _state )
[symbol: _ZN11alglib_impl20normestimatorresultsEPNS_18normestimatorstateEPdPNS_8ae_stateE]
normestimatorsetseed ( struct normestimatorstate* state, ae_int_t seedval, struct ae_state* _state )
[symbol: _ZN11alglib_impl20normestimatorsetseedEPNS_18normestimatorstateEiPNS_8ae_stateE]
rmatrixlqbasecase ( ae_matrix* a, ae_int_t m, ae_int_t n, ae_vector* work, ae_vector* t, ae_vector* tau, struct ae_state* _state )
[symbol: _ZN11alglib_impl17rmatrixlqbasecaseEPNS_9ae_matrixEiiPNS_9ae_vectorES3_S3_PNS_8ae_stateE]
rmatrixqrbasecase ( ae_matrix* a, ae_int_t m, ae_int_t n, ae_vector* work, ae_vector* t, ae_vector* tau, struct ae_state* _state )
[symbol: _ZN11alglib_impl17rmatrixqrbasecaseEPNS_9ae_matrixEiiPNS_9ae_vectorES3_S3_PNS_8ae_stateE]
sparseadd ( struct sparsematrix* s, ae_int_t i, ae_int_t j, double v, struct ae_state* _state )
[symbol: _ZN11alglib_impl9sparseaddEPNS_12sparsematrixEiidPNS_8ae_stateE]
sparseconverttocrs ( struct sparsematrix* s, struct ae_state* _state )
[symbol: _ZN11alglib_impl18sparseconverttocrsEPNS_12sparsematrixEPNS_8ae_stateE]
sparsecopy ( struct sparsematrix* s0, struct sparsematrix* s1, struct ae_state* _state )
[symbol: _ZN11alglib_impl10sparsecopyEPNS_12sparsematrixES1_PNS_8ae_stateE]
sparsecreate ( ae_int_t m, ae_int_t n, ae_int_t k, struct sparsematrix* s, struct ae_state* _state )
[symbol: _ZN11alglib_impl12sparsecreateEiiiPNS_12sparsematrixEPNS_8ae_stateE]
sparsecreatecrs ( ae_int_t m, ae_int_t n, ae_vector* ner, struct sparsematrix* s, struct ae_state* _state )
[symbol: _ZN11alglib_impl15sparsecreatecrsEiiPNS_9ae_vectorEPNS_12sparsematrixEPNS_8ae_stateE]
sparseget ( struct sparsematrix* s, ae_int_t i, ae_int_t j, struct ae_state* _state )
[symbol: _ZN11alglib_impl9sparsegetEPNS_12sparsematrixEiiPNS_8ae_stateE]
sparsegetaveragelengthofchain ( struct sparsematrix* s, struct ae_state* _state )
[symbol: _ZN11alglib_impl29sparsegetaveragelengthofchainEPNS_12sparsematrixEPNS_8ae_stateE]
sparsemm ( struct sparsematrix* s, ae_matrix* a, ae_int_t k, ae_matrix* b, struct ae_state* _state )
[symbol: _ZN11alglib_impl8sparsemmEPNS_12sparsematrixEPNS_9ae_matrixEiS3_PNS_8ae_stateE]
sparsemm2 ( struct sparsematrix* s, ae_matrix* a, ae_int_t k, ae_matrix* b0, ae_matrix* b1, struct ae_state* _state )
[symbol: _ZN11alglib_impl9sparsemm2EPNS_12sparsematrixEPNS_9ae_matrixEiS3_S3_PNS_8ae_stateE]
sparsemtm ( struct sparsematrix* s, ae_matrix* a, ae_int_t k, ae_matrix* b, struct ae_state* _state )
[symbol: _ZN11alglib_impl9sparsemtmEPNS_12sparsematrixEPNS_9ae_matrixEiS3_PNS_8ae_stateE]
sparsemtv ( struct sparsematrix* s, ae_vector* x, ae_vector* y, struct ae_state* _state )
[symbol: _ZN11alglib_impl9sparsemtvEPNS_12sparsematrixEPNS_9ae_vectorES3_PNS_8ae_stateE]
sparsemv ( struct sparsematrix* s, ae_vector* x, ae_vector* y, struct ae_state* _state )
[symbol: _ZN11alglib_impl8sparsemvEPNS_12sparsematrixEPNS_9ae_vectorES3_PNS_8ae_stateE]
sparsemv2 ( struct sparsematrix* s, ae_vector* x, ae_vector* y0, ae_vector* y1, struct ae_state* _state )
[symbol: _ZN11alglib_impl9sparsemv2EPNS_12sparsematrixEPNS_9ae_vectorES3_S3_PNS_8ae_stateE]
sparseresizematrix ( struct sparsematrix* s, struct ae_state* _state )
[symbol: _ZN11alglib_impl18sparseresizematrixEPNS_12sparsematrixEPNS_8ae_stateE]
sparseset ( struct sparsematrix* s, ae_int_t i, ae_int_t j, double v, struct ae_state* _state )
[symbol: _ZN11alglib_impl9sparsesetEPNS_12sparsematrixEiidPNS_8ae_stateE]
sparsesmm ( struct sparsematrix* s, bool isupper, ae_matrix* a, ae_int_t k, ae_matrix* b, struct ae_state* _state )
[symbol: _ZN11alglib_impl9sparsesmmEPNS_12sparsematrixEbPNS_9ae_matrixEiS3_PNS_8ae_stateE]
sparsesmv ( struct sparsematrix* s, bool isupper, ae_vector* x, ae_vector* y, struct ae_state* _state )
[symbol: _ZN11alglib_impl9sparsesmvEPNS_12sparsematrixEbPNS_9ae_vectorES3_PNS_8ae_stateE]
optimization.h,
libalglib.so
namespace alglib_impl
calculatestepbound ( ae_vector* x, ae_vector* d, double alpha, ae_vector* bndl, ae_vector* havebndl, ae_vector* bndu, ae_vector* havebndu, ae_int_t nmain, ae_int_t nslack, ae_int_t* variabletofreeze, double* valuetofreeze, double* maxsteplen, struct ae_state* _state )
[symbol: _ZN11alglib_impl18calculatestepboundEPNS_9ae_vectorES1_dS1_S1_S1_S1_iiPiPdS3_PNS_8ae_stateE]
enforceboundaryconstraints ( ae_vector* x, ae_vector* bl, ae_vector* havebl, ae_vector* bu, ae_vector* havebu, ae_int_t nmain, ae_int_t nslack, struct ae_state* _state )
[symbol: _ZN11alglib_impl26enforceboundaryconstraintsEPNS_9ae_vectorES1_S1_S1_S1_iiPNS_8ae_stateE]
filterdirection ( ae_vector* d, ae_vector* x, ae_vector* bndl, ae_vector* havebndl, ae_vector* bndu, ae_vector* havebndu, ae_vector* s, ae_int_t nmain, ae_int_t nslack, double droptol, struct ae_state* _state )
[symbol: _ZN11alglib_impl15filterdirectionEPNS_9ae_vectorES1_S1_S1_S1_S1_S1_iidPNS_8ae_stateE]
findfeasiblepoint ( ae_vector* x, ae_vector* bndl, ae_vector* havebndl, ae_vector* bndu, ae_vector* havebndu, ae_int_t nmain, ae_int_t nslack, ae_matrix* ce, ae_int_t k, double epsi, ae_int_t* qpits, ae_int_t* gpaits, struct ae_state* _state )
[symbol: _ZN11alglib_impl17findfeasiblepointEPNS_9ae_vectorES1_S1_S1_S1_iiPNS_9ae_matrixEidPiS4_PNS_8ae_stateE]
numberofchangedconstraints ( ae_vector* x, ae_vector* xprev, ae_vector* bndl, ae_vector* havebndl, ae_vector* bndu, ae_vector* havebndu, ae_int_t nmain, ae_int_t nslack, struct ae_state* _state )
[symbol: _ZN11alglib_impl26numberofchangedconstraintsEPNS_9ae_vectorES1_S1_S1_S1_S1_iiPNS_8ae_stateE]
postprocessboundedstep ( ae_vector* x, ae_vector* xprev, ae_vector* bndl, ae_vector* havebndl, ae_vector* bndu, ae_vector* havebndu, ae_int_t nmain, ae_int_t nslack, ae_int_t variabletofreeze, double valuetofreeze, double steptaken, double maxsteplen, struct ae_state* _state )
[symbol: _ZN11alglib_impl22postprocessboundedstepEPNS_9ae_vectorES1_S1_S1_S1_S1_iiidddPNS_8ae_stateE]
projectgradientintobc ( ae_vector* x, ae_vector* g, ae_vector* bl, ae_vector* havebl, ae_vector* bu, ae_vector* havebu, ae_int_t nmain, ae_int_t nslack, struct ae_state* _state )
[symbol: _ZN11alglib_impl21projectgradientintobcEPNS_9ae_vectorES1_S1_S1_S1_S1_iiPNS_8ae_stateE]
solvers.h,
libalglib.so
namespace alglib
_lincgreport_owner::_lincgreport_owner [in-charge] ( )
[symbol: _ZN6alglib18_lincgreport_ownerC1Ev]
_lincgreport_owner::_lincgreport_owner [in-charge] ( _lincgreport_owner const& rhs )
[symbol: _ZN6alglib18_lincgreport_ownerC1ERKS0_]
_lincgreport_owner::_lincgreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib18_lincgreport_ownerC2Ev]
_lincgreport_owner::_lincgreport_owner [not-in-charge] ( _lincgreport_owner const& rhs )
[symbol: _ZN6alglib18_lincgreport_ownerC2ERKS0_]
_lincgreport_owner::c_ptr ( )
[symbol: _ZN6alglib18_lincgreport_owner5c_ptrEv]
_lincgreport_owner::c_ptr ( ) const
[symbol: _ZNK6alglib18_lincgreport_owner5c_ptrEv]
_lincgreport_owner::operator = ( _lincgreport_owner const& rhs )
[symbol: _ZN6alglib18_lincgreport_owneraSERKS0_]
_lincgreport_owner::~_lincgreport_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib18_lincgreport_ownerD0Ev]
_lincgreport_owner::~_lincgreport_owner [in-charge] ( )
[symbol: _ZN6alglib18_lincgreport_ownerD1Ev]
_lincgreport_owner::~_lincgreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib18_lincgreport_ownerD2Ev]
_lincgstate_owner::_lincgstate_owner [in-charge] ( )
[symbol: _ZN6alglib17_lincgstate_ownerC1Ev]
_lincgstate_owner::_lincgstate_owner [in-charge] ( _lincgstate_owner const& rhs )
[symbol: _ZN6alglib17_lincgstate_ownerC1ERKS0_]
_lincgstate_owner::_lincgstate_owner [not-in-charge] ( )
[symbol: _ZN6alglib17_lincgstate_ownerC2Ev]
_lincgstate_owner::_lincgstate_owner [not-in-charge] ( _lincgstate_owner const& rhs )
[symbol: _ZN6alglib17_lincgstate_ownerC2ERKS0_]
_lincgstate_owner::c_ptr ( )
[symbol: _ZN6alglib17_lincgstate_owner5c_ptrEv]
_lincgstate_owner::c_ptr ( ) const
[symbol: _ZNK6alglib17_lincgstate_owner5c_ptrEv]
_lincgstate_owner::operator = ( _lincgstate_owner const& rhs )
[symbol: _ZN6alglib17_lincgstate_owneraSERKS0_]
_lincgstate_owner::~_lincgstate_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib17_lincgstate_ownerD0Ev]
_lincgstate_owner::~_lincgstate_owner [in-charge] ( )
[symbol: _ZN6alglib17_lincgstate_ownerD1Ev]
_lincgstate_owner::~_lincgstate_owner [not-in-charge] ( )
[symbol: _ZN6alglib17_lincgstate_ownerD2Ev]
_linlsqrreport_owner::_linlsqrreport_owner [in-charge] ( )
[symbol: _ZN6alglib20_linlsqrreport_ownerC1Ev]
_linlsqrreport_owner::_linlsqrreport_owner [in-charge] ( _linlsqrreport_owner const& rhs )
[symbol: _ZN6alglib20_linlsqrreport_ownerC1ERKS0_]
_linlsqrreport_owner::_linlsqrreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib20_linlsqrreport_ownerC2Ev]
_linlsqrreport_owner::_linlsqrreport_owner [not-in-charge] ( _linlsqrreport_owner const& rhs )
[symbol: _ZN6alglib20_linlsqrreport_ownerC2ERKS0_]
_linlsqrreport_owner::c_ptr ( )
[symbol: _ZN6alglib20_linlsqrreport_owner5c_ptrEv]
_linlsqrreport_owner::c_ptr ( ) const
[symbol: _ZNK6alglib20_linlsqrreport_owner5c_ptrEv]
_linlsqrreport_owner::operator = ( _linlsqrreport_owner const& rhs )
[symbol: _ZN6alglib20_linlsqrreport_owneraSERKS0_]
_linlsqrreport_owner::~_linlsqrreport_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib20_linlsqrreport_ownerD0Ev]
_linlsqrreport_owner::~_linlsqrreport_owner [in-charge] ( )
[symbol: _ZN6alglib20_linlsqrreport_ownerD1Ev]
_linlsqrreport_owner::~_linlsqrreport_owner [not-in-charge] ( )
[symbol: _ZN6alglib20_linlsqrreport_ownerD2Ev]
_linlsqrstate_owner::_linlsqrstate_owner [in-charge] ( )
[symbol: _ZN6alglib19_linlsqrstate_ownerC1Ev]
_linlsqrstate_owner::_linlsqrstate_owner [in-charge] ( _linlsqrstate_owner const& rhs )
[symbol: _ZN6alglib19_linlsqrstate_ownerC1ERKS0_]
_linlsqrstate_owner::_linlsqrstate_owner [not-in-charge] ( )
[symbol: _ZN6alglib19_linlsqrstate_ownerC2Ev]
_linlsqrstate_owner::_linlsqrstate_owner [not-in-charge] ( _linlsqrstate_owner const& rhs )
[symbol: _ZN6alglib19_linlsqrstate_ownerC2ERKS0_]
_linlsqrstate_owner::c_ptr ( )
[symbol: _ZN6alglib19_linlsqrstate_owner5c_ptrEv]
_linlsqrstate_owner::c_ptr ( ) const
[symbol: _ZNK6alglib19_linlsqrstate_owner5c_ptrEv]
_linlsqrstate_owner::operator = ( _linlsqrstate_owner const& rhs )
[symbol: _ZN6alglib19_linlsqrstate_owneraSERKS0_]
_linlsqrstate_owner::~_linlsqrstate_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib19_linlsqrstate_ownerD0Ev]
_linlsqrstate_owner::~_linlsqrstate_owner [in-charge] ( )
[symbol: _ZN6alglib19_linlsqrstate_ownerD1Ev]
_linlsqrstate_owner::~_linlsqrstate_owner [not-in-charge] ( )
[symbol: _ZN6alglib19_linlsqrstate_ownerD2Ev]
lincgcreate ( ae_int_t const n, lincgstate& state )
[symbol: _ZN6alglib11lincgcreateEiRNS_10lincgstateE]
lincgreport::lincgreport [in-charge] ( )
[symbol: _ZN6alglib11lincgreportC1Ev]
lincgreport::lincgreport [in-charge] ( lincgreport const& rhs )
[symbol: _ZN6alglib11lincgreportC1ERKS0_]
lincgreport::lincgreport [not-in-charge] ( )
[symbol: _ZN6alglib11lincgreportC2Ev]
lincgreport::lincgreport [not-in-charge] ( lincgreport const& rhs )
[symbol: _ZN6alglib11lincgreportC2ERKS0_]
lincgreport::operator = ( lincgreport const& rhs )
[symbol: _ZN6alglib11lincgreportaSERKS0_]
lincgreport::~lincgreport [in-charge-deleting] ( )
[symbol: _ZN6alglib11lincgreportD0Ev]
lincgreport::~lincgreport [in-charge] ( )
[symbol: _ZN6alglib11lincgreportD1Ev]
lincgreport::~lincgreport [not-in-charge] ( )
[symbol: _ZN6alglib11lincgreportD2Ev]
lincgresults ( lincgstate const& state, real_1d_array& x, lincgreport& rep )
[symbol: _ZN6alglib12lincgresultsERKNS_10lincgstateERNS_13real_1d_arrayERNS_11lincgreportE]
lincgsetcond ( lincgstate const& state, double const epsf, ae_int_t const maxits )
[symbol: _ZN6alglib12lincgsetcondERKNS_10lincgstateEdi]
lincgsetrestartfreq ( lincgstate const& state, ae_int_t const srf )
[symbol: _ZN6alglib19lincgsetrestartfreqERKNS_10lincgstateEi]
lincgsetrupdatefreq ( lincgstate const& state, ae_int_t const freq )
[symbol: _ZN6alglib19lincgsetrupdatefreqERKNS_10lincgstateEi]
lincgsetstartingpoint ( lincgstate const& state, real_1d_array const& x )
[symbol: _ZN6alglib21lincgsetstartingpointERKNS_10lincgstateERKNS_13real_1d_arrayE]
lincgsetxrep ( lincgstate const& state, bool const needxrep )
[symbol: _ZN6alglib12lincgsetxrepERKNS_10lincgstateEb]
lincgsolvesparse ( lincgstate const& state, sparsematrix const& a, bool const isupper, real_1d_array const& b )
[symbol: _ZN6alglib16lincgsolvesparseERKNS_10lincgstateERKNS_12sparsematrixEbRKNS_13real_1d_arrayE]
lincgstate::lincgstate [in-charge] ( )
[symbol: _ZN6alglib10lincgstateC1Ev]
lincgstate::lincgstate [in-charge] ( lincgstate const& rhs )
[symbol: _ZN6alglib10lincgstateC1ERKS0_]
lincgstate::lincgstate [not-in-charge] ( )
[symbol: _ZN6alglib10lincgstateC2Ev]
lincgstate::lincgstate [not-in-charge] ( lincgstate const& rhs )
[symbol: _ZN6alglib10lincgstateC2ERKS0_]
lincgstate::operator = ( lincgstate const& rhs )
[symbol: _ZN6alglib10lincgstateaSERKS0_]
lincgstate::~lincgstate [in-charge-deleting] ( )
[symbol: _ZN6alglib10lincgstateD0Ev]
lincgstate::~lincgstate [in-charge] ( )
[symbol: _ZN6alglib10lincgstateD1Ev]
lincgstate::~lincgstate [not-in-charge] ( )
[symbol: _ZN6alglib10lincgstateD2Ev]
linlsqrcreate ( ae_int_t const m, ae_int_t const n, linlsqrstate& state )
[symbol: _ZN6alglib13linlsqrcreateEiiRNS_12linlsqrstateE]
linlsqrreport::linlsqrreport [in-charge] ( )
[symbol: _ZN6alglib13linlsqrreportC1Ev]
linlsqrreport::linlsqrreport [in-charge] ( linlsqrreport const& rhs )
[symbol: _ZN6alglib13linlsqrreportC1ERKS0_]
linlsqrreport::linlsqrreport [not-in-charge] ( )
[symbol: _ZN6alglib13linlsqrreportC2Ev]
linlsqrreport::linlsqrreport [not-in-charge] ( linlsqrreport const& rhs )
[symbol: _ZN6alglib13linlsqrreportC2ERKS0_]
linlsqrreport::operator = ( linlsqrreport const& rhs )
[symbol: _ZN6alglib13linlsqrreportaSERKS0_]
linlsqrreport::~linlsqrreport [in-charge-deleting] ( )
[symbol: _ZN6alglib13linlsqrreportD0Ev]
linlsqrreport::~linlsqrreport [in-charge] ( )
[symbol: _ZN6alglib13linlsqrreportD1Ev]
linlsqrreport::~linlsqrreport [not-in-charge] ( )
[symbol: _ZN6alglib13linlsqrreportD2Ev]
linlsqrresults ( linlsqrstate const& state, real_1d_array& x, linlsqrreport& rep )
[symbol: _ZN6alglib14linlsqrresultsERKNS_12linlsqrstateERNS_13real_1d_arrayERNS_13linlsqrreportE]
linlsqrsetcond ( linlsqrstate const& state, double const epsa, double const epsb, ae_int_t const maxits )
[symbol: _ZN6alglib14linlsqrsetcondERKNS_12linlsqrstateEddi]
linlsqrsetlambdai ( linlsqrstate const& state, double const lambdai )
[symbol: _ZN6alglib17linlsqrsetlambdaiERKNS_12linlsqrstateEd]
linlsqrsetxrep ( linlsqrstate const& state, bool const needxrep )
[symbol: _ZN6alglib14linlsqrsetxrepERKNS_12linlsqrstateEb]
linlsqrsolvesparse ( linlsqrstate const& state, sparsematrix const& a, real_1d_array const& b )
[symbol: _ZN6alglib18linlsqrsolvesparseERKNS_12linlsqrstateERKNS_12sparsematrixERKNS_13real_1d_arrayE]
linlsqrstate::linlsqrstate [in-charge] ( )
[symbol: _ZN6alglib12linlsqrstateC1Ev]
linlsqrstate::linlsqrstate [in-charge] ( linlsqrstate const& rhs )
[symbol: _ZN6alglib12linlsqrstateC1ERKS0_]
linlsqrstate::linlsqrstate [not-in-charge] ( )
[symbol: _ZN6alglib12linlsqrstateC2Ev]
linlsqrstate::linlsqrstate [not-in-charge] ( linlsqrstate const& rhs )
[symbol: _ZN6alglib12linlsqrstateC2ERKS0_]
linlsqrstate::operator = ( linlsqrstate const& rhs )
[symbol: _ZN6alglib12linlsqrstateaSERKS0_]
linlsqrstate::~linlsqrstate [in-charge-deleting] ( )
[symbol: _ZN6alglib12linlsqrstateD0Ev]
linlsqrstate::~linlsqrstate [in-charge] ( )
[symbol: _ZN6alglib12linlsqrstateD1Ev]
linlsqrstate::~linlsqrstate [not-in-charge] ( )
[symbol: _ZN6alglib12linlsqrstateD2Ev]
solvers.h,
libalglib.so
namespace alglib_impl
_lincgreport_clear ( struct lincgreport* p )
[symbol: _ZN11alglib_impl18_lincgreport_clearEPNS_11lincgreportE]
_lincgreport_init ( struct lincgreport* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl17_lincgreport_initEPNS_11lincgreportEPNS_8ae_stateEb]
_lincgreport_init_copy ( struct lincgreport* dst, struct lincgreport* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl22_lincgreport_init_copyEPNS_11lincgreportES1_PNS_8ae_stateEb]
_lincgstate_clear ( struct lincgstate* p )
[symbol: _ZN11alglib_impl17_lincgstate_clearEPNS_10lincgstateE]
_lincgstate_init ( struct lincgstate* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl16_lincgstate_initEPNS_10lincgstateEPNS_8ae_stateEb]
_lincgstate_init_copy ( struct lincgstate* dst, struct lincgstate* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl21_lincgstate_init_copyEPNS_10lincgstateES1_PNS_8ae_stateEb]
_linlsqrreport_clear ( struct linlsqrreport* p )
[symbol: _ZN11alglib_impl20_linlsqrreport_clearEPNS_13linlsqrreportE]
_linlsqrreport_init ( struct linlsqrreport* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl19_linlsqrreport_initEPNS_13linlsqrreportEPNS_8ae_stateEb]
_linlsqrreport_init_copy ( struct linlsqrreport* dst, struct linlsqrreport* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl24_linlsqrreport_init_copyEPNS_13linlsqrreportES1_PNS_8ae_stateEb]
_linlsqrstate_clear ( struct linlsqrstate* p )
[symbol: _ZN11alglib_impl19_linlsqrstate_clearEPNS_12linlsqrstateE]
_linlsqrstate_init ( struct linlsqrstate* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl18_linlsqrstate_initEPNS_12linlsqrstateEPNS_8ae_stateEb]
_linlsqrstate_init_copy ( struct linlsqrstate* dst, struct linlsqrstate* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl23_linlsqrstate_init_copyEPNS_12linlsqrstateES1_PNS_8ae_stateEb]
lincgcreate ( ae_int_t n, struct lincgstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl11lincgcreateEiPNS_10lincgstateEPNS_8ae_stateE]
lincgiteration ( struct lincgstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl14lincgiterationEPNS_10lincgstateEPNS_8ae_stateE]
lincgrestart ( struct lincgstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl12lincgrestartEPNS_10lincgstateEPNS_8ae_stateE]
lincgresults ( struct lincgstate* state, ae_vector* x, struct lincgreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl12lincgresultsEPNS_10lincgstateEPNS_9ae_vectorEPNS_11lincgreportEPNS_8ae_stateE]
lincgsetb ( struct lincgstate* state, ae_vector* b, struct ae_state* _state )
[symbol: _ZN11alglib_impl9lincgsetbEPNS_10lincgstateEPNS_9ae_vectorEPNS_8ae_stateE]
lincgsetcond ( struct lincgstate* state, double epsf, ae_int_t maxits, struct ae_state* _state )
[symbol: _ZN11alglib_impl12lincgsetcondEPNS_10lincgstateEdiPNS_8ae_stateE]
lincgsetrestartfreq ( struct lincgstate* state, ae_int_t srf, struct ae_state* _state )
[symbol: _ZN11alglib_impl19lincgsetrestartfreqEPNS_10lincgstateEiPNS_8ae_stateE]
lincgsetrupdatefreq ( struct lincgstate* state, ae_int_t freq, struct ae_state* _state )
[symbol: _ZN11alglib_impl19lincgsetrupdatefreqEPNS_10lincgstateEiPNS_8ae_stateE]
lincgsetstartingpoint ( struct lincgstate* state, ae_vector* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl21lincgsetstartingpointEPNS_10lincgstateEPNS_9ae_vectorEPNS_8ae_stateE]
lincgsetxrep ( struct lincgstate* state, bool needxrep, struct ae_state* _state )
[symbol: _ZN11alglib_impl12lincgsetxrepEPNS_10lincgstateEbPNS_8ae_stateE]
lincgsolvesparse ( struct lincgstate* state, struct sparsematrix* a, bool isupper, ae_vector* b, struct ae_state* _state )
[symbol: _ZN11alglib_impl16lincgsolvesparseEPNS_10lincgstateEPNS_12sparsematrixEbPNS_9ae_vectorEPNS_8ae_stateE]
linlsqrcreate ( ae_int_t m, ae_int_t n, struct linlsqrstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl13linlsqrcreateEiiPNS_12linlsqrstateEPNS_8ae_stateE]
linlsqriteration ( struct linlsqrstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl16linlsqriterationEPNS_12linlsqrstateEPNS_8ae_stateE]
linlsqrrestart ( struct linlsqrstate* state, struct ae_state* _state )
[symbol: _ZN11alglib_impl14linlsqrrestartEPNS_12linlsqrstateEPNS_8ae_stateE]
linlsqrresults ( struct linlsqrstate* state, ae_vector* x, struct linlsqrreport* rep, struct ae_state* _state )
[symbol: _ZN11alglib_impl14linlsqrresultsEPNS_12linlsqrstateEPNS_9ae_vectorEPNS_13linlsqrreportEPNS_8ae_stateE]
linlsqrsetb ( struct linlsqrstate* state, ae_vector* b, struct ae_state* _state )
[symbol: _ZN11alglib_impl11linlsqrsetbEPNS_12linlsqrstateEPNS_9ae_vectorEPNS_8ae_stateE]
linlsqrsetcond ( struct linlsqrstate* state, double epsa, double epsb, ae_int_t maxits, struct ae_state* _state )
[symbol: _ZN11alglib_impl14linlsqrsetcondEPNS_12linlsqrstateEddiPNS_8ae_stateE]
linlsqrsetlambdai ( struct linlsqrstate* state, double lambdai, struct ae_state* _state )
[symbol: _ZN11alglib_impl17linlsqrsetlambdaiEPNS_12linlsqrstateEdPNS_8ae_stateE]
linlsqrsetxrep ( struct linlsqrstate* state, bool needxrep, struct ae_state* _state )
[symbol: _ZN11alglib_impl14linlsqrsetxrepEPNS_12linlsqrstateEbPNS_8ae_stateE]
linlsqrsolvesparse ( struct linlsqrstate* state, struct sparsematrix* a, ae_vector* b, struct ae_state* _state )
[symbol: _ZN11alglib_impl18linlsqrsolvesparseEPNS_12linlsqrstateEPNS_12sparsematrixEPNS_9ae_vectorEPNS_8ae_stateE]
statistics.h,
libalglib.so
namespace alglib
samplekurtosis ( real_1d_array const& x )
[symbol: _ZN6alglib14samplekurtosisERKNS_13real_1d_arrayE]
samplekurtosis ( real_1d_array const& x, ae_int_t const n )
[symbol: _ZN6alglib14samplekurtosisERKNS_13real_1d_arrayEi]
samplemean ( real_1d_array const& x )
[symbol: _ZN6alglib10samplemeanERKNS_13real_1d_arrayE]
samplemean ( real_1d_array const& x, ae_int_t const n )
[symbol: _ZN6alglib10samplemeanERKNS_13real_1d_arrayEi]
sampleskewness ( real_1d_array const& x )
[symbol: _ZN6alglib14sampleskewnessERKNS_13real_1d_arrayE]
sampleskewness ( real_1d_array const& x, ae_int_t const n )
[symbol: _ZN6alglib14sampleskewnessERKNS_13real_1d_arrayEi]
samplevariance ( real_1d_array const& x )
[symbol: _ZN6alglib14samplevarianceERKNS_13real_1d_arrayE]
samplevariance ( real_1d_array const& x, ae_int_t const n )
[symbol: _ZN6alglib14samplevarianceERKNS_13real_1d_arrayEi]
statistics.h,
libalglib.so
namespace alglib_impl
samplekurtosis ( ae_vector* x, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl14samplekurtosisEPNS_9ae_vectorEiPNS_8ae_stateE]
samplemean ( ae_vector* x, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl10samplemeanEPNS_9ae_vectorEiPNS_8ae_stateE]
sampleskewness ( ae_vector* x, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl14sampleskewnessEPNS_9ae_vectorEiPNS_8ae_stateE]
samplevariance ( ae_vector* x, ae_int_t n, struct ae_state* _state )
[symbol: _ZN11alglib_impl14samplevarianceEPNS_9ae_vectorEiPNS_8ae_stateE]
to the top
Removed Symbols (2)
dataanalysis.h,
libalglib.so
namespace alglib_impl
mlpeserialize ( struct mlpensemble* ensemble, ae_vector* ra, ae_int_t* rlen, struct ae_state* _state )
[symbol: _ZN11alglib_impl13mlpeserializeEPNS_11mlpensembleEPNS_9ae_vectorEPiPNS_8ae_stateE]
mlpeunserialize ( ae_vector* ra, struct mlpensemble* ensemble, struct ae_state* _state )
[symbol: _ZN11alglib_impl15mlpeunserializeEPNS_9ae_vectorEPNS_11mlpensembleEPNS_8ae_stateE]
to the top
Problems with Data Types, High Severity (14)
dataanalysis.h
namespace alglib_impl
[+] struct mlpensemble (12)
| Change |
Effect |
1 | Field dfdnet 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 issoftmax 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 neurons 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 nin 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. |
5 | Field nout 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. |
6 | Field serializedlen 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. |
7 | Field serializedmlp 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. |
8 | Field structinfo 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. |
9 | Field tmpmeans 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. |
10 | Field tmpsigmas 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. |
11 | Field tmpweights 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. |
12 | Field wcount 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 (36)
_mlpensemble_owner::_mlpensemble_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mlpensemble'.
_mlpensemble_owner::_mlpensemble_owner [in-charge] ( _mlpensemble_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mlpensemble'.
_mlpensemble_owner::c_ptr ( )Return value (pointer) has base type 'struct mlpensemble'.
_mlpensemble_owner::c_ptr ( ) constReturn value (pointer) has base type 'struct mlpensemble'.
_mlpensemble_owner::operator = ( _mlpensemble_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mlpensemble'.
_mlpensemble_owner::~_mlpensemble_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mlpensemble'.
_mlpensemble_clear ( struct mlpensemble* p )1st parameter 'p' (pointer) has base type 'struct mlpensemble'.
_mlpensemble_init ( struct mlpensemble* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct mlpensemble'.
_mlpensemble_init_copy ( struct mlpensemble* dst, struct mlpensemble* src, struct ae_state* _state, bool make_automatic )2nd parameter 'src' (pointer) has base type 'struct mlpensemble'.
mlpeavgce ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeavgerror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeavgrelerror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, struct 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, struct 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, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecopy ( struct mlpensemble* ensemble1, struct mlpensemble* ensemble2, struct ae_state* _state )2nd parameter 'ensemble2' (pointer) has base type 'struct mlpensemble'.
mlpecreate0 ( ae_int_t nin, ae_int_t nout, ae_int_t ensemblesize, struct mlpensemble* ensemble, struct 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, struct 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, struct 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, struct 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, struct 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, struct 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, struct 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, struct 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, struct ae_state* _state )6th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecreatefromnetwork ( struct multilayerperceptron* network, ae_int_t ensemblesize, struct mlpensemble* ensemble, struct 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, struct 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, struct 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, struct ae_state* _state )8th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeissoftmax ( struct mlpensemble* ensemble, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeprocess ( struct mlpensemble* ensemble, ae_vector* x, ae_vector* y, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeprocessi ( struct mlpensemble* ensemble, ae_vector* x, ae_vector* y, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeproperties ( struct mlpensemble* ensemble, ae_int_t* nin, ae_int_t* nout, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlperandomize ( struct mlpensemble* ensemble, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlperelclserror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpermserror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )1st 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, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
optimization.h
namespace alglib
[+] class minbleicreport (1)
| Change |
Effect |
1 | Size of this class has been increased from 40 bytes to 48 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (6)
minbleicreport::minbleicreport [in-charge] ( )This constructor is from 'minbleicreport' class.
minbleicreport::minbleicreport [in-charge] ( minbleicreport const& rhs )1st parameter 'rhs' (reference) has base type 'minbleicreport'.
minbleicreport::operator = ( minbleicreport const& rhs )1st parameter 'rhs' (reference) has base type 'minbleicreport'.
minbleicreport::~minbleicreport [in-charge] ( )This method is from 'minbleicreport' class.
minbleicresults ( minbleicstate const& state, real_1d_array& x, minbleicreport& rep )3rd parameter 'rep' (reference) has base type 'minbleicreport'.
minbleicresultsbuf ( minbleicstate const& state, real_1d_array& x, minbleicreport& rep )3rd parameter 'rep' (reference) has base type 'minbleicreport'.
optimization.h
namespace alglib_impl
[+] struct minqpstate (1)
| Change |
Effect |
1 | Field diaga 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 (71)
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 'this->p_struct->optstate->qpstate' in the object of this method has type 'struct minqpstate'.
alglib::_lsfitstate_owner::c_ptr ( ) constField 'this->p_struct->optstate->qpstate' in the object of this method 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 'this->p_struct->qpstate' in the object of this method has type 'struct minqpstate'.
alglib::_minlmstate_owner::c_ptr ( ) constField 'this->p_struct->qpstate' in the object of this method 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'.
_lsfitstate_clear ( struct lsfitstate* p )Field 'p->optstate->qpstate' in 1st parameter 'p' (pointer) has type 'struct minqpstate'.
_lsfitstate_init ( struct lsfitstate* p, struct ae_state* _state, bool make_automatic )Field 'p->optstate->qpstate' in 1st parameter 'p' (pointer) has type 'struct minqpstate'.
_lsfitstate_init_copy ( struct lsfitstate* dst, struct lsfitstate* src, struct ae_state* _state, bool make_automatic )Field 'src->optstate->qpstate' in 2nd parameter 'src' (pointer) has type 'struct minqpstate'.
_minlmstate_clear ( struct minlmstate* p )Field 'p->qpstate' in 1st parameter 'p' (pointer) has type 'struct minqpstate'.
_minlmstate_init ( struct minlmstate* p, struct ae_state* _state, bool make_automatic )Field 'p->qpstate' in 1st parameter 'p' (pointer) has type 'struct minqpstate'.
_minlmstate_init_copy ( struct minlmstate* dst, struct minlmstate* src, struct ae_state* _state, bool make_automatic )Field 'src->qpstate' in 2nd parameter 'src' (pointer) has type 'struct minqpstate'.
_minqpstate_clear ( struct minqpstate* p )1st parameter 'p' (pointer) has base type 'struct minqpstate'.
_minqpstate_init ( struct minqpstate* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct minqpstate'.
_minqpstate_init_copy ( struct minqpstate* dst, struct minqpstate* src, struct ae_state* _state, bool make_automatic )2nd parameter 'src' (pointer) 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, struct 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, struct 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, struct 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, struct 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, struct 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, struct ae_state* _state )Field 'state->optstate->qpstate' in 8th parameter 'state' (pointer) has type 'struct minqpstate'.
lsfititeration ( struct lsfitstate* state, struct 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, struct 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, struct 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, struct ae_state* _state )Field 'state->optstate->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
lsfitsetscale ( struct lsfitstate* state, ae_vector* s, struct ae_state* _state )Field 'state->optstate->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
lsfitsetstpmax ( struct lsfitstate* state, double stpmax, struct ae_state* _state )Field 'state->optstate->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
lsfitsetxrep ( struct lsfitstate* state, bool needxrep, struct 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, struct 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, struct 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, struct 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, struct 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, struct 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, struct ae_state* _state )Field 'state->qpstate' in 4th parameter 'state' (pointer) has type 'struct minqpstate'.
minlmiteration ( struct minlmstate* state, struct ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmrestartfrom ( struct minlmstate* state, ae_vector* x, struct 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, struct 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, struct ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetacctype ( struct minlmstate* state, ae_int_t acctype, struct 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, struct 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, struct ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetscale ( struct minlmstate* state, ae_vector* s, struct ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetstpmax ( struct minlmstate* state, double stpmax, struct ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetxrep ( struct minlmstate* state, bool needxrep, struct ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minqpcreate ( ae_int_t n, struct minqpstate* state, struct ae_state* _state )2nd parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpoptimize ( struct minqpstate* state, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpresults ( struct minqpstate* state, ae_vector* x, struct minqpreport* rep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpresultsbuf ( struct minqpstate* state, ae_vector* x, struct minqpreport* rep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqprewritediagonal ( struct minqpstate* state, ae_vector* s, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetalgocholesky ( struct minqpstate* state, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetbc ( struct minqpstate* state, ae_vector* bndl, ae_vector* bndu, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetlinearterm ( struct minqpstate* state, ae_vector* b, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetlineartermfast ( struct minqpstate* state, ae_vector* b, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetorigin ( struct minqpstate* state, ae_vector* xorigin, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetoriginfast ( struct minqpstate* state, ae_vector* xorigin, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetquadraticterm ( struct minqpstate* state, ae_matrix* a, bool isupper, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetquadratictermfast ( struct minqpstate* state, ae_matrix* a, bool isupper, double s, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetstartingpoint ( struct minqpstate* state, ae_vector* x, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetstartingpointfast ( struct minqpstate* state, ae_vector* x, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
to the top
Problems with Symbols, High Severity (1)
dataanalysis.h,
libalglib.so
namespace alglib_impl
[+] mlpeunserialize ( ae_vector* ra, struct mlpensemble* ensemble, struct ae_state* _state ) (1)
changed to:mlpeunserialize ( struct ae_serializer* s, struct mlpensemble* ensemble, struct ae_state* _state )
[symbol: _ZN11alglib_impl15mlpeunserializeEPNS_9ae_vectorEPNS_11mlpensembleEPNS_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_impl15mlpeunserializeEPNS_9ae_vectorEPNS_11mlpensembleEPNS_8ae_stateE to _ZN11alglib_impl15mlpeunserializeEPNS_13ae_serializerEPNS_11mlpensembleEPNS_8ae_stateE. 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 (2)
| Change |
Effect |
1 | Size of field br has been changed from 48 bytes to 56 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. |
2 | Size of field bs has been changed from 2040 bytes to 2048 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 (24)
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'.
_mcpdstate_clear ( struct mcpdstate* p )1st parameter 'p' (pointer) has base type 'struct mcpdstate'.
_mcpdstate_init ( struct mcpdstate* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct mcpdstate'.
_mcpdstate_init_copy ( struct mcpdstate* dst, struct mcpdstate* src, struct ae_state* _state, bool make_automatic )2nd parameter 'src' (pointer) has base type 'struct mcpdstate'.
mcpdaddbc ( struct mcpdstate* s, ae_int_t i, ae_int_t j, double bndl, double bndu, struct 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, struct ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdaddtrack ( struct mcpdstate* s, ae_matrix* xy, ae_int_t k, struct ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdcreate ( ae_int_t n, struct mcpdstate* s, struct ae_state* _state )2nd parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdcreateentry ( ae_int_t n, ae_int_t entrystate, struct mcpdstate* s, struct 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, struct ae_state* _state )4th parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdcreateexit ( ae_int_t n, ae_int_t exitstate, struct mcpdstate* s, struct ae_state* _state )3rd parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdresults ( struct mcpdstate* s, ae_matrix* p, struct mcpdreport* rep, struct ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsetbc ( struct mcpdstate* s, ae_matrix* bndl, ae_matrix* bndu, struct ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsetec ( struct mcpdstate* s, ae_matrix* ec, struct 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, struct ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsetpredictionweights ( struct mcpdstate* s, ae_vector* pw, struct ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsetprior ( struct mcpdstate* s, ae_matrix* pp, struct ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsettikhonovregularizer ( struct mcpdstate* s, double v, struct ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsolve ( struct mcpdstate* s, struct ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
[+] struct mlpensemble (2)
| Change |
Effect |
1 | Field network 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 postprocessing has been removed from this type. | Applications will access incorrect memory when attempting to access this field. |
[+] affected symbols (36)
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'.
_mlpensemble_clear ( struct mlpensemble* p )1st parameter 'p' (pointer) has base type 'struct mlpensemble'.
_mlpensemble_init ( struct mlpensemble* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct mlpensemble'.
_mlpensemble_init_copy ( struct mlpensemble* dst, struct mlpensemble* src, struct ae_state* _state, bool make_automatic )2nd parameter 'src' (pointer) has base type 'struct mlpensemble'.
mlpeavgce ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeavgerror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeavgrelerror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, struct 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, struct 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, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecopy ( struct mlpensemble* ensemble1, struct mlpensemble* ensemble2, struct 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, struct 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, struct 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, struct 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, struct 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, struct 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, struct 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, struct 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, struct 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, struct ae_state* _state )6th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecreatefromnetwork ( struct multilayerperceptron* network, ae_int_t ensemblesize, struct mlpensemble* ensemble, struct 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, struct 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, struct 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, struct ae_state* _state )8th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeissoftmax ( struct mlpensemble* ensemble, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeprocess ( struct mlpensemble* ensemble, ae_vector* x, ae_vector* y, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeprocessi ( struct mlpensemble* ensemble, ae_vector* x, ae_vector* y, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeproperties ( struct mlpensemble* ensemble, ae_int_t* nin, ae_int_t* nout, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlperandomize ( struct mlpensemble* ensemble, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlperelclserror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpermserror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )1st 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, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
interpolation.h
namespace alglib_impl
[+] struct lsfitstate (1)
| Change |
Effect |
1 | Size of field optstate has been changed from 2392 bytes to 2464 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 (22)
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'.
_lsfitstate_clear ( struct lsfitstate* p )1st parameter 'p' (pointer) has base type 'struct lsfitstate'.
_lsfitstate_init ( struct lsfitstate* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct lsfitstate'.
_lsfitstate_init_copy ( struct lsfitstate* dst, struct lsfitstate* src, struct ae_state* _state, bool make_automatic )2nd parameter 'src' (pointer) 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, struct 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, struct 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, struct 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, struct 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, struct 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, struct ae_state* _state )8th parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfititeration ( struct lsfitstate* state, struct 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, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitsetbc ( struct lsfitstate* state, ae_vector* bndl, ae_vector* bndu, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitsetcond ( struct lsfitstate* state, double epsf, double epsx, ae_int_t maxits, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitsetscale ( struct lsfitstate* state, ae_vector* s, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitsetstpmax ( struct lsfitstate* state, double stpmax, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitsetxrep ( struct lsfitstate* state, bool needxrep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
[+] struct pspline2interpolant (2)
| Change |
Effect |
1 | Size of field x has been changed from 60 bytes to 64 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. |
2 | Size of field y has been changed from 60 bytes to 64 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 (17)
alglib::_pspline2interpolant_owner::_pspline2interpolant_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct pspline2interpolant'.
alglib::_pspline2interpolant_owner::_pspline2interpolant_owner [in-charge] ( alglib::_pspline2interpolant_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct pspline2interpolant'.
alglib::_pspline2interpolant_owner::c_ptr ( )Return value (pointer) has base type 'struct pspline2interpolant'.
alglib::_pspline2interpolant_owner::c_ptr ( ) constReturn value (pointer) has base type 'struct pspline2interpolant'.
alglib::_pspline2interpolant_owner::operator = ( alglib::_pspline2interpolant_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct pspline2interpolant'.
alglib::_pspline2interpolant_owner::~_pspline2interpolant_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct pspline2interpolant'.
_pspline2interpolant_clear ( struct pspline2interpolant* p )1st parameter 'p' (pointer) has base type 'struct pspline2interpolant'.
_pspline2interpolant_init ( struct pspline2interpolant* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct pspline2interpolant'.
_pspline2interpolant_init_copy ( struct pspline2interpolant* dst, struct pspline2interpolant* src, struct ae_state* _state, bool make_automatic )2nd parameter 'src' (pointer) has base type 'struct pspline2interpolant'.
pspline2arclength ( struct pspline2interpolant* p, double a, double b, struct ae_state* _state )1st parameter 'p' (pointer) has base type 'struct pspline2interpolant'.
pspline2build ( ae_matrix* xy, ae_int_t n, ae_int_t st, ae_int_t pt, struct pspline2interpolant* p, struct ae_state* _state )5th parameter 'p' (pointer) has base type 'struct pspline2interpolant'.
pspline2buildperiodic ( ae_matrix* xy, ae_int_t n, ae_int_t st, ae_int_t pt, struct pspline2interpolant* p, struct ae_state* _state )5th parameter 'p' (pointer) has base type 'struct pspline2interpolant'.
pspline2calc ( struct pspline2interpolant* p, double t, double* x, double* y, struct ae_state* _state )1st parameter 'p' (pointer) has base type 'struct pspline2interpolant'.
pspline2diff ( struct pspline2interpolant* p, double t, double* x, double* dx, double* y, double* dy, struct ae_state* _state )1st parameter 'p' (pointer) has base type 'struct pspline2interpolant'.
pspline2diff2 ( struct pspline2interpolant* p, double t, double* x, double* dx, double* d2x, double* y, double* dy, double* d2y, struct ae_state* _state )1st parameter 'p' (pointer) has base type 'struct pspline2interpolant'.
pspline2parametervalues ( struct pspline2interpolant* p, ae_int_t* n, ae_vector* t, struct ae_state* _state )1st parameter 'p' (pointer) has base type 'struct pspline2interpolant'.
pspline2tangent ( struct pspline2interpolant* p, double t, double* x, double* y, struct ae_state* _state )1st parameter 'p' (pointer) has base type 'struct pspline2interpolant'.
[+] struct pspline3interpolant (3)
| Change |
Effect |
1 | Size of field x has been changed from 60 bytes to 64 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. |
2 | Size of field y has been changed from 60 bytes to 64 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. |
3 | Size of field z has been changed from 60 bytes to 64 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 (17)
alglib::_pspline3interpolant_owner::_pspline3interpolant_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct pspline3interpolant'.
alglib::_pspline3interpolant_owner::_pspline3interpolant_owner [in-charge] ( alglib::_pspline3interpolant_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct pspline3interpolant'.
alglib::_pspline3interpolant_owner::c_ptr ( )Return value (pointer) has base type 'struct pspline3interpolant'.
alglib::_pspline3interpolant_owner::c_ptr ( ) constReturn value (pointer) has base type 'struct pspline3interpolant'.
alglib::_pspline3interpolant_owner::operator = ( alglib::_pspline3interpolant_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct pspline3interpolant'.
alglib::_pspline3interpolant_owner::~_pspline3interpolant_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct pspline3interpolant'.
_pspline3interpolant_clear ( struct pspline3interpolant* p )1st parameter 'p' (pointer) has base type 'struct pspline3interpolant'.
_pspline3interpolant_init ( struct pspline3interpolant* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct pspline3interpolant'.
_pspline3interpolant_init_copy ( struct pspline3interpolant* dst, struct pspline3interpolant* src, struct ae_state* _state, bool make_automatic )2nd parameter 'src' (pointer) has base type 'struct pspline3interpolant'.
pspline3arclength ( struct pspline3interpolant* p, double a, double b, struct ae_state* _state )1st parameter 'p' (pointer) has base type 'struct pspline3interpolant'.
pspline3build ( ae_matrix* xy, ae_int_t n, ae_int_t st, ae_int_t pt, struct pspline3interpolant* p, struct ae_state* _state )5th parameter 'p' (pointer) has base type 'struct pspline3interpolant'.
pspline3buildperiodic ( ae_matrix* xy, ae_int_t n, ae_int_t st, ae_int_t pt, struct pspline3interpolant* p, struct ae_state* _state )5th parameter 'p' (pointer) has base type 'struct pspline3interpolant'.
pspline3calc ( struct pspline3interpolant* p, double t, double* x, double* y, double* z, struct ae_state* _state )1st parameter 'p' (pointer) has base type 'struct pspline3interpolant'.
pspline3diff ( struct pspline3interpolant* p, double t, double* x, double* dx, double* y, double* dy, double* z, double* dz, struct ae_state* _state )1st parameter 'p' (pointer) has base type 'struct pspline3interpolant'.
pspline3diff2 ( struct pspline3interpolant* p, double t, double* x, double* dx, double* d2x, double* y, double* dy, double* d2y, double* z, double* dz, double* d2z, struct ae_state* _state )1st parameter 'p' (pointer) has base type 'struct pspline3interpolant'.
pspline3parametervalues ( struct pspline3interpolant* p, ae_int_t* n, ae_vector* t, struct ae_state* _state )1st parameter 'p' (pointer) has base type 'struct pspline3interpolant'.
pspline3tangent ( struct pspline3interpolant* p, double t, double* x, double* y, double* z, struct ae_state* _state )1st parameter 'p' (pointer) has base type 'struct pspline3interpolant'.
[+] struct spline1dinterpolant (1)
| Change |
Effect |
1 | Field continuity 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 (61)
alglib::_pspline2interpolant_owner::_pspline2interpolant_owner [in-charge] ( )Field 'this->p_struct->y' in the object of this method has type 'struct spline1dinterpolant'.
alglib::_pspline2interpolant_owner::_pspline2interpolant_owner [in-charge] ( alglib::_pspline2interpolant_owner const& rhs )Field 'rhs->p_struct->y' in 1st parameter 'rhs' (reference) has type 'struct spline1dinterpolant'.
alglib::_pspline2interpolant_owner::c_ptr ( )Field 'retval->y' in return value (pointer) has type 'struct spline1dinterpolant'.
alglib::_pspline2interpolant_owner::c_ptr ( ) constField 'retval->y' in return value (pointer) has type 'struct spline1dinterpolant'.
alglib::_pspline2interpolant_owner::operator = ( alglib::_pspline2interpolant_owner const& rhs )Field 'rhs->p_struct->y' in 1st parameter 'rhs' (reference) has type 'struct spline1dinterpolant'.
alglib::_pspline2interpolant_owner::~_pspline2interpolant_owner [in-charge] ( )Field 'this->p_struct->y' in the object of this method has type 'struct spline1dinterpolant'.
alglib::_pspline3interpolant_owner::_pspline3interpolant_owner [in-charge] ( )Field 'this->p_struct->y' in the object of this method has type 'struct spline1dinterpolant'.
alglib::_pspline3interpolant_owner::_pspline3interpolant_owner [in-charge] ( alglib::_pspline3interpolant_owner const& rhs )Field 'rhs->p_struct->y' in 1st parameter 'rhs' (reference) has type 'struct spline1dinterpolant'.
alglib::_pspline3interpolant_owner::c_ptr ( )Field 'retval->y' in return value (pointer) has type 'struct spline1dinterpolant'.
alglib::_pspline3interpolant_owner::c_ptr ( ) constField 'retval->y' in return value (pointer) has type 'struct spline1dinterpolant'.
alglib::_pspline3interpolant_owner::operator = ( alglib::_pspline3interpolant_owner const& rhs )Field 'rhs->p_struct->y' in 1st parameter 'rhs' (reference) has type 'struct spline1dinterpolant'.
alglib::_pspline3interpolant_owner::~_pspline3interpolant_owner [in-charge] ( )Field 'this->p_struct->y' in the object of this method has type 'struct spline1dinterpolant'.
alglib::_spline1dinterpolant_owner::_spline1dinterpolant_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct spline1dinterpolant'.
alglib::_spline1dinterpolant_owner::_spline1dinterpolant_owner [in-charge] ( alglib::_spline1dinterpolant_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct spline1dinterpolant'.
alglib::_spline1dinterpolant_owner::c_ptr ( )Field 'this->p_struct' in the object of this method has base type 'struct spline1dinterpolant'.
alglib::_spline1dinterpolant_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct spline1dinterpolant'.
alglib::_spline1dinterpolant_owner::operator = ( alglib::_spline1dinterpolant_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct spline1dinterpolant'.
alglib::_spline1dinterpolant_owner::~_spline1dinterpolant_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct spline1dinterpolant'.
_pspline2interpolant_clear ( struct pspline2interpolant* p )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
_pspline2interpolant_init ( struct pspline2interpolant* p, struct ae_state* _state, bool make_automatic )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
_pspline2interpolant_init_copy ( struct pspline2interpolant* dst, struct pspline2interpolant* src, struct ae_state* _state, bool make_automatic )Field 'src->x' in 2nd parameter 'src' (pointer) has type 'struct spline1dinterpolant'.
_pspline3interpolant_clear ( struct pspline3interpolant* p )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
_pspline3interpolant_init ( struct pspline3interpolant* p, struct ae_state* _state, bool make_automatic )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
_pspline3interpolant_init_copy ( struct pspline3interpolant* dst, struct pspline3interpolant* src, struct ae_state* _state, bool make_automatic )Field 'src->z' in 2nd parameter 'src' (pointer) has type 'struct spline1dinterpolant'.
_spline1dinterpolant_clear ( struct spline1dinterpolant* p )1st parameter 'p' (pointer) has base type 'struct spline1dinterpolant'.
_spline1dinterpolant_init ( struct spline1dinterpolant* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct spline1dinterpolant'.
_spline1dinterpolant_init_copy ( struct spline1dinterpolant* dst, struct spline1dinterpolant* src, struct ae_state* _state, bool make_automatic )2nd parameter 'src' (pointer) has base type 'struct spline1dinterpolant'.
pspline2arclength ( struct pspline2interpolant* p, double a, double b, struct ae_state* _state )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline2build ( ae_matrix* xy, ae_int_t n, ae_int_t st, ae_int_t pt, struct pspline2interpolant* p, struct ae_state* _state )Field 'p->x' in 5th parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline2buildperiodic ( ae_matrix* xy, ae_int_t n, ae_int_t st, ae_int_t pt, struct pspline2interpolant* p, struct ae_state* _state )Field 'p->x' in 5th parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline2calc ( struct pspline2interpolant* p, double t, double* x, double* y, struct ae_state* _state )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline2diff ( struct pspline2interpolant* p, double t, double* x, double* dx, double* y, double* dy, struct ae_state* _state )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline2diff2 ( struct pspline2interpolant* p, double t, double* x, double* dx, double* d2x, double* y, double* dy, double* d2y, struct ae_state* _state )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline2parametervalues ( struct pspline2interpolant* p, ae_int_t* n, ae_vector* t, struct ae_state* _state )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline2tangent ( struct pspline2interpolant* p, double t, double* x, double* y, struct ae_state* _state )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline3arclength ( struct pspline3interpolant* p, double a, double b, struct ae_state* _state )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline3build ( ae_matrix* xy, ae_int_t n, ae_int_t st, ae_int_t pt, struct pspline3interpolant* p, struct ae_state* _state )Field 'p->x' in 5th parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline3buildperiodic ( ae_matrix* xy, ae_int_t n, ae_int_t st, ae_int_t pt, struct pspline3interpolant* p, struct ae_state* _state )Field 'p->x' in 5th parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline3calc ( struct pspline3interpolant* p, double t, double* x, double* y, double* z, struct ae_state* _state )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline3diff ( struct pspline3interpolant* p, double t, double* x, double* dx, double* y, double* dy, double* z, double* dz, struct ae_state* _state )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline3diff2 ( struct pspline3interpolant* p, double t, double* x, double* dx, double* d2x, double* y, double* dy, double* d2y, double* z, double* dz, double* d2z, struct ae_state* _state )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline3parametervalues ( struct pspline3interpolant* p, ae_int_t* n, ae_vector* t, struct ae_state* _state )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline3tangent ( struct pspline3interpolant* p, double t, double* x, double* y, double* z, struct ae_state* _state )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
spline1dbuildakima ( ae_vector* x, ae_vector* y, ae_int_t n, struct spline1dinterpolant* c, struct ae_state* _state )4th parameter 'c' (pointer) has base type 'struct spline1dinterpolant'.
spline1dbuildcatmullrom ( ae_vector* x, ae_vector* y, ae_int_t n, ae_int_t boundtype, double tension, struct spline1dinterpolant* c, struct ae_state* _state )6th parameter 'c' (pointer) has base type 'struct spline1dinterpolant'.
spline1dbuildcubic ( ae_vector* x, ae_vector* y, ae_int_t n, ae_int_t boundltype, double boundl, ae_int_t boundrtype, double boundr, struct spline1dinterpolant* c, struct ae_state* _state )8th parameter 'c' (pointer) has base type 'struct spline1dinterpolant'.
spline1dbuildhermite ( ae_vector* x, ae_vector* y, ae_vector* d, ae_int_t n, struct spline1dinterpolant* c, struct ae_state* _state )5th parameter 'c' (pointer) has base type 'struct spline1dinterpolant'.
spline1dbuildlinear ( ae_vector* x, ae_vector* y, ae_int_t n, struct spline1dinterpolant* c, struct ae_state* _state )4th parameter 'c' (pointer) has base type 'struct spline1dinterpolant'.
spline1dcalc ( struct spline1dinterpolant* c, double x, struct ae_state* _state )1st parameter 'c' (pointer) has base type 'struct spline1dinterpolant'.
spline1dcopy ( struct spline1dinterpolant* c, struct spline1dinterpolant* cc, struct ae_state* _state )2nd parameter 'cc' (pointer) has base type 'struct spline1dinterpolant'.
spline1ddiff ( struct spline1dinterpolant* c, double x, double* s, double* ds, double* d2s, struct ae_state* _state )1st parameter 'c' (pointer) has base type 'struct spline1dinterpolant'.
spline1dfitcubic ( ae_vector* x, ae_vector* y, ae_int_t n, ae_int_t m, ae_int_t* info, struct spline1dinterpolant* s, struct spline1dfitreport* rep, struct ae_state* _state )6th parameter 's' (pointer) has base type 'struct spline1dinterpolant'.
spline1dfitcubicwc ( ae_vector* x, ae_vector* y, ae_vector* w, ae_int_t n, ae_vector* xc, ae_vector* yc, ae_vector* dc, ae_int_t k, ae_int_t m, ae_int_t* info, struct spline1dinterpolant* s, struct spline1dfitreport* rep, struct ae_state* _state )11th parameter 's' (pointer) has base type 'struct spline1dinterpolant'.
spline1dfithermite ( ae_vector* x, ae_vector* y, ae_int_t n, ae_int_t m, ae_int_t* info, struct spline1dinterpolant* s, struct spline1dfitreport* rep, struct ae_state* _state )6th parameter 's' (pointer) has base type 'struct spline1dinterpolant'.
spline1dfithermitewc ( ae_vector* x, ae_vector* y, ae_vector* w, ae_int_t n, ae_vector* xc, ae_vector* yc, ae_vector* dc, ae_int_t k, ae_int_t m, ae_int_t* info, struct spline1dinterpolant* s, struct spline1dfitreport* rep, struct ae_state* _state )11th parameter 's' (pointer) has base type 'struct spline1dinterpolant'.
spline1dfitpenalized ( ae_vector* x, ae_vector* y, ae_int_t n, ae_int_t m, double rho, ae_int_t* info, struct spline1dinterpolant* s, struct spline1dfitreport* rep, struct ae_state* _state )7th parameter 's' (pointer) has base type 'struct spline1dinterpolant'.
spline1dfitpenalizedw ( ae_vector* x, ae_vector* y, ae_vector* w, ae_int_t n, ae_int_t m, double rho, ae_int_t* info, struct spline1dinterpolant* s, struct spline1dfitreport* rep, struct ae_state* _state )8th parameter 's' (pointer) has base type 'struct spline1dinterpolant'.
spline1dintegrate ( struct spline1dinterpolant* c, double x, struct ae_state* _state )1st parameter 'c' (pointer) has base type 'struct spline1dinterpolant'.
spline1dlintransx ( struct spline1dinterpolant* c, double a, double b, struct ae_state* _state )1st parameter 'c' (pointer) has base type 'struct spline1dinterpolant'.
spline1dlintransy ( struct spline1dinterpolant* c, double a, double b, struct ae_state* _state )1st parameter 'c' (pointer) has base type 'struct spline1dinterpolant'.
spline1dunpack ( struct spline1dinterpolant* c, ae_int_t* n, ae_matrix* tbl, struct ae_state* _state )1st parameter 'c' (pointer) has base type 'struct spline1dinterpolant'.
optimization.h
namespace alglib_impl
[+] struct minbleicstate (2)
| Change |
Effect |
1 | Field repdebugfeasgpaits 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 repdebugfeasqpits 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 (52)
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'.
_mcpdstate_clear ( struct mcpdstate* p )Field 'p->bs' in 1st parameter 'p' (pointer) has type 'struct minbleicstate'.
_mcpdstate_init ( struct mcpdstate* p, struct ae_state* _state, bool make_automatic )Field 'p->bs' in 1st parameter 'p' (pointer) has type 'struct minbleicstate'.
_mcpdstate_init_copy ( struct mcpdstate* dst, struct mcpdstate* src, struct ae_state* _state, bool make_automatic )Field 'src->bs' in 2nd parameter 'src' (pointer) has type 'struct minbleicstate'.
_minbleicstate_clear ( struct minbleicstate* p )1st parameter 'p' (pointer) has base type 'struct minbleicstate'.
_minbleicstate_init ( struct minbleicstate* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct minbleicstate'.
_minbleicstate_init_copy ( struct minbleicstate* dst, struct minbleicstate* src, struct ae_state* _state, bool make_automatic )2nd parameter 'src' (pointer) has base type 'struct minbleicstate'.
mcpdaddbc ( struct mcpdstate* s, ae_int_t i, ae_int_t j, double bndl, double bndu, struct 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, struct 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, struct ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdcreate ( ae_int_t n, struct mcpdstate* s, struct 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, struct 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, struct 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, struct 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, struct 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, struct ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdsetec ( struct mcpdstate* s, ae_matrix* ec, struct 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, struct ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdsetpredictionweights ( struct mcpdstate* s, ae_vector* pw, struct ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdsetprior ( struct mcpdstate* s, ae_matrix* pp, struct ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdsettikhonovregularizer ( struct mcpdstate* s, double v, struct ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdsolve ( struct mcpdstate* s, struct 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, struct 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, struct ae_state* _state )4th parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleiciteration ( struct minbleicstate* state, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicrestartfrom ( struct minbleicstate* state, ae_vector* x, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicresults ( struct minbleicstate* state, ae_vector* x, struct minbleicreport* rep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicresultsbuf ( struct minbleicstate* state, ae_vector* x, struct minbleicreport* rep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetbarrierdecay ( struct minbleicstate* state, double mudecay, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetbarrierwidth ( struct minbleicstate* state, double mu, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetbc ( struct minbleicstate* state, ae_vector* bndl, ae_vector* bndu, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetinnercond ( struct minbleicstate* state, double epsg, double epsf, double epsx, struct 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, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetmaxits ( struct minbleicstate* state, ae_int_t maxits, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetoutercond ( struct minbleicstate* state, double epsx, double epsi, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetprecdefault ( struct minbleicstate* state, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetprecdiag ( struct minbleicstate* state, ae_vector* d, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetprecscale ( struct minbleicstate* state, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetscale ( struct minbleicstate* state, ae_vector* s, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetstpmax ( struct minbleicstate* state, double stpmax, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetxrep ( struct minbleicstate* state, bool needxrep, struct 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 780 bytes to 852 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 (47)
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'.
_lsfitstate_clear ( struct lsfitstate* p )Field 'p->optstate' in 1st parameter 'p' (pointer) has type 'struct minlmstate'.
_lsfitstate_init ( struct lsfitstate* p, struct ae_state* _state, bool make_automatic )Field 'p->optstate' in 1st parameter 'p' (pointer) has type 'struct minlmstate'.
_lsfitstate_init_copy ( struct lsfitstate* dst, struct lsfitstate* src, struct ae_state* _state, bool make_automatic )Field 'src->optstate' in 2nd parameter 'src' (pointer) has type 'struct minlmstate'.
_minlmstate_clear ( struct minlmstate* p )1st parameter 'p' (pointer) has base type 'struct minlmstate'.
_minlmstate_init ( struct minlmstate* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct minlmstate'.
_minlmstate_init_copy ( struct minlmstate* dst, struct minlmstate* src, struct ae_state* _state, bool make_automatic )1st parameter 'dst' (pointer) 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, struct 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, struct 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, struct 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, struct 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, struct 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, struct ae_state* _state )Field 'state->optstate' in 8th parameter 'state' (pointer) has type 'struct minlmstate'.
lsfititeration ( struct lsfitstate* state, struct 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, struct 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, struct 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, struct ae_state* _state )Field 'state->optstate' in 1st parameter 'state' (pointer) has type 'struct minlmstate'.
lsfitsetscale ( struct lsfitstate* state, ae_vector* s, struct ae_state* _state )Field 'state->optstate' in 1st parameter 'state' (pointer) has type 'struct minlmstate'.
lsfitsetstpmax ( struct lsfitstate* state, double stpmax, struct ae_state* _state )Field 'state->optstate' in 1st parameter 'state' (pointer) has type 'struct minlmstate'.
lsfitsetxrep ( struct lsfitstate* state, bool needxrep, struct 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, struct 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, struct 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, struct 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, struct 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, struct 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, struct ae_state* _state )4th parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmiteration ( struct minlmstate* state, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmrestartfrom ( struct minlmstate* state, ae_vector* x, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmresults ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmresultsbuf ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmsetacctype ( struct minlmstate* state, ae_int_t acctype, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmsetbc ( struct minlmstate* state, ae_vector* bndl, ae_vector* bndu, struct 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, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmsetscale ( struct minlmstate* state, ae_vector* s, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmsetstpmax ( struct minlmstate* state, double stpmax, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmsetxrep ( struct minlmstate* state, bool needxrep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
[+] struct minqpstate (4)
| Change |
Effect |
1 | Field activeset 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 dc 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 pg 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 xn 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 (71)
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 'this->p_struct->optstate->qpstate' in the object of this method has type 'struct minqpstate'.
alglib::_lsfitstate_owner::c_ptr ( ) constField 'this->p_struct->optstate->qpstate' in the object of this method 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'.
_lsfitstate_clear ( struct lsfitstate* p )Field 'p->optstate->qpstate' in 1st parameter 'p' (pointer) has type 'struct minqpstate'.
_lsfitstate_init ( struct lsfitstate* p, struct ae_state* _state, bool make_automatic )Field 'p->optstate->qpstate' in 1st parameter 'p' (pointer) has type 'struct minqpstate'.
_lsfitstate_init_copy ( struct lsfitstate* dst, struct lsfitstate* src, struct ae_state* _state, bool make_automatic )Field 'src->optstate->qpstate' in 2nd parameter 'src' (pointer) has type 'struct minqpstate'.
_minlmstate_clear ( struct minlmstate* p )Field 'p->qpstate' in 1st parameter 'p' (pointer) has type 'struct minqpstate'.
_minlmstate_init ( struct minlmstate* p, struct ae_state* _state, bool make_automatic )Field 'p->qpstate' in 1st parameter 'p' (pointer) has type 'struct minqpstate'.
_minlmstate_init_copy ( struct minlmstate* dst, struct minlmstate* src, struct ae_state* _state, bool make_automatic )Field 'dst->qpstate' in 1st parameter 'dst' (pointer) has type 'struct minqpstate'.
_minqpstate_clear ( struct minqpstate* p )1st parameter 'p' (pointer) has base type 'struct minqpstate'.
_minqpstate_init ( struct minqpstate* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct minqpstate'.
_minqpstate_init_copy ( struct minqpstate* dst, struct minqpstate* src, struct ae_state* _state, bool make_automatic )1st parameter 'dst' (pointer) 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, struct 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, struct 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, struct 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, struct 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, struct 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, struct ae_state* _state )Field 'state->optstate->qpstate' in 8th parameter 'state' (pointer) has type 'struct minqpstate'.
lsfititeration ( struct lsfitstate* state, struct 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, struct 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, struct 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, struct ae_state* _state )Field 'state->optstate->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
lsfitsetscale ( struct lsfitstate* state, ae_vector* s, struct ae_state* _state )Field 'state->optstate->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
lsfitsetstpmax ( struct lsfitstate* state, double stpmax, struct ae_state* _state )Field 'state->optstate->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
lsfitsetxrep ( struct lsfitstate* state, bool needxrep, struct 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, struct 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, struct 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, struct 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, struct 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, struct 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, struct ae_state* _state )Field 'state->qpstate' in 4th parameter 'state' (pointer) has type 'struct minqpstate'.
minlmiteration ( struct minlmstate* state, struct ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmrestartfrom ( struct minlmstate* state, ae_vector* x, struct 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, struct 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, struct ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetacctype ( struct minlmstate* state, ae_int_t acctype, struct 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, struct 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, struct ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetscale ( struct minlmstate* state, ae_vector* s, struct ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetstpmax ( struct minlmstate* state, double stpmax, struct ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetxrep ( struct minlmstate* state, bool needxrep, struct ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minqpcreate ( ae_int_t n, struct minqpstate* state, struct ae_state* _state )2nd parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpoptimize ( struct minqpstate* state, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpresults ( struct minqpstate* state, ae_vector* x, struct minqpreport* rep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpresultsbuf ( struct minqpstate* state, ae_vector* x, struct minqpreport* rep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqprewritediagonal ( struct minqpstate* state, ae_vector* s, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetalgocholesky ( struct minqpstate* state, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetbc ( struct minqpstate* state, ae_vector* bndl, ae_vector* bndu, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetlinearterm ( struct minqpstate* state, ae_vector* b, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetlineartermfast ( struct minqpstate* state, ae_vector* b, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetorigin ( struct minqpstate* state, ae_vector* xorigin, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetoriginfast ( struct minqpstate* state, ae_vector* xorigin, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetquadraticterm ( struct minqpstate* state, ae_matrix* a, bool isupper, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetquadratictermfast ( struct minqpstate* state, ae_matrix* a, bool isupper, double s, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetstartingpoint ( struct minqpstate* state, ae_vector* x, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetstartingpointfast ( struct minqpstate* state, ae_vector* x, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
to the top
Problems with Data Types, Low Severity (17)
dataanalysis.h
namespace alglib_impl
[+] struct mcpdstate (1)
| Change |
Effect |
1 | Size of this type has been changed from 2596 bytes to 2612 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (24)
_mcpdstate_owner::_mcpdstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mcpdstate'.
_mcpdstate_owner::_mcpdstate_owner [in-charge] ( _mcpdstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mcpdstate'.
_mcpdstate_owner::c_ptr ( )Field 'this->p_struct' in the object of this method has base type 'struct mcpdstate'.
_mcpdstate_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct mcpdstate'.
_mcpdstate_owner::operator = ( _mcpdstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mcpdstate'.
_mcpdstate_owner::~_mcpdstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mcpdstate'.
_mcpdstate_clear ( struct mcpdstate* p )1st parameter 'p' (pointer) has base type 'struct mcpdstate'.
_mcpdstate_init ( struct mcpdstate* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct mcpdstate'.
_mcpdstate_init_copy ( struct mcpdstate* dst, struct mcpdstate* src, struct ae_state* _state, bool make_automatic )2nd parameter 'src' (pointer) has base type 'struct mcpdstate'.
mcpdaddbc ( struct mcpdstate* s, ae_int_t i, ae_int_t j, double bndl, double bndu, struct 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, struct ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdaddtrack ( struct mcpdstate* s, ae_matrix* xy, ae_int_t k, struct ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdcreate ( ae_int_t n, struct mcpdstate* s, struct ae_state* _state )2nd parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdcreateentry ( ae_int_t n, ae_int_t entrystate, struct mcpdstate* s, struct 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, struct ae_state* _state )4th parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdcreateexit ( ae_int_t n, ae_int_t exitstate, struct mcpdstate* s, struct ae_state* _state )3rd parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdresults ( struct mcpdstate* s, ae_matrix* p, struct mcpdreport* rep, struct ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsetbc ( struct mcpdstate* s, ae_matrix* bndl, ae_matrix* bndu, struct ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsetec ( struct mcpdstate* s, ae_matrix* ec, struct 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, struct ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsetpredictionweights ( struct mcpdstate* s, ae_vector* pw, struct ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsetprior ( struct mcpdstate* s, ae_matrix* pp, struct ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsettikhonovregularizer ( struct mcpdstate* s, double v, struct ae_state* _state )1st parameter 's' (pointer) has base type 'struct mcpdstate'.
mcpdsolve ( struct mcpdstate* s, struct 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 288 bytes to 476 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (36)
_mlpensemble_owner::_mlpensemble_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mlpensemble'.
_mlpensemble_owner::_mlpensemble_owner [in-charge] ( _mlpensemble_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mlpensemble'.
_mlpensemble_owner::c_ptr ( )Return value (pointer) has base type 'struct mlpensemble'.
_mlpensemble_owner::c_ptr ( ) constReturn value (pointer) has base type 'struct mlpensemble'.
_mlpensemble_owner::operator = ( _mlpensemble_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mlpensemble'.
_mlpensemble_owner::~_mlpensemble_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mlpensemble'.
_mlpensemble_clear ( struct mlpensemble* p )1st parameter 'p' (pointer) has base type 'struct mlpensemble'.
_mlpensemble_init ( struct mlpensemble* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct mlpensemble'.
_mlpensemble_init_copy ( struct mlpensemble* dst, struct mlpensemble* src, struct ae_state* _state, bool make_automatic )1st parameter 'dst' (pointer) has base type 'struct mlpensemble'.
mlpeavgce ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeavgerror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeavgrelerror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, struct 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, struct 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, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecopy ( struct mlpensemble* ensemble1, struct mlpensemble* ensemble2, struct 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, struct 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, struct 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, struct 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, struct 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, struct 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, struct 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, struct 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, struct 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, struct ae_state* _state )6th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpecreatefromnetwork ( struct multilayerperceptron* network, ae_int_t ensemblesize, struct mlpensemble* ensemble, struct 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, struct 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, struct 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, struct ae_state* _state )8th parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeissoftmax ( struct mlpensemble* ensemble, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeprocess ( struct mlpensemble* ensemble, ae_vector* x, ae_vector* y, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeprocessi ( struct mlpensemble* ensemble, ae_vector* x, ae_vector* y, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpeproperties ( struct mlpensemble* ensemble, ae_int_t* nin, ae_int_t* nout, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlperandomize ( struct mlpensemble* ensemble, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlperelclserror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
mlpermserror ( struct mlpensemble* ensemble, ae_matrix* xy, ae_int_t npoints, struct ae_state* _state )1st 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, struct ae_state* _state )1st parameter 'ensemble' (pointer) has base type 'struct mlpensemble'.
interpolation.h
namespace alglib_impl
[+] struct lsfitstate (1)
| Change |
Effect |
1 | Size of this type has been changed from 2908 bytes to 2980 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (22)
_lsfitstate_owner::_lsfitstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct lsfitstate'.
_lsfitstate_owner::_lsfitstate_owner [in-charge] ( _lsfitstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct lsfitstate'.
_lsfitstate_owner::c_ptr ( )Field 'this->p_struct' in the object of this method has base type 'struct lsfitstate'.
_lsfitstate_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct lsfitstate'.
_lsfitstate_owner::operator = ( _lsfitstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct lsfitstate'.
_lsfitstate_owner::~_lsfitstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct lsfitstate'.
_lsfitstate_clear ( struct lsfitstate* p )1st parameter 'p' (pointer) has base type 'struct lsfitstate'.
_lsfitstate_init ( struct lsfitstate* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct lsfitstate'.
_lsfitstate_init_copy ( struct lsfitstate* dst, struct lsfitstate* src, struct ae_state* _state, bool make_automatic )2nd parameter 'src' (pointer) 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, struct 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, struct 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, struct 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, struct 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, struct 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, struct ae_state* _state )8th parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfititeration ( struct lsfitstate* state, struct 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, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitsetbc ( struct lsfitstate* state, ae_vector* bndl, ae_vector* bndu, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitsetcond ( struct lsfitstate* state, double epsf, double epsx, ae_int_t maxits, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitsetscale ( struct lsfitstate* state, ae_vector* s, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitsetstpmax ( struct lsfitstate* state, double stpmax, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
lsfitsetxrep ( struct lsfitstate* state, bool needxrep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct lsfitstate'.
[+] struct pspline2interpolant (1)
| Change |
Effect |
1 | Size of this type has been changed from 152 bytes to 160 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (17)
_pspline2interpolant_owner::_pspline2interpolant_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct pspline2interpolant'.
_pspline2interpolant_owner::_pspline2interpolant_owner [in-charge] ( _pspline2interpolant_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct pspline2interpolant'.
_pspline2interpolant_owner::c_ptr ( )Return value (pointer) has base type 'struct pspline2interpolant'.
_pspline2interpolant_owner::c_ptr ( ) constReturn value (pointer) has base type 'struct pspline2interpolant'.
_pspline2interpolant_owner::operator = ( _pspline2interpolant_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct pspline2interpolant'.
_pspline2interpolant_owner::~_pspline2interpolant_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct pspline2interpolant'.
_pspline2interpolant_clear ( struct pspline2interpolant* p )1st parameter 'p' (pointer) has base type 'struct pspline2interpolant'.
_pspline2interpolant_init ( struct pspline2interpolant* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct pspline2interpolant'.
_pspline2interpolant_init_copy ( struct pspline2interpolant* dst, struct pspline2interpolant* src, struct ae_state* _state, bool make_automatic )1st parameter 'dst' (pointer) has base type 'struct pspline2interpolant'.
pspline2arclength ( struct pspline2interpolant* p, double a, double b, struct ae_state* _state )1st parameter 'p' (pointer) has base type 'struct pspline2interpolant'.
pspline2build ( ae_matrix* xy, ae_int_t n, ae_int_t st, ae_int_t pt, struct pspline2interpolant* p, struct ae_state* _state )5th parameter 'p' (pointer) has base type 'struct pspline2interpolant'.
pspline2buildperiodic ( ae_matrix* xy, ae_int_t n, ae_int_t st, ae_int_t pt, struct pspline2interpolant* p, struct ae_state* _state )5th parameter 'p' (pointer) has base type 'struct pspline2interpolant'.
pspline2calc ( struct pspline2interpolant* p, double t, double* x, double* y, struct ae_state* _state )1st parameter 'p' (pointer) has base type 'struct pspline2interpolant'.
pspline2diff ( struct pspline2interpolant* p, double t, double* x, double* dx, double* y, double* dy, struct ae_state* _state )1st parameter 'p' (pointer) has base type 'struct pspline2interpolant'.
pspline2diff2 ( struct pspline2interpolant* p, double t, double* x, double* dx, double* d2x, double* y, double* dy, double* d2y, struct ae_state* _state )1st parameter 'p' (pointer) has base type 'struct pspline2interpolant'.
pspline2parametervalues ( struct pspline2interpolant* p, ae_int_t* n, ae_vector* t, struct ae_state* _state )1st parameter 'p' (pointer) has base type 'struct pspline2interpolant'.
pspline2tangent ( struct pspline2interpolant* p, double t, double* x, double* y, struct ae_state* _state )1st parameter 'p' (pointer) has base type 'struct pspline2interpolant'.
[+] struct pspline3interpolant (1)
| Change |
Effect |
1 | Size of this type has been changed from 212 bytes to 224 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (17)
_pspline3interpolant_owner::_pspline3interpolant_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct pspline3interpolant'.
_pspline3interpolant_owner::_pspline3interpolant_owner [in-charge] ( _pspline3interpolant_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct pspline3interpolant'.
_pspline3interpolant_owner::c_ptr ( )Field 'this->p_struct' in the object of this method has base type 'struct pspline3interpolant'.
_pspline3interpolant_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct pspline3interpolant'.
_pspline3interpolant_owner::operator = ( _pspline3interpolant_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct pspline3interpolant'.
_pspline3interpolant_owner::~_pspline3interpolant_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct pspline3interpolant'.
_pspline3interpolant_clear ( struct pspline3interpolant* p )1st parameter 'p' (pointer) has base type 'struct pspline3interpolant'.
_pspline3interpolant_init ( struct pspline3interpolant* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct pspline3interpolant'.
_pspline3interpolant_init_copy ( struct pspline3interpolant* dst, struct pspline3interpolant* src, struct ae_state* _state, bool make_automatic )2nd parameter 'src' (pointer) has base type 'struct pspline3interpolant'.
pspline3arclength ( struct pspline3interpolant* p, double a, double b, struct ae_state* _state )1st parameter 'p' (pointer) has base type 'struct pspline3interpolant'.
pspline3build ( ae_matrix* xy, ae_int_t n, ae_int_t st, ae_int_t pt, struct pspline3interpolant* p, struct ae_state* _state )5th parameter 'p' (pointer) has base type 'struct pspline3interpolant'.
pspline3buildperiodic ( ae_matrix* xy, ae_int_t n, ae_int_t st, ae_int_t pt, struct pspline3interpolant* p, struct ae_state* _state )5th parameter 'p' (pointer) has base type 'struct pspline3interpolant'.
pspline3calc ( struct pspline3interpolant* p, double t, double* x, double* y, double* z, struct ae_state* _state )1st parameter 'p' (pointer) has base type 'struct pspline3interpolant'.
pspline3diff ( struct pspline3interpolant* p, double t, double* x, double* dx, double* y, double* dy, double* z, double* dz, struct ae_state* _state )1st parameter 'p' (pointer) has base type 'struct pspline3interpolant'.
pspline3diff2 ( struct pspline3interpolant* p, double t, double* x, double* dx, double* d2x, double* y, double* dy, double* d2y, double* z, double* dz, double* d2z, struct ae_state* _state )1st parameter 'p' (pointer) has base type 'struct pspline3interpolant'.
pspline3parametervalues ( struct pspline3interpolant* p, ae_int_t* n, ae_vector* t, struct ae_state* _state )1st parameter 'p' (pointer) has base type 'struct pspline3interpolant'.
pspline3tangent ( struct pspline3interpolant* p, double t, double* x, double* y, double* z, struct ae_state* _state )1st parameter 'p' (pointer) has base type 'struct pspline3interpolant'.
[+] struct spline1dinterpolant (1)
| Change |
Effect |
1 | Size of this type has been changed from 60 bytes to 64 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (61)
_pspline2interpolant_owner::_pspline2interpolant_owner [in-charge] ( )Field 'this->p_struct->x' in the object of this method has type 'struct spline1dinterpolant'.
_pspline2interpolant_owner::_pspline2interpolant_owner [in-charge] ( _pspline2interpolant_owner const& rhs )Field 'rhs->p_struct->x' in 1st parameter 'rhs' (reference) has type 'struct spline1dinterpolant'.
_pspline2interpolant_owner::c_ptr ( )Field 'this->p_struct->x' in the object of this method has type 'struct spline1dinterpolant'.
_pspline2interpolant_owner::c_ptr ( ) constField 'this->p_struct->x' in the object of this method has type 'struct spline1dinterpolant'.
_pspline2interpolant_owner::operator = ( _pspline2interpolant_owner const& rhs )Field 'rhs->p_struct->x' in 1st parameter 'rhs' (reference) has type 'struct spline1dinterpolant'.
_pspline2interpolant_owner::~_pspline2interpolant_owner [in-charge] ( )Field 'this->p_struct->x' in the object of this method has type 'struct spline1dinterpolant'.
_pspline3interpolant_owner::_pspline3interpolant_owner [in-charge] ( )Field 'this->p_struct->x' in the object of this method has type 'struct spline1dinterpolant'.
_pspline3interpolant_owner::_pspline3interpolant_owner [in-charge] ( _pspline3interpolant_owner const& rhs )Field 'rhs->p_struct->x' in 1st parameter 'rhs' (reference) has type 'struct spline1dinterpolant'.
_pspline3interpolant_owner::c_ptr ( )Field 'this->p_struct->x' in the object of this method has type 'struct spline1dinterpolant'.
_pspline3interpolant_owner::c_ptr ( ) constField 'this->p_struct->x' in the object of this method has type 'struct spline1dinterpolant'.
_pspline3interpolant_owner::operator = ( _pspline3interpolant_owner const& rhs )Field 'rhs->p_struct->x' in 1st parameter 'rhs' (reference) has type 'struct spline1dinterpolant'.
_pspline3interpolant_owner::~_pspline3interpolant_owner [in-charge] ( )Field 'this->p_struct->x' in the object of this method has type 'struct spline1dinterpolant'.
_spline1dinterpolant_owner::_spline1dinterpolant_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct spline1dinterpolant'.
_spline1dinterpolant_owner::_spline1dinterpolant_owner [in-charge] ( _spline1dinterpolant_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct spline1dinterpolant'.
_spline1dinterpolant_owner::c_ptr ( )Field 'this->p_struct' in the object of this method has base type 'struct spline1dinterpolant'.
_spline1dinterpolant_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct spline1dinterpolant'.
_spline1dinterpolant_owner::operator = ( _spline1dinterpolant_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct spline1dinterpolant'.
_spline1dinterpolant_owner::~_spline1dinterpolant_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct spline1dinterpolant'.
_pspline2interpolant_clear ( struct pspline2interpolant* p )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
_pspline2interpolant_init ( struct pspline2interpolant* p, struct ae_state* _state, bool make_automatic )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
_pspline2interpolant_init_copy ( struct pspline2interpolant* dst, struct pspline2interpolant* src, struct ae_state* _state, bool make_automatic )Field 'src->x' in 2nd parameter 'src' (pointer) has type 'struct spline1dinterpolant'.
_pspline3interpolant_clear ( struct pspline3interpolant* p )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
_pspline3interpolant_init ( struct pspline3interpolant* p, struct ae_state* _state, bool make_automatic )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
_pspline3interpolant_init_copy ( struct pspline3interpolant* dst, struct pspline3interpolant* src, struct ae_state* _state, bool make_automatic )Field 'src->x' in 2nd parameter 'src' (pointer) has type 'struct spline1dinterpolant'.
_spline1dinterpolant_clear ( struct spline1dinterpolant* p )1st parameter 'p' (pointer) has base type 'struct spline1dinterpolant'.
_spline1dinterpolant_init ( struct spline1dinterpolant* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct spline1dinterpolant'.
_spline1dinterpolant_init_copy ( struct spline1dinterpolant* dst, struct spline1dinterpolant* src, struct ae_state* _state, bool make_automatic )2nd parameter 'src' (pointer) has base type 'struct spline1dinterpolant'.
pspline2arclength ( struct pspline2interpolant* p, double a, double b, struct ae_state* _state )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline2build ( ae_matrix* xy, ae_int_t n, ae_int_t st, ae_int_t pt, struct pspline2interpolant* p, struct ae_state* _state )Field 'p->x' in 5th parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline2buildperiodic ( ae_matrix* xy, ae_int_t n, ae_int_t st, ae_int_t pt, struct pspline2interpolant* p, struct ae_state* _state )Field 'p->x' in 5th parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline2calc ( struct pspline2interpolant* p, double t, double* x, double* y, struct ae_state* _state )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline2diff ( struct pspline2interpolant* p, double t, double* x, double* dx, double* y, double* dy, struct ae_state* _state )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline2diff2 ( struct pspline2interpolant* p, double t, double* x, double* dx, double* d2x, double* y, double* dy, double* d2y, struct ae_state* _state )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline2parametervalues ( struct pspline2interpolant* p, ae_int_t* n, ae_vector* t, struct ae_state* _state )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline2tangent ( struct pspline2interpolant* p, double t, double* x, double* y, struct ae_state* _state )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline3arclength ( struct pspline3interpolant* p, double a, double b, struct ae_state* _state )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline3build ( ae_matrix* xy, ae_int_t n, ae_int_t st, ae_int_t pt, struct pspline3interpolant* p, struct ae_state* _state )Field 'p->x' in 5th parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline3buildperiodic ( ae_matrix* xy, ae_int_t n, ae_int_t st, ae_int_t pt, struct pspline3interpolant* p, struct ae_state* _state )Field 'p->x' in 5th parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline3calc ( struct pspline3interpolant* p, double t, double* x, double* y, double* z, struct ae_state* _state )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline3diff ( struct pspline3interpolant* p, double t, double* x, double* dx, double* y, double* dy, double* z, double* dz, struct ae_state* _state )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline3diff2 ( struct pspline3interpolant* p, double t, double* x, double* dx, double* d2x, double* y, double* dy, double* d2y, double* z, double* dz, double* d2z, struct ae_state* _state )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline3parametervalues ( struct pspline3interpolant* p, ae_int_t* n, ae_vector* t, struct ae_state* _state )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
pspline3tangent ( struct pspline3interpolant* p, double t, double* x, double* y, double* z, struct ae_state* _state )Field 'p->x' in 1st parameter 'p' (pointer) has type 'struct spline1dinterpolant'.
spline1dbuildakima ( ae_vector* x, ae_vector* y, ae_int_t n, struct spline1dinterpolant* c, struct ae_state* _state )4th parameter 'c' (pointer) has base type 'struct spline1dinterpolant'.
spline1dbuildcatmullrom ( ae_vector* x, ae_vector* y, ae_int_t n, ae_int_t boundtype, double tension, struct spline1dinterpolant* c, struct ae_state* _state )6th parameter 'c' (pointer) has base type 'struct spline1dinterpolant'.
spline1dbuildcubic ( ae_vector* x, ae_vector* y, ae_int_t n, ae_int_t boundltype, double boundl, ae_int_t boundrtype, double boundr, struct spline1dinterpolant* c, struct ae_state* _state )8th parameter 'c' (pointer) has base type 'struct spline1dinterpolant'.
spline1dbuildhermite ( ae_vector* x, ae_vector* y, ae_vector* d, ae_int_t n, struct spline1dinterpolant* c, struct ae_state* _state )5th parameter 'c' (pointer) has base type 'struct spline1dinterpolant'.
spline1dbuildlinear ( ae_vector* x, ae_vector* y, ae_int_t n, struct spline1dinterpolant* c, struct ae_state* _state )4th parameter 'c' (pointer) has base type 'struct spline1dinterpolant'.
spline1dcalc ( struct spline1dinterpolant* c, double x, struct ae_state* _state )1st parameter 'c' (pointer) has base type 'struct spline1dinterpolant'.
spline1dcopy ( struct spline1dinterpolant* c, struct spline1dinterpolant* cc, struct ae_state* _state )1st parameter 'c' (pointer) has base type 'struct spline1dinterpolant'.
spline1ddiff ( struct spline1dinterpolant* c, double x, double* s, double* ds, double* d2s, struct ae_state* _state )1st parameter 'c' (pointer) has base type 'struct spline1dinterpolant'.
spline1dfitcubic ( ae_vector* x, ae_vector* y, ae_int_t n, ae_int_t m, ae_int_t* info, struct spline1dinterpolant* s, struct spline1dfitreport* rep, struct ae_state* _state )6th parameter 's' (pointer) has base type 'struct spline1dinterpolant'.
spline1dfitcubicwc ( ae_vector* x, ae_vector* y, ae_vector* w, ae_int_t n, ae_vector* xc, ae_vector* yc, ae_vector* dc, ae_int_t k, ae_int_t m, ae_int_t* info, struct spline1dinterpolant* s, struct spline1dfitreport* rep, struct ae_state* _state )11th parameter 's' (pointer) has base type 'struct spline1dinterpolant'.
spline1dfithermite ( ae_vector* x, ae_vector* y, ae_int_t n, ae_int_t m, ae_int_t* info, struct spline1dinterpolant* s, struct spline1dfitreport* rep, struct ae_state* _state )6th parameter 's' (pointer) has base type 'struct spline1dinterpolant'.
spline1dfithermitewc ( ae_vector* x, ae_vector* y, ae_vector* w, ae_int_t n, ae_vector* xc, ae_vector* yc, ae_vector* dc, ae_int_t k, ae_int_t m, ae_int_t* info, struct spline1dinterpolant* s, struct spline1dfitreport* rep, struct ae_state* _state )11th parameter 's' (pointer) has base type 'struct spline1dinterpolant'.
spline1dfitpenalized ( ae_vector* x, ae_vector* y, ae_int_t n, ae_int_t m, double rho, ae_int_t* info, struct spline1dinterpolant* s, struct spline1dfitreport* rep, struct ae_state* _state )7th parameter 's' (pointer) has base type 'struct spline1dinterpolant'.
spline1dfitpenalizedw ( ae_vector* x, ae_vector* y, ae_vector* w, ae_int_t n, ae_int_t m, double rho, ae_int_t* info, struct spline1dinterpolant* s, struct spline1dfitreport* rep, struct ae_state* _state )8th parameter 's' (pointer) has base type 'struct spline1dinterpolant'.
spline1dintegrate ( struct spline1dinterpolant* c, double x, struct ae_state* _state )1st parameter 'c' (pointer) has base type 'struct spline1dinterpolant'.
spline1dlintransx ( struct spline1dinterpolant* c, double a, double b, struct ae_state* _state )1st parameter 'c' (pointer) has base type 'struct spline1dinterpolant'.
spline1dlintransy ( struct spline1dinterpolant* c, double a, double b, struct ae_state* _state )1st parameter 'c' (pointer) has base type 'struct spline1dinterpolant'.
spline1dunpack ( struct spline1dinterpolant* c, ae_int_t* n, ae_matrix* tbl, struct ae_state* _state )1st parameter 'c' (pointer) has base type 'struct spline1dinterpolant'.
optimization.h
namespace alglib
[+] class minbleicreport (2)
| Change |
Effect |
1 | Field debugfeasgpaits 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 debugfeasqpits 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. |
[+] affected symbols (6)
minbleicreport::minbleicreport [in-charge] ( )This constructor is from 'minbleicreport' class.
minbleicreport::minbleicreport [in-charge] ( minbleicreport const& rhs )1st parameter 'rhs' (reference) has base type 'minbleicreport'.
minbleicreport::operator = ( minbleicreport const& rhs )1st parameter 'rhs' (reference) has base type 'minbleicreport'.
minbleicreport::~minbleicreport [in-charge] ( )This method is from 'minbleicreport' class.
minbleicresults ( minbleicstate const& state, real_1d_array& x, minbleicreport& rep )3rd parameter 'rep' (reference) has base type 'minbleicreport'.
minbleicresultsbuf ( minbleicstate const& state, real_1d_array& x, minbleicreport& rep )3rd parameter 'rep' (reference) has base type 'minbleicreport'.
optimization.h
namespace alglib_impl
[+] struct minbleicreport (3)
| Change |
Effect |
1 | Field debugfeasgpaits 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 debugfeasqpits 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 48 bytes to 56 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (35)
alglib::_mcpdstate_owner::_mcpdstate_owner [in-charge] ( )Field 'this->p_struct->br' in the object of this method has type 'struct minbleicreport'.
alglib::_mcpdstate_owner::_mcpdstate_owner [in-charge] ( alglib::_mcpdstate_owner const& rhs )Field 'rhs->p_struct->br' in 1st parameter 'rhs' (reference) has type 'struct minbleicreport'.
alglib::_mcpdstate_owner::c_ptr ( )Field 'this->p_struct->br' in the object of this method has type 'struct minbleicreport'.
alglib::_mcpdstate_owner::c_ptr ( ) constField 'this->p_struct->br' in the object of this method has type 'struct minbleicreport'.
alglib::_mcpdstate_owner::operator = ( alglib::_mcpdstate_owner const& rhs )Field 'rhs->p_struct->br' in 1st parameter 'rhs' (reference) has type 'struct minbleicreport'.
alglib::_mcpdstate_owner::~_mcpdstate_owner [in-charge] ( )Field 'this->p_struct->br' in the object of this method has type 'struct minbleicreport'.
alglib::_minbleicreport_owner::_minbleicreport_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minbleicreport'.
alglib::_minbleicreport_owner::_minbleicreport_owner [in-charge] ( alglib::_minbleicreport_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minbleicreport'.
alglib::_minbleicreport_owner::c_ptr ( )Return value (pointer) has base type 'struct minbleicreport'.
alglib::_minbleicreport_owner::c_ptr ( ) constReturn value (pointer) has base type 'struct minbleicreport'.
alglib::_minbleicreport_owner::operator = ( alglib::_minbleicreport_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minbleicreport'.
alglib::_minbleicreport_owner::~_minbleicreport_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minbleicreport'.
_mcpdstate_clear ( struct mcpdstate* p )Field 'p->br' in 1st parameter 'p' (pointer) has type 'struct minbleicreport'.
_mcpdstate_init ( struct mcpdstate* p, struct ae_state* _state, bool make_automatic )Field 'p->br' in 1st parameter 'p' (pointer) has type 'struct minbleicreport'.
_mcpdstate_init_copy ( struct mcpdstate* dst, struct mcpdstate* src, struct ae_state* _state, bool make_automatic )Field 'dst->br' in 1st parameter 'dst' (pointer) has type 'struct minbleicreport'.
_minbleicreport_clear ( struct minbleicreport* p )1st parameter 'p' (pointer) has base type 'struct minbleicreport'.
_minbleicreport_init ( struct minbleicreport* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct minbleicreport'.
_minbleicreport_init_copy ( struct minbleicreport* dst, struct minbleicreport* src, struct ae_state* _state, bool make_automatic )1st parameter 'dst' (pointer) has base type 'struct minbleicreport'.
mcpdaddbc ( struct mcpdstate* s, ae_int_t i, ae_int_t j, double bndl, double bndu, struct ae_state* _state )Field 's->br' in 1st parameter 's' (pointer) has type 'struct minbleicreport'.
mcpdaddec ( struct mcpdstate* s, ae_int_t i, ae_int_t j, double c, struct ae_state* _state )Field 's->br' in 1st parameter 's' (pointer) has type 'struct minbleicreport'.
mcpdaddtrack ( struct mcpdstate* s, ae_matrix* xy, ae_int_t k, struct ae_state* _state )Field 's->br' in 1st parameter 's' (pointer) has type 'struct minbleicreport'.
mcpdcreate ( ae_int_t n, struct mcpdstate* s, struct ae_state* _state )Field 's->br' in 2nd parameter 's' (pointer) has type 'struct minbleicreport'.
mcpdcreateentry ( ae_int_t n, ae_int_t entrystate, struct mcpdstate* s, struct ae_state* _state )Field 's->br' in 3rd parameter 's' (pointer) has type 'struct minbleicreport'.
mcpdcreateentryexit ( ae_int_t n, ae_int_t entrystate, ae_int_t exitstate, struct mcpdstate* s, struct ae_state* _state )Field 's->br' in 4th parameter 's' (pointer) has type 'struct minbleicreport'.
mcpdcreateexit ( ae_int_t n, ae_int_t exitstate, struct mcpdstate* s, struct ae_state* _state )Field 's->br' in 3rd parameter 's' (pointer) has type 'struct minbleicreport'.
mcpdresults ( struct mcpdstate* s, ae_matrix* p, struct mcpdreport* rep, struct ae_state* _state )Field 's->br' in 1st parameter 's' (pointer) has type 'struct minbleicreport'.
mcpdsetbc ( struct mcpdstate* s, ae_matrix* bndl, ae_matrix* bndu, struct ae_state* _state )Field 's->br' in 1st parameter 's' (pointer) has type 'struct minbleicreport'.
mcpdsetec ( struct mcpdstate* s, ae_matrix* ec, struct ae_state* _state )Field 's->br' in 1st parameter 's' (pointer) has type 'struct minbleicreport'.
mcpdsetlc ( struct mcpdstate* s, ae_matrix* c, ae_vector* ct, ae_int_t k, struct ae_state* _state )Field 's->br' in 1st parameter 's' (pointer) has type 'struct minbleicreport'.
mcpdsetpredictionweights ( struct mcpdstate* s, ae_vector* pw, struct ae_state* _state )Field 's->br' in 1st parameter 's' (pointer) has type 'struct minbleicreport'.
mcpdsetprior ( struct mcpdstate* s, ae_matrix* pp, struct ae_state* _state )Field 's->br' in 1st parameter 's' (pointer) has type 'struct minbleicreport'.
mcpdsettikhonovregularizer ( struct mcpdstate* s, double v, struct ae_state* _state )Field 's->br' in 1st parameter 's' (pointer) has type 'struct minbleicreport'.
mcpdsolve ( struct mcpdstate* s, struct ae_state* _state )Field 's->br' in 1st parameter 's' (pointer) has type 'struct minbleicreport'.
minbleicresults ( struct minbleicstate* state, ae_vector* x, struct minbleicreport* rep, struct ae_state* _state )3rd parameter 'rep' (pointer) has base type 'struct minbleicreport'.
minbleicresultsbuf ( struct minbleicstate* state, ae_vector* x, struct minbleicreport* rep, struct ae_state* _state )3rd parameter 'rep' (pointer) has base type 'struct minbleicreport'.
[+] struct minbleicstate (1)
| Change |
Effect |
1 | Size of this type has been changed from 2040 bytes to 2048 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (52)
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'.
_mcpdstate_clear ( struct mcpdstate* p )Field 'p->bs' in 1st parameter 'p' (pointer) has type 'struct minbleicstate'.
_mcpdstate_init ( struct mcpdstate* p, struct ae_state* _state, bool make_automatic )Field 'p->bs' in 1st parameter 'p' (pointer) has type 'struct minbleicstate'.
_mcpdstate_init_copy ( struct mcpdstate* dst, struct mcpdstate* src, struct ae_state* _state, bool make_automatic )Field 'src->bs' in 2nd parameter 'src' (pointer) has type 'struct minbleicstate'.
_minbleicstate_clear ( struct minbleicstate* p )1st parameter 'p' (pointer) has base type 'struct minbleicstate'.
_minbleicstate_init ( struct minbleicstate* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct minbleicstate'.
_minbleicstate_init_copy ( struct minbleicstate* dst, struct minbleicstate* src, struct ae_state* _state, bool make_automatic )1st parameter 'dst' (pointer) has base type 'struct minbleicstate'.
mcpdaddbc ( struct mcpdstate* s, ae_int_t i, ae_int_t j, double bndl, double bndu, struct 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, struct 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, struct ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdcreate ( ae_int_t n, struct mcpdstate* s, struct 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, struct 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, struct 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, struct 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, struct 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, struct ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdsetec ( struct mcpdstate* s, ae_matrix* ec, struct 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, struct ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdsetpredictionweights ( struct mcpdstate* s, ae_vector* pw, struct ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdsetprior ( struct mcpdstate* s, ae_matrix* pp, struct ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdsettikhonovregularizer ( struct mcpdstate* s, double v, struct ae_state* _state )Field 's->bs' in 1st parameter 's' (pointer) has type 'struct minbleicstate'.
mcpdsolve ( struct mcpdstate* s, struct 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, struct 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, struct ae_state* _state )4th parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleiciteration ( struct minbleicstate* state, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicrestartfrom ( struct minbleicstate* state, ae_vector* x, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicresults ( struct minbleicstate* state, ae_vector* x, struct minbleicreport* rep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicresultsbuf ( struct minbleicstate* state, ae_vector* x, struct minbleicreport* rep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetbarrierdecay ( struct minbleicstate* state, double mudecay, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetbarrierwidth ( struct minbleicstate* state, double mu, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetbc ( struct minbleicstate* state, ae_vector* bndl, ae_vector* bndu, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetinnercond ( struct minbleicstate* state, double epsg, double epsf, double epsx, struct 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, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetmaxits ( struct minbleicstate* state, ae_int_t maxits, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetoutercond ( struct minbleicstate* state, double epsx, double epsi, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetprecdefault ( struct minbleicstate* state, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetprecdiag ( struct minbleicstate* state, ae_vector* d, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetprecscale ( struct minbleicstate* state, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetscale ( struct minbleicstate* state, ae_vector* s, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetstpmax ( struct minbleicstate* state, double stpmax, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
minbleicsetxrep ( struct minbleicstate* state, bool needxrep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minbleicstate'.
[+] struct mincgstate (1)
| Change |
Effect |
1 | Field laststep has been renamed to lastgoodstep. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (80)
alglib::_mcpdstate_owner::_mcpdstate_owner [in-charge] ( )Field 'this->p_struct->bs->cgstate' in the object of this method has type 'struct mincgstate'.
alglib::_mcpdstate_owner::_mcpdstate_owner [in-charge] ( alglib::_mcpdstate_owner const& rhs )Field 'rhs->p_struct->bs->cgstate' in 1st parameter 'rhs' (reference) has type 'struct mincgstate'.
alglib::_mcpdstate_owner::c_ptr ( )Field 'this->p_struct->bs->cgstate' in the object of this method has type 'struct mincgstate'.
alglib::_mcpdstate_owner::c_ptr ( ) constField 'this->p_struct->bs->cgstate' in the object of this method has type 'struct mincgstate'.
alglib::_mcpdstate_owner::operator = ( alglib::_mcpdstate_owner const& rhs )Field 'rhs->p_struct->bs->cgstate' in 1st parameter 'rhs' (reference) has type 'struct mincgstate'.
alglib::_mcpdstate_owner::~_mcpdstate_owner [in-charge] ( )Field 'this->p_struct->bs->cgstate' in the object of this method has type 'struct mincgstate'.
alglib::_minbleicstate_owner::_minbleicstate_owner [in-charge] ( )Field 'this->p_struct->cgstate' in the object of this method has type 'struct mincgstate'.
alglib::_minbleicstate_owner::_minbleicstate_owner [in-charge] ( alglib::_minbleicstate_owner const& rhs )Field 'rhs->p_struct->cgstate' in 1st parameter 'rhs' (reference) has type 'struct mincgstate'.
alglib::_minbleicstate_owner::c_ptr ( )Field 'retval->cgstate' in return value (pointer) has type 'struct mincgstate'.
alglib::_minbleicstate_owner::c_ptr ( ) constField 'retval->cgstate' in return value (pointer) has type 'struct mincgstate'.
alglib::_minbleicstate_owner::operator = ( alglib::_minbleicstate_owner const& rhs )Field 'rhs->p_struct->cgstate' in 1st parameter 'rhs' (reference) has type 'struct mincgstate'.
alglib::_minbleicstate_owner::~_minbleicstate_owner [in-charge] ( )Field 'this->p_struct->cgstate' in the object of this method has type 'struct mincgstate'.
alglib::_mincgstate_owner::_mincgstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mincgstate'.
alglib::_mincgstate_owner::_mincgstate_owner [in-charge] ( alglib::_mincgstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mincgstate'.
alglib::_mincgstate_owner::c_ptr ( )Return value (pointer) has base type 'struct mincgstate'.
alglib::_mincgstate_owner::c_ptr ( ) constReturn value (pointer) has base type 'struct mincgstate'.
alglib::_mincgstate_owner::operator = ( alglib::_mincgstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mincgstate'.
alglib::_mincgstate_owner::~_mincgstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mincgstate'.
_mcpdstate_clear ( struct mcpdstate* p )Field 'p->bs->cgstate' in 1st parameter 'p' (pointer) has type 'struct mincgstate'.
_mcpdstate_init ( struct mcpdstate* p, struct ae_state* _state, bool make_automatic )Field 'p->bs->cgstate' in 1st parameter 'p' (pointer) has type 'struct mincgstate'.
_mcpdstate_init_copy ( struct mcpdstate* dst, struct mcpdstate* src, struct ae_state* _state, bool make_automatic )Field 'src->bs->cgstate' in 2nd parameter 'src' (pointer) has type 'struct mincgstate'.
_minbleicstate_clear ( struct minbleicstate* p )Field 'p->cgstate' in 1st parameter 'p' (pointer) has type 'struct mincgstate'.
_minbleicstate_init ( struct minbleicstate* p, struct ae_state* _state, bool make_automatic )Field 'p->cgstate' in 1st parameter 'p' (pointer) has type 'struct mincgstate'.
_minbleicstate_init_copy ( struct minbleicstate* dst, struct minbleicstate* src, struct ae_state* _state, bool make_automatic )Field 'src->cgstate' in 2nd parameter 'src' (pointer) has type 'struct mincgstate'.
_mincgstate_clear ( struct mincgstate* p )1st parameter 'p' (pointer) has base type 'struct mincgstate'.
_mincgstate_init ( struct mincgstate* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct mincgstate'.
_mincgstate_init_copy ( struct mincgstate* dst, struct mincgstate* src, struct ae_state* _state, bool make_automatic )1st parameter 'dst' (pointer) has base type 'struct mincgstate'.
mcpdaddbc ( struct mcpdstate* s, ae_int_t i, ae_int_t j, double bndl, double bndu, struct ae_state* _state )Field 's->bs->cgstate' in 1st parameter 's' (pointer) has type 'struct mincgstate'.
mcpdaddec ( struct mcpdstate* s, ae_int_t i, ae_int_t j, double c, struct ae_state* _state )Field 's->bs->cgstate' in 1st parameter 's' (pointer) has type 'struct mincgstate'.
mcpdaddtrack ( struct mcpdstate* s, ae_matrix* xy, ae_int_t k, struct ae_state* _state )Field 's->bs->cgstate' in 1st parameter 's' (pointer) has type 'struct mincgstate'.
mcpdcreate ( ae_int_t n, struct mcpdstate* s, struct ae_state* _state )Field 's->bs->cgstate' in 2nd parameter 's' (pointer) has type 'struct mincgstate'.
mcpdcreateentry ( ae_int_t n, ae_int_t entrystate, struct mcpdstate* s, struct ae_state* _state )Field 's->bs->cgstate' in 3rd parameter 's' (pointer) has type 'struct mincgstate'.
mcpdcreateentryexit ( ae_int_t n, ae_int_t entrystate, ae_int_t exitstate, struct mcpdstate* s, struct ae_state* _state )Field 's->bs->cgstate' in 4th parameter 's' (pointer) has type 'struct mincgstate'.
mcpdcreateexit ( ae_int_t n, ae_int_t exitstate, struct mcpdstate* s, struct ae_state* _state )Field 's->bs->cgstate' in 3rd parameter 's' (pointer) has type 'struct mincgstate'.
mcpdresults ( struct mcpdstate* s, ae_matrix* p, struct mcpdreport* rep, struct ae_state* _state )Field 's->bs->cgstate' in 1st parameter 's' (pointer) has type 'struct mincgstate'.
mcpdsetbc ( struct mcpdstate* s, ae_matrix* bndl, ae_matrix* bndu, struct ae_state* _state )Field 's->bs->cgstate' in 1st parameter 's' (pointer) has type 'struct mincgstate'.
mcpdsetec ( struct mcpdstate* s, ae_matrix* ec, struct ae_state* _state )Field 's->bs->cgstate' in 1st parameter 's' (pointer) has type 'struct mincgstate'.
mcpdsetlc ( struct mcpdstate* s, ae_matrix* c, ae_vector* ct, ae_int_t k, struct ae_state* _state )Field 's->bs->cgstate' in 1st parameter 's' (pointer) has type 'struct mincgstate'.
mcpdsetpredictionweights ( struct mcpdstate* s, ae_vector* pw, struct ae_state* _state )Field 's->bs->cgstate' in 1st parameter 's' (pointer) has type 'struct mincgstate'.
mcpdsetprior ( struct mcpdstate* s, ae_matrix* pp, struct ae_state* _state )Field 's->bs->cgstate' in 1st parameter 's' (pointer) has type 'struct mincgstate'.
mcpdsettikhonovregularizer ( struct mcpdstate* s, double v, struct ae_state* _state )Field 's->bs->cgstate' in 1st parameter 's' (pointer) has type 'struct mincgstate'.
mcpdsolve ( struct mcpdstate* s, struct ae_state* _state )Field 's->bs->cgstate' in 1st parameter 's' (pointer) has type 'struct mincgstate'.
minbleiccreate ( ae_int_t n, ae_vector* x, struct minbleicstate* state, struct ae_state* _state )Field 'state->cgstate' in 3rd parameter 'state' (pointer) has type 'struct mincgstate'.
minbleiccreatef ( ae_int_t n, ae_vector* x, double diffstep, struct minbleicstate* state, struct ae_state* _state )Field 'state->cgstate' in 4th parameter 'state' (pointer) has type 'struct mincgstate'.
minbleiciteration ( struct minbleicstate* state, struct ae_state* _state )Field 'state->cgstate' in 1st parameter 'state' (pointer) has type 'struct mincgstate'.
minbleicrestartfrom ( struct minbleicstate* state, ae_vector* x, struct ae_state* _state )Field 'state->cgstate' in 1st parameter 'state' (pointer) has type 'struct mincgstate'.
minbleicresults ( struct minbleicstate* state, ae_vector* x, struct minbleicreport* rep, struct ae_state* _state )Field 'state->cgstate' in 1st parameter 'state' (pointer) has type 'struct mincgstate'.
minbleicresultsbuf ( struct minbleicstate* state, ae_vector* x, struct minbleicreport* rep, struct ae_state* _state )Field 'state->cgstate' in 1st parameter 'state' (pointer) has type 'struct mincgstate'.
minbleicsetbarrierdecay ( struct minbleicstate* state, double mudecay, struct ae_state* _state )Field 'state->cgstate' in 1st parameter 'state' (pointer) has type 'struct mincgstate'.
minbleicsetbarrierwidth ( struct minbleicstate* state, double mu, struct ae_state* _state )Field 'state->cgstate' in 1st parameter 'state' (pointer) has type 'struct mincgstate'.
minbleicsetbc ( struct minbleicstate* state, ae_vector* bndl, ae_vector* bndu, struct ae_state* _state )Field 'state->cgstate' in 1st parameter 'state' (pointer) has type 'struct mincgstate'.
minbleicsetinnercond ( struct minbleicstate* state, double epsg, double epsf, double epsx, struct ae_state* _state )Field 'state->cgstate' in 1st parameter 'state' (pointer) has type 'struct mincgstate'.
minbleicsetlc ( struct minbleicstate* state, ae_matrix* c, ae_vector* ct, ae_int_t k, struct ae_state* _state )Field 'state->cgstate' in 1st parameter 'state' (pointer) has type 'struct mincgstate'.
minbleicsetmaxits ( struct minbleicstate* state, ae_int_t maxits, struct ae_state* _state )Field 'state->cgstate' in 1st parameter 'state' (pointer) has type 'struct mincgstate'.
minbleicsetoutercond ( struct minbleicstate* state, double epsx, double epsi, struct ae_state* _state )Field 'state->cgstate' in 1st parameter 'state' (pointer) has type 'struct mincgstate'.
minbleicsetprecdefault ( struct minbleicstate* state, struct ae_state* _state )Field 'state->cgstate' in 1st parameter 'state' (pointer) has type 'struct mincgstate'.
minbleicsetprecdiag ( struct minbleicstate* state, ae_vector* d, struct ae_state* _state )Field 'state->cgstate' in 1st parameter 'state' (pointer) has type 'struct mincgstate'.
minbleicsetprecscale ( struct minbleicstate* state, struct ae_state* _state )Field 'state->cgstate' in 1st parameter 'state' (pointer) has type 'struct mincgstate'.
minbleicsetscale ( struct minbleicstate* state, ae_vector* s, struct ae_state* _state )Field 'state->cgstate' in 1st parameter 'state' (pointer) has type 'struct mincgstate'.
minbleicsetstpmax ( struct minbleicstate* state, double stpmax, struct ae_state* _state )Field 'state->cgstate' in 1st parameter 'state' (pointer) has type 'struct mincgstate'.
minbleicsetxrep ( struct minbleicstate* state, bool needxrep, struct ae_state* _state )Field 'state->cgstate' in 1st parameter 'state' (pointer) has type 'struct mincgstate'.
mincgcreate ( ae_int_t n, ae_vector* x, struct mincgstate* state, struct ae_state* _state )3rd parameter 'state' (pointer) has base type 'struct mincgstate'.
mincgcreatef ( ae_int_t n, ae_vector* x, double diffstep, struct mincgstate* state, struct ae_state* _state )4th parameter 'state' (pointer) has base type 'struct mincgstate'.
mincgiteration ( struct mincgstate* state, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct mincgstate'.
mincgrestartfrom ( struct mincgstate* state, ae_vector* x, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct mincgstate'.
mincgresults ( struct mincgstate* state, ae_vector* x, struct mincgreport* rep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct mincgstate'.
mincgresultsbuf ( struct mincgstate* state, ae_vector* x, struct mincgreport* rep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct mincgstate'.
mincgsetcgtype ( struct mincgstate* state, ae_int_t cgtype, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct mincgstate'.
mincgsetcond ( struct mincgstate* state, double epsg, double epsf, double epsx, ae_int_t maxits, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct mincgstate'.
mincgsetdrep ( struct mincgstate* state, bool needdrep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct mincgstate'.
mincgsetprecdefault ( struct mincgstate* state, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct mincgstate'.
mincgsetprecdiag ( struct mincgstate* state, ae_vector* d, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct mincgstate'.
mincgsetprecdiagfast ( struct mincgstate* state, ae_vector* d, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct mincgstate'.
mincgsetpreclowrankfast ( struct mincgstate* state, ae_vector* d1, ae_vector* c, ae_matrix* v, ae_int_t vcnt, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct mincgstate'.
mincgsetprecscale ( struct mincgstate* state, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct mincgstate'.
mincgsetprecvarpart ( struct mincgstate* state, ae_vector* d2, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct mincgstate'.
mincgsetscale ( struct mincgstate* state, ae_vector* s, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct mincgstate'.
mincgsetstpmax ( struct mincgstate* state, double stpmax, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct mincgstate'.
mincgsetxrep ( struct mincgstate* state, bool needxrep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct mincgstate'.
mincgsuggeststep ( struct mincgstate* state, double stp, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct mincgstate'.
[+] struct minlmstate (1)
| Change |
Effect |
1 | Size of this type has been changed from 2392 bytes to 2464 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (47)
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'.
_lsfitstate_clear ( struct lsfitstate* p )Field 'p->optstate' in 1st parameter 'p' (pointer) has type 'struct minlmstate'.
_lsfitstate_init ( struct lsfitstate* p, struct ae_state* _state, bool make_automatic )Field 'p->optstate' in 1st parameter 'p' (pointer) has type 'struct minlmstate'.
_lsfitstate_init_copy ( struct lsfitstate* dst, struct lsfitstate* src, struct ae_state* _state, bool make_automatic )Field 'src->optstate' in 2nd parameter 'src' (pointer) has type 'struct minlmstate'.
_minlmstate_clear ( struct minlmstate* p )1st parameter 'p' (pointer) has base type 'struct minlmstate'.
_minlmstate_init ( struct minlmstate* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct minlmstate'.
_minlmstate_init_copy ( struct minlmstate* dst, struct minlmstate* src, struct ae_state* _state, bool make_automatic )2nd parameter 'src' (pointer) 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, struct 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, struct 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, struct 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, struct 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, struct 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, struct ae_state* _state )Field 'state->optstate' in 8th parameter 'state' (pointer) has type 'struct minlmstate'.
lsfititeration ( struct lsfitstate* state, struct 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, struct 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, struct 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, struct ae_state* _state )Field 'state->optstate' in 1st parameter 'state' (pointer) has type 'struct minlmstate'.
lsfitsetscale ( struct lsfitstate* state, ae_vector* s, struct ae_state* _state )Field 'state->optstate' in 1st parameter 'state' (pointer) has type 'struct minlmstate'.
lsfitsetstpmax ( struct lsfitstate* state, double stpmax, struct ae_state* _state )Field 'state->optstate' in 1st parameter 'state' (pointer) has type 'struct minlmstate'.
lsfitsetxrep ( struct lsfitstate* state, bool needxrep, struct 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, struct 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, struct 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, struct 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, struct 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, struct 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, struct ae_state* _state )4th parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmiteration ( struct minlmstate* state, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmrestartfrom ( struct minlmstate* state, ae_vector* x, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmresults ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmresultsbuf ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmsetacctype ( struct minlmstate* state, ae_int_t acctype, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmsetbc ( struct minlmstate* state, ae_vector* bndl, ae_vector* bndu, struct 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, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmsetscale ( struct minlmstate* state, ae_vector* s, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmsetstpmax ( struct minlmstate* state, double stpmax, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
minlmsetxrep ( struct minlmstate* state, bool needxrep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlmstate'.
[+] struct minqpstate (3)
| Change |
Effect |
1 | Size of this type has been changed from 780 bytes to 852 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Field activeconstraints has been renamed to xcand0. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
3 | Field prevactiveconstraints has been renamed to xcand1. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (71)
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'.
_lsfitstate_clear ( struct lsfitstate* p )Field 'p->optstate->qpstate' in 1st parameter 'p' (pointer) has type 'struct minqpstate'.
_lsfitstate_init ( struct lsfitstate* p, struct ae_state* _state, bool make_automatic )Field 'p->optstate->qpstate' in 1st parameter 'p' (pointer) has type 'struct minqpstate'.
_lsfitstate_init_copy ( struct lsfitstate* dst, struct lsfitstate* src, struct ae_state* _state, bool make_automatic )Field 'dst->optstate->qpstate' in 1st parameter 'dst' (pointer) has type 'struct minqpstate'.
_minlmstate_clear ( struct minlmstate* p )Field 'p->qpstate' in 1st parameter 'p' (pointer) has type 'struct minqpstate'.
_minlmstate_init ( struct minlmstate* p, struct ae_state* _state, bool make_automatic )Field 'p->qpstate' in 1st parameter 'p' (pointer) has type 'struct minqpstate'.
_minlmstate_init_copy ( struct minlmstate* dst, struct minlmstate* src, struct ae_state* _state, bool make_automatic )Field 'src->qpstate' in 2nd parameter 'src' (pointer) has type 'struct minqpstate'.
_minqpstate_clear ( struct minqpstate* p )1st parameter 'p' (pointer) has base type 'struct minqpstate'.
_minqpstate_init ( struct minqpstate* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct minqpstate'.
_minqpstate_init_copy ( struct minqpstate* dst, struct minqpstate* src, struct ae_state* _state, bool make_automatic )1st parameter 'dst' (pointer) 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, struct 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, struct 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, struct 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, struct 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, struct 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, struct ae_state* _state )Field 'state->optstate->qpstate' in 8th parameter 'state' (pointer) has type 'struct minqpstate'.
lsfititeration ( struct lsfitstate* state, struct 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, struct 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, struct 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, struct ae_state* _state )Field 'state->optstate->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
lsfitsetscale ( struct lsfitstate* state, ae_vector* s, struct ae_state* _state )Field 'state->optstate->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
lsfitsetstpmax ( struct lsfitstate* state, double stpmax, struct ae_state* _state )Field 'state->optstate->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
lsfitsetxrep ( struct lsfitstate* state, bool needxrep, struct 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, struct 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, struct 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, struct 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, struct 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, struct 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, struct ae_state* _state )Field 'state->qpstate' in 4th parameter 'state' (pointer) has type 'struct minqpstate'.
minlmiteration ( struct minlmstate* state, struct ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmrestartfrom ( struct minlmstate* state, ae_vector* x, struct 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, struct 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, struct ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetacctype ( struct minlmstate* state, ae_int_t acctype, struct 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, struct 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, struct ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetscale ( struct minlmstate* state, ae_vector* s, struct ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetstpmax ( struct minlmstate* state, double stpmax, struct ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minlmsetxrep ( struct minlmstate* state, bool needxrep, struct ae_state* _state )Field 'state->qpstate' in 1st parameter 'state' (pointer) has type 'struct minqpstate'.
minqpcreate ( ae_int_t n, struct minqpstate* state, struct ae_state* _state )2nd parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpoptimize ( struct minqpstate* state, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpresults ( struct minqpstate* state, ae_vector* x, struct minqpreport* rep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpresultsbuf ( struct minqpstate* state, ae_vector* x, struct minqpreport* rep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqprewritediagonal ( struct minqpstate* state, ae_vector* s, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetalgocholesky ( struct minqpstate* state, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetbc ( struct minqpstate* state, ae_vector* bndl, ae_vector* bndu, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetlinearterm ( struct minqpstate* state, ae_vector* b, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetlineartermfast ( struct minqpstate* state, ae_vector* b, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetorigin ( struct minqpstate* state, ae_vector* xorigin, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetoriginfast ( struct minqpstate* state, ae_vector* xorigin, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetquadraticterm ( struct minqpstate* state, ae_matrix* a, bool isupper, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetquadratictermfast ( struct minqpstate* state, ae_matrix* a, bool isupper, double s, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetstartingpoint ( struct minqpstate* state, ae_vector* x, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
minqpsetstartingpointfast ( struct minqpstate* state, ae_vector* x, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minqpstate'.
to the top
Problems with Symbols, Low Severity (4)
ap.h,
libalglib.so
namespace alglib
[+] randominteger ( int maxv ) (2)
changed to:randominteger ( ae_int_t maxv )
[symbol: _ZN6alglib13randomintegerEi]
| Change | Effect |
---|
1 | Type of 1st parameter maxv has been changed from int to ae_int_t. | Replacement of parameter data type may indicate a change in its semantic meaning. |
2 | Type of return value has been changed from int to ae_int_t. | Replacement of return type may indicate a change in its semantic meaning. |
ap.h,
libalglib.so
namespace alglib_impl
[+] ae_atan2 ( double x, double y, struct ae_state* state ) (2)
changed to:ae_atan2 ( double y, double x, struct ae_state* state )
[symbol: _ZN11alglib_impl8ae_atan2EddPNS_8ae_stateE]
| Change | Effect |
---|
1 | 1st parameter x has been renamed to y. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 2nd parameter y has been renamed to x. | 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