Binary compatibility report for the ALGLIB library between 3.5.0 and 3.6.0 versions on x86
Test Info
Library Name | ALGLIB |
Version #1 | 3.5.0 |
Version #2 | 3.6.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 14 |
Total Shared Libraries | 1 |
Total Symbols / Types | 3264 / 928 |
Verdict | Incompatible (8.5%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 90 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 15 |
Medium | 59 |
Low | 34 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (90)
interpolation.h,
libalglib.so
namespace alglib
_spline3dinterpolant_owner::_spline3dinterpolant_owner [in-charge] ( )
[symbol: _ZN6alglib26_spline3dinterpolant_ownerC1Ev]
_spline3dinterpolant_owner::_spline3dinterpolant_owner [in-charge] ( _spline3dinterpolant_owner const& rhs )
[symbol: _ZN6alglib26_spline3dinterpolant_ownerC1ERKS0_]
_spline3dinterpolant_owner::_spline3dinterpolant_owner [not-in-charge] ( )
[symbol: _ZN6alglib26_spline3dinterpolant_ownerC2Ev]
_spline3dinterpolant_owner::_spline3dinterpolant_owner [not-in-charge] ( _spline3dinterpolant_owner const& rhs )
[symbol: _ZN6alglib26_spline3dinterpolant_ownerC2ERKS0_]
_spline3dinterpolant_owner::c_ptr ( )
[symbol: _ZN6alglib26_spline3dinterpolant_owner5c_ptrEv]
_spline3dinterpolant_owner::c_ptr ( ) const
[symbol: _ZNK6alglib26_spline3dinterpolant_owner5c_ptrEv]
_spline3dinterpolant_owner::operator = ( _spline3dinterpolant_owner const& rhs )
[symbol: _ZN6alglib26_spline3dinterpolant_owneraSERKS0_]
_spline3dinterpolant_owner::~_spline3dinterpolant_owner [in-charge-deleting] ( )
[symbol: _ZN6alglib26_spline3dinterpolant_ownerD0Ev]
_spline3dinterpolant_owner::~_spline3dinterpolant_owner [in-charge] ( )
[symbol: _ZN6alglib26_spline3dinterpolant_ownerD1Ev]
_spline3dinterpolant_owner::~_spline3dinterpolant_owner [not-in-charge] ( )
[symbol: _ZN6alglib26_spline3dinterpolant_ownerD2Ev]
lsfitsetgradientcheck ( lsfitstate const& state, double const teststep )
[symbol: _ZN6alglib21lsfitsetgradientcheckERKNS_10lsfitstateEd]
spline1dbuildmonotone ( real_1d_array const& x, real_1d_array const& y, ae_int_t const n, spline1dinterpolant& c )
[symbol: _ZN6alglib21spline1dbuildmonotoneERKNS_13real_1d_arrayES2_iRNS_19spline1dinterpolantE]
spline1dbuildmonotone ( real_1d_array const& x, real_1d_array const& y, spline1dinterpolant& c )
[symbol: _ZN6alglib21spline1dbuildmonotoneERKNS_13real_1d_arrayES2_RNS_19spline1dinterpolantE]
spline2dbuildbicubicv ( real_1d_array const& x, ae_int_t const n, real_1d_array const& y, ae_int_t const m, real_1d_array const& f, ae_int_t const d, spline2dinterpolant& c )
[symbol: _ZN6alglib21spline2dbuildbicubicvERKNS_13real_1d_arrayEiS2_iS2_iRNS_19spline2dinterpolantE]
spline2dbuildbilinearv ( real_1d_array const& x, ae_int_t const n, real_1d_array const& y, ae_int_t const m, real_1d_array const& f, ae_int_t const d, spline2dinterpolant& c )
[symbol: _ZN6alglib22spline2dbuildbilinearvERKNS_13real_1d_arrayEiS2_iS2_iRNS_19spline2dinterpolantE]
spline2dcalcv ( spline2dinterpolant const& c, double const x, double const y, real_1d_array& f )
[symbol: _ZN6alglib13spline2dcalcvERKNS_19spline2dinterpolantEddRNS_13real_1d_arrayE]
spline2dcalcvbuf ( spline2dinterpolant const& c, double const x, double const y, real_1d_array& f )
[symbol: _ZN6alglib16spline2dcalcvbufERKNS_19spline2dinterpolantEddRNS_13real_1d_arrayE]
spline2dcopy ( spline2dinterpolant const& c, spline2dinterpolant& cc )
[symbol: _ZN6alglib12spline2dcopyERKNS_19spline2dinterpolantERS0_]
spline2dunpackv ( spline2dinterpolant const& c, ae_int_t& m, ae_int_t& n, ae_int_t& d, real_2d_array& tbl )
[symbol: _ZN6alglib15spline2dunpackvERKNS_19spline2dinterpolantERiS3_S3_RNS_13real_2d_arrayE]
spline3dbuildtrilinearv ( real_1d_array const& x, ae_int_t const n, real_1d_array const& y, ae_int_t const m, real_1d_array const& z, ae_int_t const l, real_1d_array const& f, ae_int_t const d, spline3dinterpolant& c )
[symbol: _ZN6alglib23spline3dbuildtrilinearvERKNS_13real_1d_arrayEiS2_iS2_iS2_iRNS_19spline3dinterpolantE]
spline3dcalc ( spline3dinterpolant const& c, double const x, double const y, double const z )
[symbol: _ZN6alglib12spline3dcalcERKNS_19spline3dinterpolantEddd]
spline3dcalcv ( spline3dinterpolant const& c, double const x, double const y, double const z, real_1d_array& f )
[symbol: _ZN6alglib13spline3dcalcvERKNS_19spline3dinterpolantEdddRNS_13real_1d_arrayE]
spline3dcalcvbuf ( spline3dinterpolant const& c, double const x, double const y, double const z, real_1d_array& f )
[symbol: _ZN6alglib16spline3dcalcvbufERKNS_19spline3dinterpolantEdddRNS_13real_1d_arrayE]
spline3dinterpolant::operator = ( spline3dinterpolant const& rhs )
[symbol: _ZN6alglib19spline3dinterpolantaSERKS0_]
spline3dinterpolant::spline3dinterpolant [in-charge] ( )
[symbol: _ZN6alglib19spline3dinterpolantC1Ev]
spline3dinterpolant::spline3dinterpolant [in-charge] ( spline3dinterpolant const& rhs )
[symbol: _ZN6alglib19spline3dinterpolantC1ERKS0_]
spline3dinterpolant::spline3dinterpolant [not-in-charge] ( )
[symbol: _ZN6alglib19spline3dinterpolantC2Ev]
spline3dinterpolant::spline3dinterpolant [not-in-charge] ( spline3dinterpolant const& rhs )
[symbol: _ZN6alglib19spline3dinterpolantC2ERKS0_]
spline3dinterpolant::~spline3dinterpolant [in-charge-deleting] ( )
[symbol: _ZN6alglib19spline3dinterpolantD0Ev]
spline3dinterpolant::~spline3dinterpolant [in-charge] ( )
[symbol: _ZN6alglib19spline3dinterpolantD1Ev]
spline3dinterpolant::~spline3dinterpolant [not-in-charge] ( )
[symbol: _ZN6alglib19spline3dinterpolantD2Ev]
spline3dlintransf ( spline3dinterpolant const& c, double const a, double const b )
[symbol: _ZN6alglib17spline3dlintransfERKNS_19spline3dinterpolantEdd]
spline3dlintransxyz ( spline3dinterpolant const& c, double const ax, double const bx, double const ay, double const by, double const az, double const bz )
[symbol: _ZN6alglib19spline3dlintransxyzERKNS_19spline3dinterpolantEdddddd]
spline3dresampletrilinear ( real_1d_array const& a, ae_int_t const oldzcount, ae_int_t const oldycount, ae_int_t const oldxcount, ae_int_t const newzcount, ae_int_t const newycount, ae_int_t const newxcount, real_1d_array& b )
[symbol: _ZN6alglib25spline3dresampletrilinearERKNS_13real_1d_arrayEiiiiiiRS0_]
spline3dunpackv ( spline3dinterpolant const& c, ae_int_t& n, ae_int_t& m, ae_int_t& l, ae_int_t& d, ae_int_t& stype, real_2d_array& tbl )
[symbol: _ZN6alglib15spline3dunpackvERKNS_19spline3dinterpolantERiS3_S3_S3_S3_RNS_13real_2d_arrayE]
interpolation.h,
libalglib.so
namespace alglib_impl
_spline3dinterpolant_clear ( struct spline3dinterpolant* p )
[symbol: _ZN11alglib_impl26_spline3dinterpolant_clearEPNS_19spline3dinterpolantE]
_spline3dinterpolant_init ( struct spline3dinterpolant* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl25_spline3dinterpolant_initEPNS_19spline3dinterpolantEPNS_8ae_stateEb]
_spline3dinterpolant_init_copy ( struct spline3dinterpolant* dst, struct spline3dinterpolant* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl30_spline3dinterpolant_init_copyEPNS_19spline3dinterpolantES1_PNS_8ae_stateEb]
lsfitsetgradientcheck ( struct lsfitstate* state, double teststep, struct ae_state* _state )
[symbol: _ZN11alglib_impl21lsfitsetgradientcheckEPNS_10lsfitstateEdPNS_8ae_stateE]
spline1dbuildmonotone ( ae_vector* x, ae_vector* y, ae_int_t n, struct spline1dinterpolant* c, struct ae_state* _state )
[symbol: _ZN11alglib_impl21spline1dbuildmonotoneEPNS_9ae_vectorES1_iPNS_19spline1dinterpolantEPNS_8ae_stateE]
spline2dbuildbicubicv ( ae_vector* x, ae_int_t n, ae_vector* y, ae_int_t m, ae_vector* f, ae_int_t d, struct spline2dinterpolant* c, struct ae_state* _state )
[symbol: _ZN11alglib_impl21spline2dbuildbicubicvEPNS_9ae_vectorEiS1_iS1_iPNS_19spline2dinterpolantEPNS_8ae_stateE]
spline2dbuildbilinearv ( ae_vector* x, ae_int_t n, ae_vector* y, ae_int_t m, ae_vector* f, ae_int_t d, struct spline2dinterpolant* c, struct ae_state* _state )
[symbol: _ZN11alglib_impl22spline2dbuildbilinearvEPNS_9ae_vectorEiS1_iS1_iPNS_19spline2dinterpolantEPNS_8ae_stateE]
spline2dcalcv ( struct spline2dinterpolant* c, double x, double y, ae_vector* f, struct ae_state* _state )
[symbol: _ZN11alglib_impl13spline2dcalcvEPNS_19spline2dinterpolantEddPNS_9ae_vectorEPNS_8ae_stateE]
spline2dcalcvbuf ( struct spline2dinterpolant* c, double x, double y, ae_vector* f, struct ae_state* _state )
[symbol: _ZN11alglib_impl16spline2dcalcvbufEPNS_19spline2dinterpolantEddPNS_9ae_vectorEPNS_8ae_stateE]
spline2dunpackv ( struct spline2dinterpolant* c, ae_int_t* m, ae_int_t* n, ae_int_t* d, ae_matrix* tbl, struct ae_state* _state )
[symbol: _ZN11alglib_impl15spline2dunpackvEPNS_19spline2dinterpolantEPiS2_S2_PNS_9ae_matrixEPNS_8ae_stateE]
spline3dbuildtrilinearv ( ae_vector* x, ae_int_t n, ae_vector* y, ae_int_t m, ae_vector* z, ae_int_t l, ae_vector* f, ae_int_t d, struct spline3dinterpolant* c, struct ae_state* _state )
[symbol: _ZN11alglib_impl23spline3dbuildtrilinearvEPNS_9ae_vectorEiS1_iS1_iS1_iPNS_19spline3dinterpolantEPNS_8ae_stateE]
spline3dcalc ( struct spline3dinterpolant* c, double x, double y, double z, struct ae_state* _state )
[symbol: _ZN11alglib_impl12spline3dcalcEPNS_19spline3dinterpolantEdddPNS_8ae_stateE]
spline3dcalcv ( struct spline3dinterpolant* c, double x, double y, double z, ae_vector* f, struct ae_state* _state )
[symbol: _ZN11alglib_impl13spline3dcalcvEPNS_19spline3dinterpolantEdddPNS_9ae_vectorEPNS_8ae_stateE]
spline3dcalcvbuf ( struct spline3dinterpolant* c, double x, double y, double z, ae_vector* f, struct ae_state* _state )
[symbol: _ZN11alglib_impl16spline3dcalcvbufEPNS_19spline3dinterpolantEdddPNS_9ae_vectorEPNS_8ae_stateE]
spline3dcopy ( struct spline3dinterpolant* c, struct spline3dinterpolant* cc, struct ae_state* _state )
[symbol: _ZN11alglib_impl12spline3dcopyEPNS_19spline3dinterpolantES1_PNS_8ae_stateE]
spline3dlintransf ( struct spline3dinterpolant* c, double a, double b, struct ae_state* _state )
[symbol: _ZN11alglib_impl17spline3dlintransfEPNS_19spline3dinterpolantEddPNS_8ae_stateE]
spline3dlintransxyz ( struct spline3dinterpolant* c, double ax, double bx, double ay, double by, double az, double bz, struct ae_state* _state )
[symbol: _ZN11alglib_impl19spline3dlintransxyzEPNS_19spline3dinterpolantEddddddPNS_8ae_stateE]
spline3dresampletrilinear ( ae_vector* a, ae_int_t oldzcount, ae_int_t oldycount, ae_int_t oldxcount, ae_int_t newzcount, ae_int_t newycount, ae_int_t newxcount, ae_vector* b, struct ae_state* _state )
[symbol: _ZN11alglib_impl25spline3dresampletrilinearEPNS_9ae_vectorEiiiiiiS1_PNS_8ae_stateE]
spline3dunpackv ( struct spline3dinterpolant* c, ae_int_t* n, ae_int_t* m, ae_int_t* l, ae_int_t* d, ae_int_t* stype, ae_matrix* tbl, struct ae_state* _state )
[symbol: _ZN11alglib_impl15spline3dunpackvEPNS_19spline3dinterpolantEPiS2_S2_S2_S2_PNS_9ae_matrixEPNS_8ae_stateE]
linalg.h,
libalglib.so
namespace alglib
sparseenumerate ( sparsematrix const& s, ae_int_t& t0, ae_int_t& t1, ae_int_t& i, ae_int_t& j, double& v )
[symbol: _ZN6alglib15sparseenumerateERKNS_12sparsematrixERiS3_S3_S3_Rd]
sparserewriteexisting ( sparsematrix const& s, ae_int_t const i, ae_int_t const j, double const v )
[symbol: _ZN6alglib21sparserewriteexistingERKNS_12sparsematrixEiid]
linalg.h,
libalglib.so
namespace alglib_impl
sparseenumerate ( struct sparsematrix* s, ae_int_t* t0, ae_int_t* t1, ae_int_t* i, ae_int_t* j, double* v, struct ae_state* _state )
[symbol: _ZN11alglib_impl15sparseenumerateEPNS_12sparsematrixEPiS2_S2_S2_PdPNS_8ae_stateE]
sparserewriteexisting ( struct sparsematrix* s, ae_int_t i, ae_int_t j, double v, struct ae_state* _state )
[symbol: _ZN11alglib_impl21sparserewriteexistingEPNS_12sparsematrixEiidPNS_8ae_stateE]
optimization.h,
libalglib.so
namespace alglib
minbleicsetgradientcheck ( minbleicstate const& state, double const teststep )
[symbol: _ZN6alglib24minbleicsetgradientcheckERKNS_13minbleicstateEd]
mincgsetgradientcheck ( mincgstate const& state, double const teststep )
[symbol: _ZN6alglib21mincgsetgradientcheckERKNS_10mincgstateEd]
minlbfgssetgradientcheck ( minlbfgsstate const& state, double const teststep )
[symbol: _ZN6alglib24minlbfgssetgradientcheckERKNS_13minlbfgsstateEd]
minlmsetgradientcheck ( minlmstate const& state, double const teststep )
[symbol: _ZN6alglib21minlmsetgradientcheckERKNS_10minlmstateEd]
minqpsetlc ( minqpstate const& state, real_2d_array const& c, integer_1d_array const& ct )
[symbol: _ZN6alglib10minqpsetlcERKNS_10minqpstateERKNS_13real_2d_arrayERKNS_16integer_1d_arrayE]
minqpsetlc ( minqpstate const& state, real_2d_array const& c, integer_1d_array const& ct, ae_int_t const k )
[symbol: _ZN6alglib10minqpsetlcERKNS_10minqpstateERKNS_13real_2d_arrayERKNS_16integer_1d_arrayEi]
optimization.h,
libalglib.so
namespace alglib_impl
_convexquadraticmodel_clear ( struct convexquadraticmodel* p )
[symbol: _ZN11alglib_impl27_convexquadraticmodel_clearEPNS_20convexquadraticmodelE]
_convexquadraticmodel_init ( struct convexquadraticmodel* p, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl26_convexquadraticmodel_initEPNS_20convexquadraticmodelEPNS_8ae_stateEb]
_convexquadraticmodel_init_copy ( struct convexquadraticmodel* dst, struct convexquadraticmodel* src, struct ae_state* _state, bool make_automatic )
[symbol: _ZN11alglib_impl31_convexquadraticmodel_init_copyEPNS_20convexquadraticmodelES1_PNS_8ae_stateEb]
cqmadx ( struct convexquadraticmodel* s, ae_vector* x, ae_vector* y, struct ae_state* _state )
[symbol: _ZN11alglib_impl6cqmadxEPNS_20convexquadraticmodelEPNS_9ae_vectorES3_PNS_8ae_stateE]
cqmconstrainedoptimum ( struct convexquadraticmodel* s, ae_vector* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl21cqmconstrainedoptimumEPNS_20convexquadraticmodelEPNS_9ae_vectorEPNS_8ae_stateE]
cqmdebugconstrainedevale ( struct convexquadraticmodel* s, ae_vector* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl24cqmdebugconstrainedevaleEPNS_20convexquadraticmodelEPNS_9ae_vectorEPNS_8ae_stateE]
cqmdebugconstrainedevalt ( struct convexquadraticmodel* s, ae_vector* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl24cqmdebugconstrainedevaltEPNS_20convexquadraticmodelEPNS_9ae_vectorEPNS_8ae_stateE]
cqmdropa ( struct convexquadraticmodel* s, struct ae_state* _state )
[symbol: _ZN11alglib_impl8cqmdropaEPNS_20convexquadraticmodelEPNS_8ae_stateE]
cqmeval ( struct convexquadraticmodel* s, ae_vector* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl7cqmevalEPNS_20convexquadraticmodelEPNS_9ae_vectorEPNS_8ae_stateE]
cqmevalx ( struct convexquadraticmodel* s, ae_vector* x, double* r, double* noise, struct ae_state* _state )
[symbol: _ZN11alglib_impl8cqmevalxEPNS_20convexquadraticmodelEPNS_9ae_vectorEPdS4_PNS_8ae_stateE]
cqmgradunconstrained ( struct convexquadraticmodel* s, ae_vector* x, ae_vector* g, struct ae_state* _state )
[symbol: _ZN11alglib_impl20cqmgradunconstrainedEPNS_20convexquadraticmodelEPNS_9ae_vectorES3_PNS_8ae_stateE]
cqminit ( ae_int_t n, struct convexquadraticmodel* s, struct ae_state* _state )
[symbol: _ZN11alglib_impl7cqminitEiPNS_20convexquadraticmodelEPNS_8ae_stateE]
cqmrewritedensediagonal ( struct convexquadraticmodel* s, ae_vector* z, struct ae_state* _state )
[symbol: _ZN11alglib_impl23cqmrewritedensediagonalEPNS_20convexquadraticmodelEPNS_9ae_vectorEPNS_8ae_stateE]
cqmscalevector ( struct convexquadraticmodel* s, ae_vector* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl14cqmscalevectorEPNS_20convexquadraticmodelEPNS_9ae_vectorEPNS_8ae_stateE]
cqmseta ( struct convexquadraticmodel* s, ae_matrix* a, bool isupper, double alpha, struct ae_state* _state )
[symbol: _ZN11alglib_impl7cqmsetaEPNS_20convexquadraticmodelEPNS_9ae_matrixEbdPNS_8ae_stateE]
cqmsetactiveset ( struct convexquadraticmodel* s, ae_vector* x, ae_vector* activeset, struct ae_state* _state )
[symbol: _ZN11alglib_impl15cqmsetactivesetEPNS_20convexquadraticmodelEPNS_9ae_vectorES3_PNS_8ae_stateE]
cqmsetb ( struct convexquadraticmodel* s, ae_vector* b, struct ae_state* _state )
[symbol: _ZN11alglib_impl7cqmsetbEPNS_20convexquadraticmodelEPNS_9ae_vectorEPNS_8ae_stateE]
cqmsetd ( struct convexquadraticmodel* s, ae_vector* d, double tau, struct ae_state* _state )
[symbol: _ZN11alglib_impl7cqmsetdEPNS_20convexquadraticmodelEPNS_9ae_vectorEdPNS_8ae_stateE]
cqmsetq ( struct convexquadraticmodel* s, ae_matrix* q, ae_vector* r, ae_int_t k, double theta, struct ae_state* _state )
[symbol: _ZN11alglib_impl7cqmsetqEPNS_20convexquadraticmodelEPNS_9ae_matrixEPNS_9ae_vectorEidPNS_8ae_stateE]
cqmxtadx2 ( struct convexquadraticmodel* s, ae_vector* x, struct ae_state* _state )
[symbol: _ZN11alglib_impl9cqmxtadx2EPNS_20convexquadraticmodelEPNS_9ae_vectorEPNS_8ae_stateE]
derivativecheck ( double f0, double df0, double f1, double df1, double f, double df, double width, struct ae_state* _state )
[symbol: _ZN11alglib_impl15derivativecheckEdddddddPNS_8ae_stateE]
minbleicsetgradientcheck ( struct minbleicstate* state, double teststep, struct ae_state* _state )
[symbol: _ZN11alglib_impl24minbleicsetgradientcheckEPNS_13minbleicstateEdPNS_8ae_stateE]
mincgsetgradientcheck ( struct mincgstate* state, double teststep, struct ae_state* _state )
[symbol: _ZN11alglib_impl21mincgsetgradientcheckEPNS_10mincgstateEdPNS_8ae_stateE]
minlbfgssetgradientcheck ( struct minlbfgsstate* state, double teststep, struct ae_state* _state )
[symbol: _ZN11alglib_impl24minlbfgssetgradientcheckEPNS_13minlbfgsstateEdPNS_8ae_stateE]
minlmsetgradientcheck ( struct minlmstate* state, double teststep, struct ae_state* _state )
[symbol: _ZN11alglib_impl21minlmsetgradientcheckEPNS_10minlmstateEdPNS_8ae_stateE]
minqpsetlc ( struct minqpstate* state, ae_matrix* c, ae_vector* ct, ae_int_t k, struct ae_state* _state )
[symbol: _ZN11alglib_impl10minqpsetlcEPNS_10minqpstateEPNS_9ae_matrixEPNS_9ae_vectorEiPNS_8ae_stateE]
to the top
Problems with Data Types, High Severity (15)
interpolation.h
namespace alglib
[+] class lsfitreport (1)
| Change |
Effect |
1 | Size of this class has been increased from 36 bytes to 40 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 (13)
lsfitlinear ( real_1d_array const& y, real_2d_array const& fmatrix, ae_int_t& info, real_1d_array& c, lsfitreport& rep )5th parameter 'rep' (reference) has base type 'lsfitreport'.
lsfitlinear ( real_1d_array const& y, real_2d_array const& fmatrix, ae_int_t const n, ae_int_t const m, ae_int_t& info, real_1d_array& c, lsfitreport& rep )7th parameter 'rep' (reference) has base type 'lsfitreport'.
lsfitlinearc ( real_1d_array const& y, real_2d_array const& fmatrix, real_2d_array const& cmatrix, ae_int_t& info, real_1d_array& c, lsfitreport& rep )6th parameter 'rep' (reference) has base type 'lsfitreport'.
lsfitlinearc ( real_1d_array const& y, real_2d_array const& fmatrix, real_2d_array const& cmatrix, ae_int_t const n, ae_int_t const m, ae_int_t const k, ae_int_t& info, real_1d_array& c, lsfitreport& rep )9th parameter 'rep' (reference) has base type 'lsfitreport'.
lsfitlinearw ( real_1d_array const& y, real_1d_array const& w, real_2d_array const& fmatrix, ae_int_t& info, real_1d_array& c, lsfitreport& rep )6th parameter 'rep' (reference) has base type 'lsfitreport'.
lsfitlinearw ( real_1d_array const& y, real_1d_array const& w, real_2d_array const& fmatrix, ae_int_t const n, ae_int_t const m, ae_int_t& info, real_1d_array& c, lsfitreport& rep )8th parameter 'rep' (reference) has base type 'lsfitreport'.
lsfitlinearwc ( real_1d_array const& y, real_1d_array const& w, real_2d_array const& fmatrix, real_2d_array const& cmatrix, ae_int_t& info, real_1d_array& c, lsfitreport& rep )7th parameter 'rep' (reference) has base type 'lsfitreport'.
lsfitlinearwc ( real_1d_array const& y, real_1d_array const& w, real_2d_array const& fmatrix, real_2d_array const& cmatrix, ae_int_t const n, ae_int_t const m, ae_int_t const k, ae_int_t& info, real_1d_array& c, lsfitreport& rep )10th parameter 'rep' (reference) has base type 'lsfitreport'.
lsfitreport::lsfitreport [in-charge] ( )This constructor is from 'lsfitreport' class.
lsfitreport::lsfitreport [in-charge] ( lsfitreport const& rhs )1st parameter 'rhs' (reference) has base type 'lsfitreport'.
lsfitreport::operator = ( lsfitreport const& rhs )1st parameter 'rhs' (reference) has base type 'lsfitreport'.
lsfitreport::~lsfitreport [in-charge] ( )This method is from 'lsfitreport' class.
lsfitresults ( lsfitstate const& state, ae_int_t& info, real_1d_array& c, lsfitreport& rep )4th parameter 'rep' (reference) has base type 'lsfitreport'.
optimization.h
namespace alglib
[+] class minbleicreport (1)
| Change |
Effect |
1 | Size of this class has been increased from 48 bytes to 52 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'.
[+] class mincgreport (1)
| Change |
Effect |
1 | Size of this class has been increased from 20 bytes to 24 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)
mincgreport::mincgreport [in-charge] ( )This constructor is from 'mincgreport' class.
mincgreport::mincgreport [in-charge] ( mincgreport const& rhs )1st parameter 'rhs' (reference) has base type 'mincgreport'.
mincgreport::operator = ( mincgreport const& rhs )1st parameter 'rhs' (reference) has base type 'mincgreport'.
mincgreport::~mincgreport [in-charge] ( )This method is from 'mincgreport' class.
mincgresults ( mincgstate const& state, real_1d_array& x, mincgreport& rep )3rd parameter 'rep' (reference) has base type 'mincgreport'.
mincgresultsbuf ( mincgstate const& state, real_1d_array& x, mincgreport& rep )3rd parameter 'rep' (reference) has base type 'mincgreport'.
[+] class minlbfgsreport (1)
| Change |
Effect |
1 | Size of this class has been increased from 20 bytes to 24 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)
minlbfgsreport::minlbfgsreport [in-charge] ( )This constructor is from 'minlbfgsreport' class.
minlbfgsreport::minlbfgsreport [in-charge] ( minlbfgsreport const& rhs )1st parameter 'rhs' (reference) has base type 'minlbfgsreport'.
minlbfgsreport::operator = ( minlbfgsreport const& rhs )1st parameter 'rhs' (reference) has base type 'minlbfgsreport'.
minlbfgsreport::~minlbfgsreport [in-charge] ( )This method is from 'minlbfgsreport' class.
minlbfgsresults ( minlbfgsstate const& state, real_1d_array& x, minlbfgsreport& rep )3rd parameter 'rep' (reference) has base type 'minlbfgsreport'.
minlbfgsresultsbuf ( minlbfgsstate const& state, real_1d_array& x, minlbfgsreport& rep )3rd parameter 'rep' (reference) has base type 'minlbfgsreport'.
[+] class minlmreport (1)
| Change |
Effect |
1 | Size of this class has been increased from 36 bytes to 44 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)
minlmreport::minlmreport [in-charge] ( )This constructor is from 'minlmreport' class.
minlmreport::minlmreport [in-charge] ( minlmreport const& rhs )1st parameter 'rhs' (reference) has base type 'minlmreport'.
minlmreport::operator = ( minlmreport const& rhs )1st parameter 'rhs' (reference) has base type 'minlmreport'.
minlmreport::~minlmreport [in-charge] ( )This method is from 'minlmreport' class.
minlmresults ( minlmstate const& state, real_1d_array& x, minlmreport& rep )3rd parameter 'rep' (reference) has base type 'minlmreport'.
minlmresultsbuf ( minlmstate const& state, real_1d_array& x, minlmreport& rep )3rd parameter 'rep' (reference) has base type 'minlmreport'.
optimization.h
namespace alglib_impl
[+] struct minbleicstate (4)
| Change |
Effect |
1 | Field t 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 v0 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 v1 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 v2 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 (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 minqpstate (6)
| Change |
Effect |
1 | Field activeset 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 akind 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 constterm 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 densea 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 xcand0 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 xcand1 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 'retval->qpstate' in return value (pointer) has type 'struct minqpstate'.
alglib::_minlmstate_owner::c_ptr ( ) constField 'retval->qpstate' in return value (pointer) has type 'struct minqpstate'.
alglib::_minlmstate_owner::operator = ( alglib::_minlmstate_owner const& rhs )Field 'rhs->p_struct->qpstate' in 1st parameter 'rhs' (reference) has type 'struct minqpstate'.
alglib::_minlmstate_owner::~_minlmstate_owner [in-charge] ( )Field 'this->p_struct->qpstate' in the object of this method has type 'struct minqpstate'.
alglib::_minqpstate_owner::_minqpstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minqpstate'.
alglib::_minqpstate_owner::_minqpstate_owner [in-charge] ( alglib::_minqpstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minqpstate'.
alglib::_minqpstate_owner::c_ptr ( )Field 'this->p_struct' in the object of this method has base type 'struct minqpstate'.
alglib::_minqpstate_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct minqpstate'.
alglib::_minqpstate_owner::operator = ( alglib::_minqpstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minqpstate'.
alglib::_minqpstate_owner::~_minqpstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minqpstate'.
_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 Data Types, Medium Severity (59)
dataanalysis.h
namespace alglib_impl
[+] struct mcpdstate (1)
| Change |
Effect |
1 | Size of field bs has been changed from 2048 bytes to 2044 bytes. | Previous accesses of applications and library functions to this field may be broken. |
[+] 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 ( )Return value (pointer) has base type 'struct mcpdstate'.
_mcpdstate_owner::c_ptr ( ) constReturn value (pointer) 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 )1st parameter 'dst' (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'.
interpolation.h
namespace alglib
[+] class lsfitreport (1)
| Change |
Effect |
1 | Field varidx 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 (13)
lsfitlinear ( real_1d_array const& y, real_2d_array const& fmatrix, ae_int_t& info, real_1d_array& c, lsfitreport& rep )5th parameter 'rep' (reference) has base type 'lsfitreport'.
lsfitlinear ( real_1d_array const& y, real_2d_array const& fmatrix, ae_int_t const n, ae_int_t const m, ae_int_t& info, real_1d_array& c, lsfitreport& rep )7th parameter 'rep' (reference) has base type 'lsfitreport'.
lsfitlinearc ( real_1d_array const& y, real_2d_array const& fmatrix, real_2d_array const& cmatrix, ae_int_t& info, real_1d_array& c, lsfitreport& rep )6th parameter 'rep' (reference) has base type 'lsfitreport'.
lsfitlinearc ( real_1d_array const& y, real_2d_array const& fmatrix, real_2d_array const& cmatrix, ae_int_t const n, ae_int_t const m, ae_int_t const k, ae_int_t& info, real_1d_array& c, lsfitreport& rep )9th parameter 'rep' (reference) has base type 'lsfitreport'.
lsfitlinearw ( real_1d_array const& y, real_1d_array const& w, real_2d_array const& fmatrix, ae_int_t& info, real_1d_array& c, lsfitreport& rep )6th parameter 'rep' (reference) has base type 'lsfitreport'.
lsfitlinearw ( real_1d_array const& y, real_1d_array const& w, real_2d_array const& fmatrix, ae_int_t const n, ae_int_t const m, ae_int_t& info, real_1d_array& c, lsfitreport& rep )8th parameter 'rep' (reference) has base type 'lsfitreport'.
lsfitlinearwc ( real_1d_array const& y, real_1d_array const& w, real_2d_array const& fmatrix, real_2d_array const& cmatrix, ae_int_t& info, real_1d_array& c, lsfitreport& rep )7th parameter 'rep' (reference) has base type 'lsfitreport'.
lsfitlinearwc ( real_1d_array const& y, real_1d_array const& w, real_2d_array const& fmatrix, real_2d_array const& cmatrix, ae_int_t const n, ae_int_t const m, ae_int_t const k, ae_int_t& info, real_1d_array& c, lsfitreport& rep )10th parameter 'rep' (reference) has base type 'lsfitreport'.
lsfitreport::lsfitreport [in-charge] ( )This constructor is from 'lsfitreport' class.
lsfitreport::lsfitreport [in-charge] ( lsfitreport const& rhs )1st parameter 'rhs' (reference) has base type 'lsfitreport'.
lsfitreport::operator = ( lsfitreport const& rhs )1st parameter 'rhs' (reference) has base type 'lsfitreport'.
lsfitreport::~lsfitreport [in-charge] ( )This method is from 'lsfitreport' class.
lsfitresults ( lsfitstate const& state, ae_int_t& info, real_1d_array& c, lsfitreport& rep )4th parameter 'rep' (reference) has base type 'lsfitreport'.
interpolation.h
namespace alglib_impl
[+] struct lsfitreport (1)
| Change |
Effect |
1 | Field varidx 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 (14)
_lsfitreport_owner::_lsfitreport_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct lsfitreport'.
_lsfitreport_owner::_lsfitreport_owner [in-charge] ( _lsfitreport_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct lsfitreport'.
_lsfitreport_owner::c_ptr ( )Field 'this->p_struct' in the object of this method has base type 'struct lsfitreport'.
_lsfitreport_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct lsfitreport'.
_lsfitreport_owner::operator = ( _lsfitreport_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct lsfitreport'.
_lsfitreport_owner::~_lsfitreport_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct lsfitreport'.
_lsfitreport_clear ( struct lsfitreport* p )1st parameter 'p' (pointer) has base type 'struct lsfitreport'.
_lsfitreport_init ( struct lsfitreport* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct lsfitreport'.
_lsfitreport_init_copy ( struct lsfitreport* dst, struct lsfitreport* src, struct ae_state* _state, bool make_automatic )2nd parameter 'src' (pointer) has base type 'struct lsfitreport'.
lsfitlinear ( ae_vector* y, ae_matrix* fmatrix, ae_int_t n, ae_int_t m, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, struct ae_state* _state )7th parameter 'rep' (pointer) has base type 'struct lsfitreport'.
lsfitlinearc ( ae_vector* y, ae_matrix* fmatrix, ae_matrix* cmatrix, ae_int_t n, ae_int_t m, ae_int_t k, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, struct ae_state* _state )9th parameter 'rep' (pointer) has base type 'struct lsfitreport'.
lsfitlinearw ( ae_vector* y, ae_vector* w, ae_matrix* fmatrix, ae_int_t n, ae_int_t m, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, struct ae_state* _state )8th parameter 'rep' (pointer) has base type 'struct lsfitreport'.
lsfitlinearwc ( ae_vector* y, ae_vector* w, ae_matrix* fmatrix, ae_matrix* cmatrix, ae_int_t n, ae_int_t m, ae_int_t k, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, struct ae_state* _state )10th parameter 'rep' (pointer) has base type 'struct lsfitreport'.
lsfitresults ( struct lsfitstate* state, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, struct ae_state* _state )4th parameter 'rep' (pointer) has base type 'struct lsfitreport'.
[+] struct lsfitstate (5)
| Change |
Effect |
1 | Field repvaridx 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 teststep 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 tmp 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 | Size of field optrep has been changed from 28 bytes to 36 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. |
5 | Size of field optstate has been changed from 2464 bytes to 3728 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)
_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 )1st parameter 'dst' (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 spline2dinterpolant (1)
| Change |
Effect |
1 | Field c has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
[+] affected symbols (17)
_spline2dinterpolant_owner::_spline2dinterpolant_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct spline2dinterpolant'.
_spline2dinterpolant_owner::_spline2dinterpolant_owner [in-charge] ( _spline2dinterpolant_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct spline2dinterpolant'.
_spline2dinterpolant_owner::c_ptr ( )Field 'this->p_struct' in the object of this method has base type 'struct spline2dinterpolant'.
_spline2dinterpolant_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct spline2dinterpolant'.
_spline2dinterpolant_owner::operator = ( _spline2dinterpolant_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct spline2dinterpolant'.
_spline2dinterpolant_owner::~_spline2dinterpolant_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct spline2dinterpolant'.
_spline2dinterpolant_clear ( struct spline2dinterpolant* p )1st parameter 'p' (pointer) has base type 'struct spline2dinterpolant'.
_spline2dinterpolant_init ( struct spline2dinterpolant* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct spline2dinterpolant'.
_spline2dinterpolant_init_copy ( struct spline2dinterpolant* dst, struct spline2dinterpolant* src, struct ae_state* _state, bool make_automatic )1st parameter 'dst' (pointer) has base type 'struct spline2dinterpolant'.
spline2dbuildbicubic ( ae_vector* x, ae_vector* y, ae_matrix* f, ae_int_t m, ae_int_t n, struct spline2dinterpolant* c, struct ae_state* _state )6th parameter 'c' (pointer) has base type 'struct spline2dinterpolant'.
spline2dbuildbilinear ( ae_vector* x, ae_vector* y, ae_matrix* f, ae_int_t m, ae_int_t n, struct spline2dinterpolant* c, struct ae_state* _state )6th parameter 'c' (pointer) has base type 'struct spline2dinterpolant'.
spline2dcalc ( struct spline2dinterpolant* c, double x, double y, struct ae_state* _state )1st parameter 'c' (pointer) has base type 'struct spline2dinterpolant'.
spline2dcopy ( struct spline2dinterpolant* c, struct spline2dinterpolant* cc, struct ae_state* _state )2nd parameter 'cc' (pointer) has base type 'struct spline2dinterpolant'.
spline2ddiff ( struct spline2dinterpolant* c, double x, double y, double* f, double* fx, double* fy, double* fxy, struct ae_state* _state )1st parameter 'c' (pointer) has base type 'struct spline2dinterpolant'.
spline2dlintransf ( struct spline2dinterpolant* c, double a, double b, struct ae_state* _state )1st parameter 'c' (pointer) has base type 'struct spline2dinterpolant'.
spline2dlintransxy ( struct spline2dinterpolant* c, double ax, double bx, double ay, double by, struct ae_state* _state )1st parameter 'c' (pointer) has base type 'struct spline2dinterpolant'.
spline2dunpack ( struct spline2dinterpolant* c, ae_int_t* m, ae_int_t* n, ae_matrix* tbl, struct ae_state* _state )1st parameter 'c' (pointer) has base type 'struct spline2dinterpolant'.
optimization.h
namespace alglib
[+] class minbleicreport (1)
| Change |
Effect |
1 | Field varidx 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 (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'.
[+] class mincgreport (1)
| Change |
Effect |
1 | Field varidx 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 (6)
mincgreport::mincgreport [in-charge] ( )This constructor is from 'mincgreport' class.
mincgreport::mincgreport [in-charge] ( mincgreport const& rhs )1st parameter 'rhs' (reference) has base type 'mincgreport'.
mincgreport::operator = ( mincgreport const& rhs )1st parameter 'rhs' (reference) has base type 'mincgreport'.
mincgreport::~mincgreport [in-charge] ( )This method is from 'mincgreport' class.
mincgresults ( mincgstate const& state, real_1d_array& x, mincgreport& rep )3rd parameter 'rep' (reference) has base type 'mincgreport'.
mincgresultsbuf ( mincgstate const& state, real_1d_array& x, mincgreport& rep )3rd parameter 'rep' (reference) has base type 'mincgreport'.
[+] class minlbfgsreport (1)
| Change |
Effect |
1 | Field varidx 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 (6)
minlbfgsreport::minlbfgsreport [in-charge] ( )This constructor is from 'minlbfgsreport' class.
minlbfgsreport::minlbfgsreport [in-charge] ( minlbfgsreport const& rhs )1st parameter 'rhs' (reference) has base type 'minlbfgsreport'.
minlbfgsreport::operator = ( minlbfgsreport const& rhs )1st parameter 'rhs' (reference) has base type 'minlbfgsreport'.
minlbfgsreport::~minlbfgsreport [in-charge] ( )This method is from 'minlbfgsreport' class.
minlbfgsresults ( minlbfgsstate const& state, real_1d_array& x, minlbfgsreport& rep )3rd parameter 'rep' (reference) has base type 'minlbfgsreport'.
minlbfgsresultsbuf ( minlbfgsstate const& state, real_1d_array& x, minlbfgsreport& rep )3rd parameter 'rep' (reference) has base type 'minlbfgsreport'.
[+] class minlmreport (2)
| Change |
Effect |
1 | Field funcidx 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 varidx 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 (6)
minlmreport::minlmreport [in-charge] ( )This constructor is from 'minlmreport' class.
minlmreport::minlmreport [in-charge] ( minlmreport const& rhs )1st parameter 'rhs' (reference) has base type 'minlmreport'.
minlmreport::operator = ( minlmreport const& rhs )1st parameter 'rhs' (reference) has base type 'minlmreport'.
minlmreport::~minlmreport [in-charge] ( )This method is from 'minlmreport' class.
minlmresults ( minlmstate const& state, real_1d_array& x, minlmreport& rep )3rd parameter 'rep' (reference) has base type 'minlmreport'.
minlmresultsbuf ( minlmstate const& state, real_1d_array& x, minlmreport& rep )3rd parameter 'rep' (reference) has base type 'minlmreport'.
optimization.h
namespace alglib_impl
[+] struct minbleicreport (1)
| Change |
Effect |
1 | Field varidx 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 (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 (4)
| Change |
Effect |
1 | Field repvaridx 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 teststep 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 | Size of field cgrep has been changed from 12 bytes to 16 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. |
4 | Size of field cgstate has been changed from 860 bytes to 872 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 (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 'this->p_struct->bs' in the object of this method has type 'struct minbleicstate'.
alglib::_mcpdstate_owner::c_ptr ( ) constField 'this->p_struct->bs' in the object of this method 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 'dst->bs' in 1st parameter 'dst' (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 mincgreport (1)
| Change |
Effect |
1 | Field varidx 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 (63)
alglib::_mcpdstate_owner::_mcpdstate_owner [in-charge] ( )Field 'this->p_struct->bs->cgrep' in the object of this method has type 'struct mincgreport'.
alglib::_mcpdstate_owner::_mcpdstate_owner [in-charge] ( alglib::_mcpdstate_owner const& rhs )Field 'rhs->p_struct->bs->cgrep' in 1st parameter 'rhs' (reference) has type 'struct mincgreport'.
alglib::_mcpdstate_owner::c_ptr ( )Field 'this->p_struct->bs->cgrep' in the object of this method has type 'struct mincgreport'.
alglib::_mcpdstate_owner::c_ptr ( ) constField 'this->p_struct->bs->cgrep' in the object of this method has type 'struct mincgreport'.
alglib::_mcpdstate_owner::operator = ( alglib::_mcpdstate_owner const& rhs )Field 'rhs->p_struct->bs->cgrep' in 1st parameter 'rhs' (reference) has type 'struct mincgreport'.
alglib::_mcpdstate_owner::~_mcpdstate_owner [in-charge] ( )Field 'this->p_struct->bs->cgrep' in the object of this method has type 'struct mincgreport'.
alglib::_minbleicstate_owner::_minbleicstate_owner [in-charge] ( )Field 'this->p_struct->cgrep' in the object of this method has type 'struct mincgreport'.
alglib::_minbleicstate_owner::_minbleicstate_owner [in-charge] ( alglib::_minbleicstate_owner const& rhs )Field 'rhs->p_struct->cgrep' in 1st parameter 'rhs' (reference) has type 'struct mincgreport'.
alglib::_minbleicstate_owner::c_ptr ( )Field 'retval->cgrep' in return value (pointer) has type 'struct mincgreport'.
alglib::_minbleicstate_owner::c_ptr ( ) constField 'retval->cgrep' in return value (pointer) has type 'struct mincgreport'.
alglib::_minbleicstate_owner::operator = ( alglib::_minbleicstate_owner const& rhs )Field 'rhs->p_struct->cgrep' in 1st parameter 'rhs' (reference) has type 'struct mincgreport'.
alglib::_minbleicstate_owner::~_minbleicstate_owner [in-charge] ( )Field 'this->p_struct->cgrep' in the object of this method has type 'struct mincgreport'.
alglib::_mincgreport_owner::_mincgreport_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mincgreport'.
alglib::_mincgreport_owner::_mincgreport_owner [in-charge] ( alglib::_mincgreport_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mincgreport'.
alglib::_mincgreport_owner::c_ptr ( )Return value (pointer) has base type 'struct mincgreport'.
alglib::_mincgreport_owner::c_ptr ( ) constReturn value (pointer) has base type 'struct mincgreport'.
alglib::_mincgreport_owner::operator = ( alglib::_mincgreport_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mincgreport'.
alglib::_mincgreport_owner::~_mincgreport_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mincgreport'.
_mcpdstate_clear ( struct mcpdstate* p )Field 'p->bs->cgrep' in 1st parameter 'p' (pointer) has type 'struct mincgreport'.
_mcpdstate_init ( struct mcpdstate* p, struct ae_state* _state, bool make_automatic )Field 'p->bs->cgrep' in 1st parameter 'p' (pointer) has type 'struct mincgreport'.
_mcpdstate_init_copy ( struct mcpdstate* dst, struct mcpdstate* src, struct ae_state* _state, bool make_automatic )Field 'src->bs->cgrep' in 2nd parameter 'src' (pointer) has type 'struct mincgreport'.
_minbleicstate_clear ( struct minbleicstate* p )Field 'p->cgrep' in 1st parameter 'p' (pointer) has type 'struct mincgreport'.
_minbleicstate_init ( struct minbleicstate* p, struct ae_state* _state, bool make_automatic )Field 'p->cgrep' in 1st parameter 'p' (pointer) has type 'struct mincgreport'.
_minbleicstate_init_copy ( struct minbleicstate* dst, struct minbleicstate* src, struct ae_state* _state, bool make_automatic )Field 'dst->cgrep' in 1st parameter 'dst' (pointer) has type 'struct mincgreport'.
_mincgreport_clear ( struct mincgreport* p )1st parameter 'p' (pointer) has base type 'struct mincgreport'.
_mincgreport_init ( struct mincgreport* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct mincgreport'.
_mincgreport_init_copy ( struct mincgreport* dst, struct mincgreport* src, struct ae_state* _state, bool make_automatic )1st parameter 'dst' (pointer) has base type 'struct mincgreport'.
mcpdaddbc ( struct mcpdstate* s, ae_int_t i, ae_int_t j, double bndl, double bndu, struct ae_state* _state )Field 's->bs->cgrep' in 1st parameter 's' (pointer) has type 'struct mincgreport'.
mcpdaddec ( struct mcpdstate* s, ae_int_t i, ae_int_t j, double c, struct ae_state* _state )Field 's->bs->cgrep' in 1st parameter 's' (pointer) has type 'struct mincgreport'.
mcpdaddtrack ( struct mcpdstate* s, ae_matrix* xy, ae_int_t k, struct ae_state* _state )Field 's->bs->cgrep' in 1st parameter 's' (pointer) has type 'struct mincgreport'.
mcpdcreate ( ae_int_t n, struct mcpdstate* s, struct ae_state* _state )Field 's->bs->cgrep' in 2nd parameter 's' (pointer) has type 'struct mincgreport'.
mcpdcreateentry ( ae_int_t n, ae_int_t entrystate, struct mcpdstate* s, struct ae_state* _state )Field 's->bs->cgrep' in 3rd parameter 's' (pointer) has type 'struct mincgreport'.
mcpdcreateentryexit ( ae_int_t n, ae_int_t entrystate, ae_int_t exitstate, struct mcpdstate* s, struct ae_state* _state )Field 's->bs->cgrep' in 4th parameter 's' (pointer) has type 'struct mincgreport'.
mcpdcreateexit ( ae_int_t n, ae_int_t exitstate, struct mcpdstate* s, struct ae_state* _state )Field 's->bs->cgrep' in 3rd parameter 's' (pointer) has type 'struct mincgreport'.
mcpdresults ( struct mcpdstate* s, ae_matrix* p, struct mcpdreport* rep, struct ae_state* _state )Field 's->bs->cgrep' in 1st parameter 's' (pointer) has type 'struct mincgreport'.
mcpdsetbc ( struct mcpdstate* s, ae_matrix* bndl, ae_matrix* bndu, struct ae_state* _state )Field 's->bs->cgrep' in 1st parameter 's' (pointer) has type 'struct mincgreport'.
mcpdsetec ( struct mcpdstate* s, ae_matrix* ec, struct ae_state* _state )Field 's->bs->cgrep' in 1st parameter 's' (pointer) has type 'struct mincgreport'.
mcpdsetlc ( struct mcpdstate* s, ae_matrix* c, ae_vector* ct, ae_int_t k, struct ae_state* _state )Field 's->bs->cgrep' in 1st parameter 's' (pointer) has type 'struct mincgreport'.
mcpdsetpredictionweights ( struct mcpdstate* s, ae_vector* pw, struct ae_state* _state )Field 's->bs->cgrep' in 1st parameter 's' (pointer) has type 'struct mincgreport'.
mcpdsetprior ( struct mcpdstate* s, ae_matrix* pp, struct ae_state* _state )Field 's->bs->cgrep' in 1st parameter 's' (pointer) has type 'struct mincgreport'.
mcpdsettikhonovregularizer ( struct mcpdstate* s, double v, struct ae_state* _state )Field 's->bs->cgrep' in 1st parameter 's' (pointer) has type 'struct mincgreport'.
mcpdsolve ( struct mcpdstate* s, struct ae_state* _state )Field 's->bs->cgrep' in 1st parameter 's' (pointer) has type 'struct mincgreport'.
minbleiccreate ( ae_int_t n, ae_vector* x, struct minbleicstate* state, struct ae_state* _state )Field 'state->cgrep' in 3rd parameter 'state' (pointer) has type 'struct mincgreport'.
minbleiccreatef ( ae_int_t n, ae_vector* x, double diffstep, struct minbleicstate* state, struct ae_state* _state )Field 'state->cgrep' in 4th parameter 'state' (pointer) has type 'struct mincgreport'.
minbleiciteration ( struct minbleicstate* state, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicrestartfrom ( struct minbleicstate* state, ae_vector* x, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicresults ( struct minbleicstate* state, ae_vector* x, struct minbleicreport* rep, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicresultsbuf ( struct minbleicstate* state, ae_vector* x, struct minbleicreport* rep, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetbarrierdecay ( struct minbleicstate* state, double mudecay, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetbarrierwidth ( struct minbleicstate* state, double mu, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetbc ( struct minbleicstate* state, ae_vector* bndl, ae_vector* bndu, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetinnercond ( struct minbleicstate* state, double epsg, double epsf, double epsx, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetlc ( struct minbleicstate* state, ae_matrix* c, ae_vector* ct, ae_int_t k, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetmaxits ( struct minbleicstate* state, ae_int_t maxits, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetoutercond ( struct minbleicstate* state, double epsx, double epsi, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetprecdefault ( struct minbleicstate* state, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetprecdiag ( struct minbleicstate* state, ae_vector* d, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetprecscale ( struct minbleicstate* state, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetscale ( struct minbleicstate* state, ae_vector* s, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetstpmax ( struct minbleicstate* state, double stpmax, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetxrep ( struct minbleicstate* state, bool needxrep, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
mincgresults ( struct mincgstate* state, ae_vector* x, struct mincgreport* rep, struct ae_state* _state )3rd parameter 'rep' (pointer) has base type 'struct mincgreport'.
mincgresultsbuf ( struct mincgstate* state, ae_vector* x, struct mincgreport* rep, struct ae_state* _state )3rd parameter 'rep' (pointer) has base type 'struct mincgreport'.
[+] struct mincgstate (2)
| Change |
Effect |
1 | Field repvaridx 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 teststep 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 (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 'this->p_struct->cgstate' in the object of this method has type 'struct mincgstate'.
alglib::_minbleicstate_owner::c_ptr ( ) constField 'this->p_struct->cgstate' in the object of this method 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 'dst->cgstate' in 1st parameter 'dst' (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 )2nd parameter 'src' (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 minlbfgsreport (1)
| Change |
Effect |
1 | Field varidx 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 (58)
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optstate->internalrep' in the object of this method has type 'struct minlbfgsreport'.
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optstate->internalrep' in 1st parameter 'rhs' (reference) has type 'struct minlbfgsreport'.
alglib::_lsfitstate_owner::c_ptr ( )Field 'this->p_struct->optstate->internalrep' in the object of this method has type 'struct minlbfgsreport'.
alglib::_lsfitstate_owner::c_ptr ( ) constField 'this->p_struct->optstate->internalrep' in the object of this method has type 'struct minlbfgsreport'.
alglib::_lsfitstate_owner::operator = ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optstate->internalrep' in 1st parameter 'rhs' (reference) has type 'struct minlbfgsreport'.
alglib::_lsfitstate_owner::~_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optstate->internalrep' in the object of this method has type 'struct minlbfgsreport'.
alglib::_minlbfgsreport_owner::_minlbfgsreport_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minlbfgsreport'.
alglib::_minlbfgsreport_owner::_minlbfgsreport_owner [in-charge] ( alglib::_minlbfgsreport_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minlbfgsreport'.
alglib::_minlbfgsreport_owner::c_ptr ( )Return value (pointer) has base type 'struct minlbfgsreport'.
alglib::_minlbfgsreport_owner::c_ptr ( ) constReturn value (pointer) has base type 'struct minlbfgsreport'.
alglib::_minlbfgsreport_owner::operator = ( alglib::_minlbfgsreport_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minlbfgsreport'.
alglib::_minlbfgsreport_owner::~_minlbfgsreport_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minlbfgsreport'.
alglib::_minlmstate_owner::_minlmstate_owner [in-charge] ( )Field 'this->p_struct->internalrep' in the object of this method has type 'struct minlbfgsreport'.
alglib::_minlmstate_owner::_minlmstate_owner [in-charge] ( alglib::_minlmstate_owner const& rhs )Field 'rhs->p_struct->internalrep' in 1st parameter 'rhs' (reference) has type 'struct minlbfgsreport'.
alglib::_minlmstate_owner::c_ptr ( )Field 'this->p_struct->internalrep' in the object of this method has type 'struct minlbfgsreport'.
alglib::_minlmstate_owner::c_ptr ( ) constField 'this->p_struct->internalrep' in the object of this method has type 'struct minlbfgsreport'.
alglib::_minlmstate_owner::operator = ( alglib::_minlmstate_owner const& rhs )Field 'rhs->p_struct->internalrep' in 1st parameter 'rhs' (reference) has type 'struct minlbfgsreport'.
alglib::_minlmstate_owner::~_minlmstate_owner [in-charge] ( )Field 'this->p_struct->internalrep' in the object of this method has type 'struct minlbfgsreport'.
_lsfitstate_clear ( struct lsfitstate* p )Field 'p->optstate->internalrep' in 1st parameter 'p' (pointer) has type 'struct minlbfgsreport'.
_lsfitstate_init ( struct lsfitstate* p, struct ae_state* _state, bool make_automatic )Field 'p->optstate->internalrep' in 1st parameter 'p' (pointer) has type 'struct minlbfgsreport'.
_lsfitstate_init_copy ( struct lsfitstate* dst, struct lsfitstate* src, struct ae_state* _state, bool make_automatic )Field 'src->optstate->internalrep' in 2nd parameter 'src' (pointer) has type 'struct minlbfgsreport'.
_minlbfgsreport_clear ( struct minlbfgsreport* p )1st parameter 'p' (pointer) has base type 'struct minlbfgsreport'.
_minlbfgsreport_init ( struct minlbfgsreport* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct minlbfgsreport'.
_minlbfgsreport_init_copy ( struct minlbfgsreport* dst, struct minlbfgsreport* src, struct ae_state* _state, bool make_automatic )1st parameter 'dst' (pointer) has base type 'struct minlbfgsreport'.
_minlmstate_clear ( struct minlmstate* p )Field 'p->internalrep' in 1st parameter 'p' (pointer) has type 'struct minlbfgsreport'.
_minlmstate_init ( struct minlmstate* p, struct ae_state* _state, bool make_automatic )Field 'p->internalrep' in 1st parameter 'p' (pointer) has type 'struct minlbfgsreport'.
_minlmstate_init_copy ( struct minlmstate* dst, struct minlmstate* src, struct ae_state* _state, bool make_automatic )Field 'src->internalrep' in 2nd parameter 'src' (pointer) has type 'struct minlbfgsreport'.
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->internalrep' in 8th parameter 'state' (pointer) has type 'struct minlbfgsreport'.
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->internalrep' in 8th parameter 'state' (pointer) has type 'struct minlbfgsreport'.
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->internalrep' in 7th parameter 'state' (pointer) has type 'struct minlbfgsreport'.
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->internalrep' in 9th parameter 'state' (pointer) has type 'struct minlbfgsreport'.
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->internalrep' in 9th parameter 'state' (pointer) has type 'struct minlbfgsreport'.
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->internalrep' in 8th parameter 'state' (pointer) has type 'struct minlbfgsreport'.
lsfititeration ( struct lsfitstate* state, struct ae_state* _state )Field 'state->optstate->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
lsfitresults ( struct lsfitstate* state, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, struct ae_state* _state )Field 'state->optstate->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
lsfitsetbc ( struct lsfitstate* state, ae_vector* bndl, ae_vector* bndu, struct ae_state* _state )Field 'state->optstate->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
lsfitsetcond ( struct lsfitstate* state, double epsf, double epsx, ae_int_t maxits, struct ae_state* _state )Field 'state->optstate->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
lsfitsetscale ( struct lsfitstate* state, ae_vector* s, struct ae_state* _state )Field 'state->optstate->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
lsfitsetstpmax ( struct lsfitstate* state, double stpmax, struct ae_state* _state )Field 'state->optstate->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
lsfitsetxrep ( struct lsfitstate* state, bool needxrep, struct ae_state* _state )Field 'state->optstate->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlbfgsresults ( struct minlbfgsstate* state, ae_vector* x, struct minlbfgsreport* rep, struct ae_state* _state )3rd parameter 'rep' (pointer) has base type 'struct minlbfgsreport'.
minlbfgsresultsbuf ( struct minlbfgsstate* state, ae_vector* x, struct minlbfgsreport* rep, struct ae_state* _state )3rd parameter 'rep' (pointer) has base type 'struct minlbfgsreport'.
minlmcreatefgh ( ae_int_t n, ae_vector* x, struct minlmstate* state, struct ae_state* _state )Field 'state->internalrep' in 3rd parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmcreatefgj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, struct ae_state* _state )Field 'state->internalrep' in 4th parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmcreatefj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, struct ae_state* _state )Field 'state->internalrep' in 4th parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmcreatev ( ae_int_t n, ae_int_t m, ae_vector* x, double diffstep, struct minlmstate* state, struct ae_state* _state )Field 'state->internalrep' in 5th parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmcreatevgj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, struct ae_state* _state )Field 'state->internalrep' in 4th parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmcreatevj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, struct ae_state* _state )Field 'state->internalrep' in 4th parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmiteration ( struct minlmstate* state, struct ae_state* _state )Field 'state->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmrestartfrom ( struct minlmstate* state, ae_vector* x, struct ae_state* _state )Field 'state->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmresults ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, struct ae_state* _state )Field 'state->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmresultsbuf ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, struct ae_state* _state )Field 'state->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmsetacctype ( struct minlmstate* state, ae_int_t acctype, struct ae_state* _state )Field 'state->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmsetbc ( struct minlmstate* state, ae_vector* bndl, ae_vector* bndu, struct ae_state* _state )Field 'state->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmsetcond ( struct minlmstate* state, double epsg, double epsf, double epsx, ae_int_t maxits, struct ae_state* _state )Field 'state->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmsetscale ( struct minlmstate* state, ae_vector* s, struct ae_state* _state )Field 'state->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmsetstpmax ( struct minlmstate* state, double stpmax, struct ae_state* _state )Field 'state->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmsetxrep ( struct minlmstate* state, bool needxrep, struct ae_state* _state )Field 'state->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
[+] struct minlbfgsstate (2)
| Change |
Effect |
1 | Field repvaridx 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 teststep 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 (73)
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optstate->internalstate' in the object of this method has type 'struct minlbfgsstate'.
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optstate->internalstate' in 1st parameter 'rhs' (reference) has type 'struct minlbfgsstate'.
alglib::_lsfitstate_owner::c_ptr ( )Field 'this->p_struct->optstate->internalstate' in the object of this method has type 'struct minlbfgsstate'.
alglib::_lsfitstate_owner::c_ptr ( ) constField 'this->p_struct->optstate->internalstate' in the object of this method has type 'struct minlbfgsstate'.
alglib::_lsfitstate_owner::operator = ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optstate->internalstate' in 1st parameter 'rhs' (reference) has type 'struct minlbfgsstate'.
alglib::_lsfitstate_owner::~_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optstate->internalstate' in the object of this method has type 'struct minlbfgsstate'.
alglib::_minlbfgsstate_owner::_minlbfgsstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minlbfgsstate'.
alglib::_minlbfgsstate_owner::_minlbfgsstate_owner [in-charge] ( alglib::_minlbfgsstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minlbfgsstate'.
alglib::_minlbfgsstate_owner::c_ptr ( )Return value (pointer) has base type 'struct minlbfgsstate'.
alglib::_minlbfgsstate_owner::c_ptr ( ) constReturn value (pointer) has base type 'struct minlbfgsstate'.
alglib::_minlbfgsstate_owner::operator = ( alglib::_minlbfgsstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minlbfgsstate'.
alglib::_minlbfgsstate_owner::~_minlbfgsstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minlbfgsstate'.
alglib::_minlmstate_owner::_minlmstate_owner [in-charge] ( )Field 'this->p_struct->internalstate' in the object of this method has type 'struct minlbfgsstate'.
alglib::_minlmstate_owner::_minlmstate_owner [in-charge] ( alglib::_minlmstate_owner const& rhs )Field 'rhs->p_struct->internalstate' in 1st parameter 'rhs' (reference) has type 'struct minlbfgsstate'.
alglib::_minlmstate_owner::c_ptr ( )Field 'this->p_struct->internalstate' in the object of this method has type 'struct minlbfgsstate'.
alglib::_minlmstate_owner::c_ptr ( ) constField 'this->p_struct->internalstate' in the object of this method has type 'struct minlbfgsstate'.
alglib::_minlmstate_owner::operator = ( alglib::_minlmstate_owner const& rhs )Field 'rhs->p_struct->internalstate' in 1st parameter 'rhs' (reference) has type 'struct minlbfgsstate'.
alglib::_minlmstate_owner::~_minlmstate_owner [in-charge] ( )Field 'this->p_struct->internalstate' in the object of this method has type 'struct minlbfgsstate'.
_lsfitstate_clear ( struct lsfitstate* p )Field 'p->optstate->internalstate' in 1st parameter 'p' (pointer) has type 'struct minlbfgsstate'.
_lsfitstate_init ( struct lsfitstate* p, struct ae_state* _state, bool make_automatic )Field 'p->optstate->internalstate' in 1st parameter 'p' (pointer) has type 'struct minlbfgsstate'.
_lsfitstate_init_copy ( struct lsfitstate* dst, struct lsfitstate* src, struct ae_state* _state, bool make_automatic )Field 'dst->optstate->internalstate' in 1st parameter 'dst' (pointer) has type 'struct minlbfgsstate'.
_minlbfgsstate_clear ( struct minlbfgsstate* p )1st parameter 'p' (pointer) has base type 'struct minlbfgsstate'.
_minlbfgsstate_init ( struct minlbfgsstate* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct minlbfgsstate'.
_minlbfgsstate_init_copy ( struct minlbfgsstate* dst, struct minlbfgsstate* src, struct ae_state* _state, bool make_automatic )2nd parameter 'src' (pointer) has base type 'struct minlbfgsstate'.
_minlmstate_clear ( struct minlmstate* p )Field 'p->internalstate' in 1st parameter 'p' (pointer) has type 'struct minlbfgsstate'.
_minlmstate_init ( struct minlmstate* p, struct ae_state* _state, bool make_automatic )Field 'p->internalstate' in 1st parameter 'p' (pointer) has type 'struct minlbfgsstate'.
_minlmstate_init_copy ( struct minlmstate* dst, struct minlmstate* src, struct ae_state* _state, bool make_automatic )Field 'src->internalstate' in 2nd parameter 'src' (pointer) has type 'struct minlbfgsstate'.
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->internalstate' in 8th parameter 'state' (pointer) has type 'struct minlbfgsstate'.
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->internalstate' in 8th parameter 'state' (pointer) has type 'struct minlbfgsstate'.
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->internalstate' in 7th parameter 'state' (pointer) has type 'struct minlbfgsstate'.
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->internalstate' in 9th parameter 'state' (pointer) has type 'struct minlbfgsstate'.
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->internalstate' in 9th parameter 'state' (pointer) has type 'struct minlbfgsstate'.
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->internalstate' in 8th parameter 'state' (pointer) has type 'struct minlbfgsstate'.
lsfititeration ( struct lsfitstate* state, struct ae_state* _state )Field 'state->optstate->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
lsfitresults ( struct lsfitstate* state, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, struct ae_state* _state )Field 'state->optstate->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
lsfitsetbc ( struct lsfitstate* state, ae_vector* bndl, ae_vector* bndu, struct ae_state* _state )Field 'state->optstate->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
lsfitsetcond ( struct lsfitstate* state, double epsf, double epsx, ae_int_t maxits, struct ae_state* _state )Field 'state->optstate->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
lsfitsetscale ( struct lsfitstate* state, ae_vector* s, struct ae_state* _state )Field 'state->optstate->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
lsfitsetstpmax ( struct lsfitstate* state, double stpmax, struct ae_state* _state )Field 'state->optstate->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
lsfitsetxrep ( struct lsfitstate* state, bool needxrep, struct ae_state* _state )Field 'state->optstate->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlbfgscreate ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlbfgsstate* state, struct ae_state* _state )4th parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgscreatef ( ae_int_t n, ae_int_t m, ae_vector* x, double diffstep, struct minlbfgsstate* state, struct ae_state* _state )5th parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgscreatex ( ae_int_t n, ae_int_t m, ae_vector* x, ae_int_t flags, double diffstep, struct minlbfgsstate* state, struct ae_state* _state )6th parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgsiteration ( struct minlbfgsstate* state, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgsrestartfrom ( struct minlbfgsstate* state, ae_vector* x, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgsresults ( struct minlbfgsstate* state, ae_vector* x, struct minlbfgsreport* rep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgsresultsbuf ( struct minlbfgsstate* state, ae_vector* x, struct minlbfgsreport* rep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgssetcholeskypreconditioner ( struct minlbfgsstate* state, ae_matrix* p, bool isupper, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgssetcond ( struct minlbfgsstate* state, double epsg, double epsf, double epsx, ae_int_t maxits, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgssetdefaultpreconditioner ( struct minlbfgsstate* state, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgssetpreccholesky ( struct minlbfgsstate* state, ae_matrix* p, bool isupper, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgssetprecdefault ( struct minlbfgsstate* state, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgssetprecdiag ( struct minlbfgsstate* state, ae_vector* d, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgssetprecscale ( struct minlbfgsstate* state, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgssetscale ( struct minlbfgsstate* state, ae_vector* s, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgssetstpmax ( struct minlbfgsstate* state, double stpmax, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgssetxrep ( struct minlbfgsstate* state, bool needxrep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlmcreatefgh ( ae_int_t n, ae_vector* x, struct minlmstate* state, struct ae_state* _state )Field 'state->internalstate' in 3rd parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmcreatefgj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, struct ae_state* _state )Field 'state->internalstate' in 4th parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmcreatefj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, struct ae_state* _state )Field 'state->internalstate' in 4th parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmcreatev ( ae_int_t n, ae_int_t m, ae_vector* x, double diffstep, struct minlmstate* state, struct ae_state* _state )Field 'state->internalstate' in 5th parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmcreatevgj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, struct ae_state* _state )Field 'state->internalstate' in 4th parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmcreatevj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, struct ae_state* _state )Field 'state->internalstate' in 4th parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmiteration ( struct minlmstate* state, struct ae_state* _state )Field 'state->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmrestartfrom ( struct minlmstate* state, ae_vector* x, struct ae_state* _state )Field 'state->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmresults ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, struct ae_state* _state )Field 'state->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmresultsbuf ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, struct ae_state* _state )Field 'state->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmsetacctype ( struct minlmstate* state, ae_int_t acctype, struct ae_state* _state )Field 'state->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmsetbc ( struct minlmstate* state, ae_vector* bndl, ae_vector* bndu, struct ae_state* _state )Field 'state->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmsetcond ( struct minlmstate* state, double epsg, double epsf, double epsx, ae_int_t maxits, struct ae_state* _state )Field 'state->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmsetscale ( struct minlmstate* state, ae_vector* s, struct ae_state* _state )Field 'state->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmsetstpmax ( struct minlmstate* state, double stpmax, struct ae_state* _state )Field 'state->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmsetxrep ( struct minlmstate* state, bool needxrep, struct ae_state* _state )Field 'state->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
[+] struct minlmreport (2)
| Change |
Effect |
1 | Field funcidx 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 varidx 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 (33)
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optrep' in the object of this method has type 'struct minlmreport'.
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optrep' in 1st parameter 'rhs' (reference) has type 'struct minlmreport'.
alglib::_lsfitstate_owner::c_ptr ( )Field 'retval->optrep' in return value (pointer) has type 'struct minlmreport'.
alglib::_lsfitstate_owner::c_ptr ( ) constField 'retval->optrep' in return value (pointer) has type 'struct minlmreport'.
alglib::_lsfitstate_owner::operator = ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optrep' in 1st parameter 'rhs' (reference) has type 'struct minlmreport'.
alglib::_lsfitstate_owner::~_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optrep' in the object of this method has type 'struct minlmreport'.
alglib::_minlmreport_owner::_minlmreport_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minlmreport'.
alglib::_minlmreport_owner::_minlmreport_owner [in-charge] ( alglib::_minlmreport_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minlmreport'.
alglib::_minlmreport_owner::c_ptr ( )Return value (pointer) has base type 'struct minlmreport'.
alglib::_minlmreport_owner::c_ptr ( ) constReturn value (pointer) has base type 'struct minlmreport'.
alglib::_minlmreport_owner::operator = ( alglib::_minlmreport_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minlmreport'.
alglib::_minlmreport_owner::~_minlmreport_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minlmreport'.
_lsfitstate_clear ( struct lsfitstate* p )Field 'p->optrep' in 1st parameter 'p' (pointer) has type 'struct minlmreport'.
_lsfitstate_init ( struct lsfitstate* p, struct ae_state* _state, bool make_automatic )Field 'p->optrep' in 1st parameter 'p' (pointer) has type 'struct minlmreport'.
_lsfitstate_init_copy ( struct lsfitstate* dst, struct lsfitstate* src, struct ae_state* _state, bool make_automatic )Field 'src->optrep' in 2nd parameter 'src' (pointer) has type 'struct minlmreport'.
_minlmreport_clear ( struct minlmreport* p )1st parameter 'p' (pointer) has base type 'struct minlmreport'.
_minlmreport_init ( struct minlmreport* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct minlmreport'.
_minlmreport_init_copy ( struct minlmreport* dst, struct minlmreport* src, struct ae_state* _state, bool make_automatic )2nd parameter 'src' (pointer) has base type 'struct minlmreport'.
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->optrep' in 8th parameter 'state' (pointer) has type 'struct minlmreport'.
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->optrep' in 8th parameter 'state' (pointer) has type 'struct minlmreport'.
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->optrep' in 7th parameter 'state' (pointer) has type 'struct minlmreport'.
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->optrep' in 9th parameter 'state' (pointer) has type 'struct minlmreport'.
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->optrep' in 9th parameter 'state' (pointer) has type 'struct minlmreport'.
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->optrep' in 8th parameter 'state' (pointer) has type 'struct minlmreport'.
lsfititeration ( struct lsfitstate* state, struct ae_state* _state )Field 'state->optrep' in 1st parameter 'state' (pointer) has type 'struct minlmreport'.
lsfitresults ( struct lsfitstate* state, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, struct ae_state* _state )Field 'state->optrep' in 1st parameter 'state' (pointer) has type 'struct minlmreport'.
lsfitsetbc ( struct lsfitstate* state, ae_vector* bndl, ae_vector* bndu, struct ae_state* _state )Field 'state->optrep' in 1st parameter 'state' (pointer) has type 'struct minlmreport'.
lsfitsetcond ( struct lsfitstate* state, double epsf, double epsx, ae_int_t maxits, struct ae_state* _state )Field 'state->optrep' in 1st parameter 'state' (pointer) has type 'struct minlmreport'.
lsfitsetscale ( struct lsfitstate* state, ae_vector* s, struct ae_state* _state )Field 'state->optrep' in 1st parameter 'state' (pointer) has type 'struct minlmreport'.
lsfitsetstpmax ( struct lsfitstate* state, double stpmax, struct ae_state* _state )Field 'state->optrep' in 1st parameter 'state' (pointer) has type 'struct minlmreport'.
lsfitsetxrep ( struct lsfitstate* state, bool needxrep, struct ae_state* _state )Field 'state->optrep' in 1st parameter 'state' (pointer) has type 'struct minlmreport'.
minlmresults ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, struct ae_state* _state )3rd parameter 'rep' (pointer) has base type 'struct minlmreport'.
minlmresultsbuf ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, struct ae_state* _state )3rd parameter 'rep' (pointer) has base type 'struct minlmreport'.
[+] struct minlmstate (10)
| Change |
Effect |
1 | Field fc1 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 gc1 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 gm1 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 gp1 has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
5 | Field repfuncidx has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
6 | Field repvaridx has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
7 | Field teststep has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
8 | Size of field internalrep has been changed from 12 bytes to 16 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. |
9 | Size of field internalstate has been changed from 772 bytes to 784 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. |
10 | Size of field qpstate has been changed from 852 bytes to 1988 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 '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 (22)
| Change |
Effect |
1 | Field a 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 activeb 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 activecm 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 activecr has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
5 | Field activelin has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
6 | Field activelincnt has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
7 | Field anorm has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
8 | Field ccount has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
9 | Field cleic 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. |
10 | Field cmatrix 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. |
11 | Field cr 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. |
12 | Field nec 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. |
13 | Field nic 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. |
14 | Field workcleic 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. |
15 | Field buf has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
16 | Field bufa has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
17 | Field bufb has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
18 | Field bufx has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
19 | Field itmp0 has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
20 | Field p2 has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
21 | The relative position of field gc has been changed from 11 to 12. | Applications will access incorrect memory when attempting to access this field. |
22 | The relative position of field xc has been changed from 10 to 11. | Applications will access incorrect memory when attempting to access this 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 '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 ( )Field 'this->p_struct' in the object of this method has base type 'struct minqpstate'.
alglib::_minqpstate_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct minqpstate'.
alglib::_minqpstate_owner::operator = ( alglib::_minqpstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minqpstate'.
alglib::_minqpstate_owner::~_minqpstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minqpstate'.
_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 )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 Data Types, Low Severity (34)
dataanalysis.h
namespace alglib_impl
[+] struct mcpdstate (1)
| Change |
Effect |
1 | Size of field br has been changed from 56 bytes to 60 bytes. | Previous accesses of applications and library functions to this field 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'.
interpolation.h
namespace alglib_impl
[+] struct lsfitreport (1)
| Change |
Effect |
1 | Size of this type has been changed from 52 bytes to 56 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (14)
alglib::_lsfitreport_owner::_lsfitreport_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct lsfitreport'.
alglib::_lsfitreport_owner::_lsfitreport_owner [in-charge] ( alglib::_lsfitreport_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct lsfitreport'.
alglib::_lsfitreport_owner::c_ptr ( )Field 'this->p_struct' in the object of this method has base type 'struct lsfitreport'.
alglib::_lsfitreport_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct lsfitreport'.
alglib::_lsfitreport_owner::operator = ( alglib::_lsfitreport_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct lsfitreport'.
alglib::_lsfitreport_owner::~_lsfitreport_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct lsfitreport'.
_lsfitreport_clear ( struct lsfitreport* p )1st parameter 'p' (pointer) has base type 'struct lsfitreport'.
_lsfitreport_init ( struct lsfitreport* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct lsfitreport'.
_lsfitreport_init_copy ( struct lsfitreport* dst, struct lsfitreport* src, struct ae_state* _state, bool make_automatic )1st parameter 'dst' (pointer) has base type 'struct lsfitreport'.
lsfitlinear ( ae_vector* y, ae_matrix* fmatrix, ae_int_t n, ae_int_t m, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, struct ae_state* _state )7th parameter 'rep' (pointer) has base type 'struct lsfitreport'.
lsfitlinearc ( ae_vector* y, ae_matrix* fmatrix, ae_matrix* cmatrix, ae_int_t n, ae_int_t m, ae_int_t k, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, struct ae_state* _state )9th parameter 'rep' (pointer) has base type 'struct lsfitreport'.
lsfitlinearw ( ae_vector* y, ae_vector* w, ae_matrix* fmatrix, ae_int_t n, ae_int_t m, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, struct ae_state* _state )8th parameter 'rep' (pointer) has base type 'struct lsfitreport'.
lsfitlinearwc ( ae_vector* y, ae_vector* w, ae_matrix* fmatrix, ae_matrix* cmatrix, ae_int_t n, ae_int_t m, ae_int_t k, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, struct ae_state* _state )10th parameter 'rep' (pointer) has base type 'struct lsfitreport'.
lsfitresults ( struct lsfitstate* state, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, struct ae_state* _state )4th parameter 'rep' (pointer) has base type 'struct lsfitreport'.
[+] struct lsfitstate (1)
| Change |
Effect |
1 | Size of this type has been changed from 2980 bytes to 4288 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] 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 spline2dinterpolant (8)
| Change |
Effect |
1 | Field d 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 f has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field m has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field n has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
5 | Field stype has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
6 | Field x has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
7 | Field y has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
8 | Size of this type has been changed from 28 bytes to 92 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (17)
alglib::_spline2dinterpolant_owner::_spline2dinterpolant_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct spline2dinterpolant'.
alglib::_spline2dinterpolant_owner::_spline2dinterpolant_owner [in-charge] ( alglib::_spline2dinterpolant_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct spline2dinterpolant'.
alglib::_spline2dinterpolant_owner::c_ptr ( )Return value (pointer) has base type 'struct spline2dinterpolant'.
alglib::_spline2dinterpolant_owner::c_ptr ( ) constReturn value (pointer) has base type 'struct spline2dinterpolant'.
alglib::_spline2dinterpolant_owner::operator = ( alglib::_spline2dinterpolant_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct spline2dinterpolant'.
alglib::_spline2dinterpolant_owner::~_spline2dinterpolant_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct spline2dinterpolant'.
_spline2dinterpolant_clear ( struct spline2dinterpolant* p )1st parameter 'p' (pointer) has base type 'struct spline2dinterpolant'.
_spline2dinterpolant_init ( struct spline2dinterpolant* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct spline2dinterpolant'.
_spline2dinterpolant_init_copy ( struct spline2dinterpolant* dst, struct spline2dinterpolant* src, struct ae_state* _state, bool make_automatic )1st parameter 'dst' (pointer) has base type 'struct spline2dinterpolant'.
spline2dbuildbicubic ( ae_vector* x, ae_vector* y, ae_matrix* f, ae_int_t m, ae_int_t n, struct spline2dinterpolant* c, struct ae_state* _state )6th parameter 'c' (pointer) has base type 'struct spline2dinterpolant'.
spline2dbuildbilinear ( ae_vector* x, ae_vector* y, ae_matrix* f, ae_int_t m, ae_int_t n, struct spline2dinterpolant* c, struct ae_state* _state )6th parameter 'c' (pointer) has base type 'struct spline2dinterpolant'.
spline2dcalc ( struct spline2dinterpolant* c, double x, double y, struct ae_state* _state )1st parameter 'c' (pointer) has base type 'struct spline2dinterpolant'.
spline2dcopy ( struct spline2dinterpolant* c, struct spline2dinterpolant* cc, struct ae_state* _state )2nd parameter 'cc' (pointer) has base type 'struct spline2dinterpolant'.
spline2ddiff ( struct spline2dinterpolant* c, double x, double y, double* f, double* fx, double* fy, double* fxy, struct ae_state* _state )1st parameter 'c' (pointer) has base type 'struct spline2dinterpolant'.
spline2dlintransf ( struct spline2dinterpolant* c, double a, double b, struct ae_state* _state )1st parameter 'c' (pointer) has base type 'struct spline2dinterpolant'.
spline2dlintransxy ( struct spline2dinterpolant* c, double ax, double bx, double ay, double by, struct ae_state* _state )1st parameter 'c' (pointer) has base type 'struct spline2dinterpolant'.
spline2dunpack ( struct spline2dinterpolant* c, ae_int_t* m, ae_int_t* n, ae_matrix* tbl, struct ae_state* _state )1st parameter 'c' (pointer) has base type 'struct spline2dinterpolant'.
optimization.h
namespace alglib_impl
[+] struct minbleicreport (1)
| Change |
Effect |
1 | Size of this type has been changed from 56 bytes to 60 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 2048 bytes to 2044 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 mincgreport (1)
| Change |
Effect |
1 | Size of this type has been changed from 12 bytes to 16 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (63)
alglib::_mcpdstate_owner::_mcpdstate_owner [in-charge] ( )Field 'this->p_struct->bs->cgrep' in the object of this method has type 'struct mincgreport'.
alglib::_mcpdstate_owner::_mcpdstate_owner [in-charge] ( alglib::_mcpdstate_owner const& rhs )Field 'rhs->p_struct->bs->cgrep' in 1st parameter 'rhs' (reference) has type 'struct mincgreport'.
alglib::_mcpdstate_owner::c_ptr ( )Field 'retval->bs->cgrep' in return value (pointer) has type 'struct mincgreport'.
alglib::_mcpdstate_owner::c_ptr ( ) constField 'retval->bs->cgrep' in return value (pointer) has type 'struct mincgreport'.
alglib::_mcpdstate_owner::operator = ( alglib::_mcpdstate_owner const& rhs )Field 'rhs->p_struct->bs->cgrep' in 1st parameter 'rhs' (reference) has type 'struct mincgreport'.
alglib::_mcpdstate_owner::~_mcpdstate_owner [in-charge] ( )Field 'this->p_struct->bs->cgrep' in the object of this method has type 'struct mincgreport'.
alglib::_minbleicstate_owner::_minbleicstate_owner [in-charge] ( )Field 'this->p_struct->cgrep' in the object of this method has type 'struct mincgreport'.
alglib::_minbleicstate_owner::_minbleicstate_owner [in-charge] ( alglib::_minbleicstate_owner const& rhs )Field 'rhs->p_struct->cgrep' in 1st parameter 'rhs' (reference) has type 'struct mincgreport'.
alglib::_minbleicstate_owner::c_ptr ( )Field 'this->p_struct->cgrep' in the object of this method has type 'struct mincgreport'.
alglib::_minbleicstate_owner::c_ptr ( ) constField 'this->p_struct->cgrep' in the object of this method has type 'struct mincgreport'.
alglib::_minbleicstate_owner::operator = ( alglib::_minbleicstate_owner const& rhs )Field 'rhs->p_struct->cgrep' in 1st parameter 'rhs' (reference) has type 'struct mincgreport'.
alglib::_minbleicstate_owner::~_minbleicstate_owner [in-charge] ( )Field 'this->p_struct->cgrep' in the object of this method has type 'struct mincgreport'.
alglib::_mincgreport_owner::_mincgreport_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mincgreport'.
alglib::_mincgreport_owner::_mincgreport_owner [in-charge] ( alglib::_mincgreport_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mincgreport'.
alglib::_mincgreport_owner::c_ptr ( )Return value (pointer) has base type 'struct mincgreport'.
alglib::_mincgreport_owner::c_ptr ( ) constReturn value (pointer) has base type 'struct mincgreport'.
alglib::_mincgreport_owner::operator = ( alglib::_mincgreport_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct mincgreport'.
alglib::_mincgreport_owner::~_mincgreport_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct mincgreport'.
_mcpdstate_clear ( struct mcpdstate* p )Field 'p->bs->cgrep' in 1st parameter 'p' (pointer) has type 'struct mincgreport'.
_mcpdstate_init ( struct mcpdstate* p, struct ae_state* _state, bool make_automatic )Field 'p->bs->cgrep' in 1st parameter 'p' (pointer) has type 'struct mincgreport'.
_mcpdstate_init_copy ( struct mcpdstate* dst, struct mcpdstate* src, struct ae_state* _state, bool make_automatic )Field 'src->bs->cgrep' in 2nd parameter 'src' (pointer) has type 'struct mincgreport'.
_minbleicstate_clear ( struct minbleicstate* p )Field 'p->cgrep' in 1st parameter 'p' (pointer) has type 'struct mincgreport'.
_minbleicstate_init ( struct minbleicstate* p, struct ae_state* _state, bool make_automatic )Field 'p->cgrep' in 1st parameter 'p' (pointer) has type 'struct mincgreport'.
_minbleicstate_init_copy ( struct minbleicstate* dst, struct minbleicstate* src, struct ae_state* _state, bool make_automatic )Field 'src->cgrep' in 2nd parameter 'src' (pointer) has type 'struct mincgreport'.
_mincgreport_clear ( struct mincgreport* p )1st parameter 'p' (pointer) has base type 'struct mincgreport'.
_mincgreport_init ( struct mincgreport* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct mincgreport'.
_mincgreport_init_copy ( struct mincgreport* dst, struct mincgreport* src, struct ae_state* _state, bool make_automatic )1st parameter 'dst' (pointer) has base type 'struct mincgreport'.
mcpdaddbc ( struct mcpdstate* s, ae_int_t i, ae_int_t j, double bndl, double bndu, struct ae_state* _state )Field 's->bs->cgrep' in 1st parameter 's' (pointer) has type 'struct mincgreport'.
mcpdaddec ( struct mcpdstate* s, ae_int_t i, ae_int_t j, double c, struct ae_state* _state )Field 's->bs->cgrep' in 1st parameter 's' (pointer) has type 'struct mincgreport'.
mcpdaddtrack ( struct mcpdstate* s, ae_matrix* xy, ae_int_t k, struct ae_state* _state )Field 's->bs->cgrep' in 1st parameter 's' (pointer) has type 'struct mincgreport'.
mcpdcreate ( ae_int_t n, struct mcpdstate* s, struct ae_state* _state )Field 's->bs->cgrep' in 2nd parameter 's' (pointer) has type 'struct mincgreport'.
mcpdcreateentry ( ae_int_t n, ae_int_t entrystate, struct mcpdstate* s, struct ae_state* _state )Field 's->bs->cgrep' in 3rd parameter 's' (pointer) has type 'struct mincgreport'.
mcpdcreateentryexit ( ae_int_t n, ae_int_t entrystate, ae_int_t exitstate, struct mcpdstate* s, struct ae_state* _state )Field 's->bs->cgrep' in 4th parameter 's' (pointer) has type 'struct mincgreport'.
mcpdcreateexit ( ae_int_t n, ae_int_t exitstate, struct mcpdstate* s, struct ae_state* _state )Field 's->bs->cgrep' in 3rd parameter 's' (pointer) has type 'struct mincgreport'.
mcpdresults ( struct mcpdstate* s, ae_matrix* p, struct mcpdreport* rep, struct ae_state* _state )Field 's->bs->cgrep' in 1st parameter 's' (pointer) has type 'struct mincgreport'.
mcpdsetbc ( struct mcpdstate* s, ae_matrix* bndl, ae_matrix* bndu, struct ae_state* _state )Field 's->bs->cgrep' in 1st parameter 's' (pointer) has type 'struct mincgreport'.
mcpdsetec ( struct mcpdstate* s, ae_matrix* ec, struct ae_state* _state )Field 's->bs->cgrep' in 1st parameter 's' (pointer) has type 'struct mincgreport'.
mcpdsetlc ( struct mcpdstate* s, ae_matrix* c, ae_vector* ct, ae_int_t k, struct ae_state* _state )Field 's->bs->cgrep' in 1st parameter 's' (pointer) has type 'struct mincgreport'.
mcpdsetpredictionweights ( struct mcpdstate* s, ae_vector* pw, struct ae_state* _state )Field 's->bs->cgrep' in 1st parameter 's' (pointer) has type 'struct mincgreport'.
mcpdsetprior ( struct mcpdstate* s, ae_matrix* pp, struct ae_state* _state )Field 's->bs->cgrep' in 1st parameter 's' (pointer) has type 'struct mincgreport'.
mcpdsettikhonovregularizer ( struct mcpdstate* s, double v, struct ae_state* _state )Field 's->bs->cgrep' in 1st parameter 's' (pointer) has type 'struct mincgreport'.
mcpdsolve ( struct mcpdstate* s, struct ae_state* _state )Field 's->bs->cgrep' in 1st parameter 's' (pointer) has type 'struct mincgreport'.
minbleiccreate ( ae_int_t n, ae_vector* x, struct minbleicstate* state, struct ae_state* _state )Field 'state->cgrep' in 3rd parameter 'state' (pointer) has type 'struct mincgreport'.
minbleiccreatef ( ae_int_t n, ae_vector* x, double diffstep, struct minbleicstate* state, struct ae_state* _state )Field 'state->cgrep' in 4th parameter 'state' (pointer) has type 'struct mincgreport'.
minbleiciteration ( struct minbleicstate* state, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicrestartfrom ( struct minbleicstate* state, ae_vector* x, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicresults ( struct minbleicstate* state, ae_vector* x, struct minbleicreport* rep, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicresultsbuf ( struct minbleicstate* state, ae_vector* x, struct minbleicreport* rep, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetbarrierdecay ( struct minbleicstate* state, double mudecay, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetbarrierwidth ( struct minbleicstate* state, double mu, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetbc ( struct minbleicstate* state, ae_vector* bndl, ae_vector* bndu, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetinnercond ( struct minbleicstate* state, double epsg, double epsf, double epsx, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetlc ( struct minbleicstate* state, ae_matrix* c, ae_vector* ct, ae_int_t k, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetmaxits ( struct minbleicstate* state, ae_int_t maxits, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetoutercond ( struct minbleicstate* state, double epsx, double epsi, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetprecdefault ( struct minbleicstate* state, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetprecdiag ( struct minbleicstate* state, ae_vector* d, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetprecscale ( struct minbleicstate* state, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetscale ( struct minbleicstate* state, ae_vector* s, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetstpmax ( struct minbleicstate* state, double stpmax, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
minbleicsetxrep ( struct minbleicstate* state, bool needxrep, struct ae_state* _state )Field 'state->cgrep' in 1st parameter 'state' (pointer) has type 'struct mincgreport'.
mincgresults ( struct mincgstate* state, ae_vector* x, struct mincgreport* rep, struct ae_state* _state )3rd parameter 'rep' (pointer) has base type 'struct mincgreport'.
mincgresultsbuf ( struct mincgstate* state, ae_vector* x, struct mincgreport* rep, struct ae_state* _state )3rd parameter 'rep' (pointer) has base type 'struct mincgreport'.
[+] struct mincgstate (1)
| Change |
Effect |
1 | Size of this type has been changed from 860 bytes to 872 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] 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 'retval->bs->cgstate' in return value (pointer) has type 'struct mincgstate'.
alglib::_mcpdstate_owner::c_ptr ( ) constField 'retval->bs->cgstate' in return value (pointer) 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 'this->p_struct->cgstate' in the object of this method has type 'struct mincgstate'.
alglib::_minbleicstate_owner::c_ptr ( ) constField 'this->p_struct->cgstate' in the object of this method 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 minlbfgsreport (1)
| Change |
Effect |
1 | Size of this type has been changed from 12 bytes to 16 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (58)
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optstate->internalrep' in the object of this method has type 'struct minlbfgsreport'.
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optstate->internalrep' in 1st parameter 'rhs' (reference) has type 'struct minlbfgsreport'.
alglib::_lsfitstate_owner::c_ptr ( )Field 'this->p_struct->optstate->internalrep' in the object of this method has type 'struct minlbfgsreport'.
alglib::_lsfitstate_owner::c_ptr ( ) constField 'this->p_struct->optstate->internalrep' in the object of this method has type 'struct minlbfgsreport'.
alglib::_lsfitstate_owner::operator = ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optstate->internalrep' in 1st parameter 'rhs' (reference) has type 'struct minlbfgsreport'.
alglib::_lsfitstate_owner::~_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optstate->internalrep' in the object of this method has type 'struct minlbfgsreport'.
alglib::_minlbfgsreport_owner::_minlbfgsreport_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minlbfgsreport'.
alglib::_minlbfgsreport_owner::_minlbfgsreport_owner [in-charge] ( alglib::_minlbfgsreport_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minlbfgsreport'.
alglib::_minlbfgsreport_owner::c_ptr ( )Field 'this->p_struct' in the object of this method has base type 'struct minlbfgsreport'.
alglib::_minlbfgsreport_owner::c_ptr ( ) constField 'this->p_struct' in the object of this method has base type 'struct minlbfgsreport'.
alglib::_minlbfgsreport_owner::operator = ( alglib::_minlbfgsreport_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minlbfgsreport'.
alglib::_minlbfgsreport_owner::~_minlbfgsreport_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minlbfgsreport'.
alglib::_minlmstate_owner::_minlmstate_owner [in-charge] ( )Field 'this->p_struct->internalrep' in the object of this method has type 'struct minlbfgsreport'.
alglib::_minlmstate_owner::_minlmstate_owner [in-charge] ( alglib::_minlmstate_owner const& rhs )Field 'rhs->p_struct->internalrep' in 1st parameter 'rhs' (reference) has type 'struct minlbfgsreport'.
alglib::_minlmstate_owner::c_ptr ( )Field 'this->p_struct->internalrep' in the object of this method has type 'struct minlbfgsreport'.
alglib::_minlmstate_owner::c_ptr ( ) constField 'this->p_struct->internalrep' in the object of this method has type 'struct minlbfgsreport'.
alglib::_minlmstate_owner::operator = ( alglib::_minlmstate_owner const& rhs )Field 'rhs->p_struct->internalrep' in 1st parameter 'rhs' (reference) has type 'struct minlbfgsreport'.
alglib::_minlmstate_owner::~_minlmstate_owner [in-charge] ( )Field 'this->p_struct->internalrep' in the object of this method has type 'struct minlbfgsreport'.
_lsfitstate_clear ( struct lsfitstate* p )Field 'p->optstate->internalrep' in 1st parameter 'p' (pointer) has type 'struct minlbfgsreport'.
_lsfitstate_init ( struct lsfitstate* p, struct ae_state* _state, bool make_automatic )Field 'p->optstate->internalrep' in 1st parameter 'p' (pointer) has type 'struct minlbfgsreport'.
_lsfitstate_init_copy ( struct lsfitstate* dst, struct lsfitstate* src, struct ae_state* _state, bool make_automatic )Field 'dst->optstate->internalrep' in 1st parameter 'dst' (pointer) has type 'struct minlbfgsreport'.
_minlbfgsreport_clear ( struct minlbfgsreport* p )1st parameter 'p' (pointer) has base type 'struct minlbfgsreport'.
_minlbfgsreport_init ( struct minlbfgsreport* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct minlbfgsreport'.
_minlbfgsreport_init_copy ( struct minlbfgsreport* dst, struct minlbfgsreport* src, struct ae_state* _state, bool make_automatic )1st parameter 'dst' (pointer) has base type 'struct minlbfgsreport'.
_minlmstate_clear ( struct minlmstate* p )Field 'p->internalrep' in 1st parameter 'p' (pointer) has type 'struct minlbfgsreport'.
_minlmstate_init ( struct minlmstate* p, struct ae_state* _state, bool make_automatic )Field 'p->internalrep' in 1st parameter 'p' (pointer) has type 'struct minlbfgsreport'.
_minlmstate_init_copy ( struct minlmstate* dst, struct minlmstate* src, struct ae_state* _state, bool make_automatic )Field 'src->internalrep' in 2nd parameter 'src' (pointer) has type 'struct minlbfgsreport'.
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->internalrep' in 8th parameter 'state' (pointer) has type 'struct minlbfgsreport'.
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->internalrep' in 8th parameter 'state' (pointer) has type 'struct minlbfgsreport'.
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->internalrep' in 7th parameter 'state' (pointer) has type 'struct minlbfgsreport'.
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->internalrep' in 9th parameter 'state' (pointer) has type 'struct minlbfgsreport'.
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->internalrep' in 9th parameter 'state' (pointer) has type 'struct minlbfgsreport'.
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->internalrep' in 8th parameter 'state' (pointer) has type 'struct minlbfgsreport'.
lsfititeration ( struct lsfitstate* state, struct ae_state* _state )Field 'state->optstate->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
lsfitresults ( struct lsfitstate* state, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, struct ae_state* _state )Field 'state->optstate->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
lsfitsetbc ( struct lsfitstate* state, ae_vector* bndl, ae_vector* bndu, struct ae_state* _state )Field 'state->optstate->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
lsfitsetcond ( struct lsfitstate* state, double epsf, double epsx, ae_int_t maxits, struct ae_state* _state )Field 'state->optstate->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
lsfitsetscale ( struct lsfitstate* state, ae_vector* s, struct ae_state* _state )Field 'state->optstate->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
lsfitsetstpmax ( struct lsfitstate* state, double stpmax, struct ae_state* _state )Field 'state->optstate->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
lsfitsetxrep ( struct lsfitstate* state, bool needxrep, struct ae_state* _state )Field 'state->optstate->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlbfgsresults ( struct minlbfgsstate* state, ae_vector* x, struct minlbfgsreport* rep, struct ae_state* _state )3rd parameter 'rep' (pointer) has base type 'struct minlbfgsreport'.
minlbfgsresultsbuf ( struct minlbfgsstate* state, ae_vector* x, struct minlbfgsreport* rep, struct ae_state* _state )3rd parameter 'rep' (pointer) has base type 'struct minlbfgsreport'.
minlmcreatefgh ( ae_int_t n, ae_vector* x, struct minlmstate* state, struct ae_state* _state )Field 'state->internalrep' in 3rd parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmcreatefgj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, struct ae_state* _state )Field 'state->internalrep' in 4th parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmcreatefj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, struct ae_state* _state )Field 'state->internalrep' in 4th parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmcreatev ( ae_int_t n, ae_int_t m, ae_vector* x, double diffstep, struct minlmstate* state, struct ae_state* _state )Field 'state->internalrep' in 5th parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmcreatevgj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, struct ae_state* _state )Field 'state->internalrep' in 4th parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmcreatevj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, struct ae_state* _state )Field 'state->internalrep' in 4th parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmiteration ( struct minlmstate* state, struct ae_state* _state )Field 'state->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmrestartfrom ( struct minlmstate* state, ae_vector* x, struct ae_state* _state )Field 'state->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmresults ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, struct ae_state* _state )Field 'state->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmresultsbuf ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, struct ae_state* _state )Field 'state->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmsetacctype ( struct minlmstate* state, ae_int_t acctype, struct ae_state* _state )Field 'state->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmsetbc ( struct minlmstate* state, ae_vector* bndl, ae_vector* bndu, struct ae_state* _state )Field 'state->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmsetcond ( struct minlmstate* state, double epsg, double epsf, double epsx, ae_int_t maxits, struct ae_state* _state )Field 'state->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmsetscale ( struct minlmstate* state, ae_vector* s, struct ae_state* _state )Field 'state->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmsetstpmax ( struct minlmstate* state, double stpmax, struct ae_state* _state )Field 'state->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
minlmsetxrep ( struct minlmstate* state, bool needxrep, struct ae_state* _state )Field 'state->internalrep' in 1st parameter 'state' (pointer) has type 'struct minlbfgsreport'.
[+] struct minlbfgsstate (1)
| Change |
Effect |
1 | Size of this type has been changed from 772 bytes to 784 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (73)
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optstate->internalstate' in the object of this method has type 'struct minlbfgsstate'.
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optstate->internalstate' in 1st parameter 'rhs' (reference) has type 'struct minlbfgsstate'.
alglib::_lsfitstate_owner::c_ptr ( )Field 'this->p_struct->optstate->internalstate' in the object of this method has type 'struct minlbfgsstate'.
alglib::_lsfitstate_owner::c_ptr ( ) constField 'this->p_struct->optstate->internalstate' in the object of this method has type 'struct minlbfgsstate'.
alglib::_lsfitstate_owner::operator = ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optstate->internalstate' in 1st parameter 'rhs' (reference) has type 'struct minlbfgsstate'.
alglib::_lsfitstate_owner::~_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optstate->internalstate' in the object of this method has type 'struct minlbfgsstate'.
alglib::_minlbfgsstate_owner::_minlbfgsstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minlbfgsstate'.
alglib::_minlbfgsstate_owner::_minlbfgsstate_owner [in-charge] ( alglib::_minlbfgsstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minlbfgsstate'.
alglib::_minlbfgsstate_owner::c_ptr ( )Return value (pointer) has base type 'struct minlbfgsstate'.
alglib::_minlbfgsstate_owner::c_ptr ( ) constReturn value (pointer) has base type 'struct minlbfgsstate'.
alglib::_minlbfgsstate_owner::operator = ( alglib::_minlbfgsstate_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minlbfgsstate'.
alglib::_minlbfgsstate_owner::~_minlbfgsstate_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minlbfgsstate'.
alglib::_minlmstate_owner::_minlmstate_owner [in-charge] ( )Field 'this->p_struct->internalstate' in the object of this method has type 'struct minlbfgsstate'.
alglib::_minlmstate_owner::_minlmstate_owner [in-charge] ( alglib::_minlmstate_owner const& rhs )Field 'rhs->p_struct->internalstate' in 1st parameter 'rhs' (reference) has type 'struct minlbfgsstate'.
alglib::_minlmstate_owner::c_ptr ( )Field 'this->p_struct->internalstate' in the object of this method has type 'struct minlbfgsstate'.
alglib::_minlmstate_owner::c_ptr ( ) constField 'this->p_struct->internalstate' in the object of this method has type 'struct minlbfgsstate'.
alglib::_minlmstate_owner::operator = ( alglib::_minlmstate_owner const& rhs )Field 'rhs->p_struct->internalstate' in 1st parameter 'rhs' (reference) has type 'struct minlbfgsstate'.
alglib::_minlmstate_owner::~_minlmstate_owner [in-charge] ( )Field 'this->p_struct->internalstate' in the object of this method has type 'struct minlbfgsstate'.
_lsfitstate_clear ( struct lsfitstate* p )Field 'p->optstate->internalstate' in 1st parameter 'p' (pointer) has type 'struct minlbfgsstate'.
_lsfitstate_init ( struct lsfitstate* p, struct ae_state* _state, bool make_automatic )Field 'p->optstate->internalstate' in 1st parameter 'p' (pointer) has type 'struct minlbfgsstate'.
_lsfitstate_init_copy ( struct lsfitstate* dst, struct lsfitstate* src, struct ae_state* _state, bool make_automatic )Field 'src->optstate->internalstate' in 2nd parameter 'src' (pointer) has type 'struct minlbfgsstate'.
_minlbfgsstate_clear ( struct minlbfgsstate* p )1st parameter 'p' (pointer) has base type 'struct minlbfgsstate'.
_minlbfgsstate_init ( struct minlbfgsstate* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct minlbfgsstate'.
_minlbfgsstate_init_copy ( struct minlbfgsstate* dst, struct minlbfgsstate* src, struct ae_state* _state, bool make_automatic )2nd parameter 'src' (pointer) has base type 'struct minlbfgsstate'.
_minlmstate_clear ( struct minlmstate* p )Field 'p->internalstate' in 1st parameter 'p' (pointer) has type 'struct minlbfgsstate'.
_minlmstate_init ( struct minlmstate* p, struct ae_state* _state, bool make_automatic )Field 'p->internalstate' in 1st parameter 'p' (pointer) has type 'struct minlbfgsstate'.
_minlmstate_init_copy ( struct minlmstate* dst, struct minlmstate* src, struct ae_state* _state, bool make_automatic )Field 'dst->internalstate' in 1st parameter 'dst' (pointer) has type 'struct minlbfgsstate'.
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->internalstate' in 8th parameter 'state' (pointer) has type 'struct minlbfgsstate'.
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->internalstate' in 8th parameter 'state' (pointer) has type 'struct minlbfgsstate'.
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->internalstate' in 7th parameter 'state' (pointer) has type 'struct minlbfgsstate'.
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->internalstate' in 9th parameter 'state' (pointer) has type 'struct minlbfgsstate'.
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->internalstate' in 9th parameter 'state' (pointer) has type 'struct minlbfgsstate'.
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->internalstate' in 8th parameter 'state' (pointer) has type 'struct minlbfgsstate'.
lsfititeration ( struct lsfitstate* state, struct ae_state* _state )Field 'state->optstate->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
lsfitresults ( struct lsfitstate* state, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, struct ae_state* _state )Field 'state->optstate->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
lsfitsetbc ( struct lsfitstate* state, ae_vector* bndl, ae_vector* bndu, struct ae_state* _state )Field 'state->optstate->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
lsfitsetcond ( struct lsfitstate* state, double epsf, double epsx, ae_int_t maxits, struct ae_state* _state )Field 'state->optstate->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
lsfitsetscale ( struct lsfitstate* state, ae_vector* s, struct ae_state* _state )Field 'state->optstate->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
lsfitsetstpmax ( struct lsfitstate* state, double stpmax, struct ae_state* _state )Field 'state->optstate->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
lsfitsetxrep ( struct lsfitstate* state, bool needxrep, struct ae_state* _state )Field 'state->optstate->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlbfgscreate ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlbfgsstate* state, struct ae_state* _state )4th parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgscreatef ( ae_int_t n, ae_int_t m, ae_vector* x, double diffstep, struct minlbfgsstate* state, struct ae_state* _state )5th parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgscreatex ( ae_int_t n, ae_int_t m, ae_vector* x, ae_int_t flags, double diffstep, struct minlbfgsstate* state, struct ae_state* _state )6th parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgsiteration ( struct minlbfgsstate* state, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgsrestartfrom ( struct minlbfgsstate* state, ae_vector* x, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgsresults ( struct minlbfgsstate* state, ae_vector* x, struct minlbfgsreport* rep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgsresultsbuf ( struct minlbfgsstate* state, ae_vector* x, struct minlbfgsreport* rep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgssetcholeskypreconditioner ( struct minlbfgsstate* state, ae_matrix* p, bool isupper, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgssetcond ( struct minlbfgsstate* state, double epsg, double epsf, double epsx, ae_int_t maxits, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgssetdefaultpreconditioner ( struct minlbfgsstate* state, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgssetpreccholesky ( struct minlbfgsstate* state, ae_matrix* p, bool isupper, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgssetprecdefault ( struct minlbfgsstate* state, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgssetprecdiag ( struct minlbfgsstate* state, ae_vector* d, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgssetprecscale ( struct minlbfgsstate* state, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgssetscale ( struct minlbfgsstate* state, ae_vector* s, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgssetstpmax ( struct minlbfgsstate* state, double stpmax, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlbfgssetxrep ( struct minlbfgsstate* state, bool needxrep, struct ae_state* _state )1st parameter 'state' (pointer) has base type 'struct minlbfgsstate'.
minlmcreatefgh ( ae_int_t n, ae_vector* x, struct minlmstate* state, struct ae_state* _state )Field 'state->internalstate' in 3rd parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmcreatefgj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, struct ae_state* _state )Field 'state->internalstate' in 4th parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmcreatefj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, struct ae_state* _state )Field 'state->internalstate' in 4th parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmcreatev ( ae_int_t n, ae_int_t m, ae_vector* x, double diffstep, struct minlmstate* state, struct ae_state* _state )Field 'state->internalstate' in 5th parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmcreatevgj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, struct ae_state* _state )Field 'state->internalstate' in 4th parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmcreatevj ( ae_int_t n, ae_int_t m, ae_vector* x, struct minlmstate* state, struct ae_state* _state )Field 'state->internalstate' in 4th parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmiteration ( struct minlmstate* state, struct ae_state* _state )Field 'state->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmrestartfrom ( struct minlmstate* state, ae_vector* x, struct ae_state* _state )Field 'state->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmresults ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, struct ae_state* _state )Field 'state->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmresultsbuf ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, struct ae_state* _state )Field 'state->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmsetacctype ( struct minlmstate* state, ae_int_t acctype, struct ae_state* _state )Field 'state->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmsetbc ( struct minlmstate* state, ae_vector* bndl, ae_vector* bndu, struct ae_state* _state )Field 'state->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmsetcond ( struct minlmstate* state, double epsg, double epsf, double epsx, ae_int_t maxits, struct ae_state* _state )Field 'state->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmsetscale ( struct minlmstate* state, ae_vector* s, struct ae_state* _state )Field 'state->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmsetstpmax ( struct minlmstate* state, double stpmax, struct ae_state* _state )Field 'state->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
minlmsetxrep ( struct minlmstate* state, bool needxrep, struct ae_state* _state )Field 'state->internalstate' in 1st parameter 'state' (pointer) has type 'struct minlbfgsstate'.
[+] struct minlmreport (1)
| Change |
Effect |
1 | Size of this type has been changed from 28 bytes to 36 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (33)
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optrep' in the object of this method has type 'struct minlmreport'.
alglib::_lsfitstate_owner::_lsfitstate_owner [in-charge] ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optrep' in 1st parameter 'rhs' (reference) has type 'struct minlmreport'.
alglib::_lsfitstate_owner::c_ptr ( )Field 'this->p_struct->optrep' in the object of this method has type 'struct minlmreport'.
alglib::_lsfitstate_owner::c_ptr ( ) constField 'this->p_struct->optrep' in the object of this method has type 'struct minlmreport'.
alglib::_lsfitstate_owner::operator = ( alglib::_lsfitstate_owner const& rhs )Field 'rhs->p_struct->optrep' in 1st parameter 'rhs' (reference) has type 'struct minlmreport'.
alglib::_lsfitstate_owner::~_lsfitstate_owner [in-charge] ( )Field 'this->p_struct->optrep' in the object of this method has type 'struct minlmreport'.
alglib::_minlmreport_owner::_minlmreport_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minlmreport'.
alglib::_minlmreport_owner::_minlmreport_owner [in-charge] ( alglib::_minlmreport_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minlmreport'.
alglib::_minlmreport_owner::c_ptr ( )Return value (pointer) has base type 'struct minlmreport'.
alglib::_minlmreport_owner::c_ptr ( ) constReturn value (pointer) has base type 'struct minlmreport'.
alglib::_minlmreport_owner::operator = ( alglib::_minlmreport_owner const& rhs )Field 'rhs->p_struct' in 1st parameter 'rhs' (reference) has base type 'struct minlmreport'.
alglib::_minlmreport_owner::~_minlmreport_owner [in-charge] ( )Field 'this->p_struct' in the object of this method has base type 'struct minlmreport'.
_lsfitstate_clear ( struct lsfitstate* p )Field 'p->optrep' in 1st parameter 'p' (pointer) has type 'struct minlmreport'.
_lsfitstate_init ( struct lsfitstate* p, struct ae_state* _state, bool make_automatic )Field 'p->optrep' in 1st parameter 'p' (pointer) has type 'struct minlmreport'.
_lsfitstate_init_copy ( struct lsfitstate* dst, struct lsfitstate* src, struct ae_state* _state, bool make_automatic )Field 'dst->optrep' in 1st parameter 'dst' (pointer) has type 'struct minlmreport'.
_minlmreport_clear ( struct minlmreport* p )1st parameter 'p' (pointer) has base type 'struct minlmreport'.
_minlmreport_init ( struct minlmreport* p, struct ae_state* _state, bool make_automatic )1st parameter 'p' (pointer) has base type 'struct minlmreport'.
_minlmreport_init_copy ( struct minlmreport* dst, struct minlmreport* src, struct ae_state* _state, bool make_automatic )1st parameter 'dst' (pointer) has base type 'struct minlmreport'.
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->optrep' in 8th parameter 'state' (pointer) has type 'struct minlmreport'.
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->optrep' in 8th parameter 'state' (pointer) has type 'struct minlmreport'.
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->optrep' in 7th parameter 'state' (pointer) has type 'struct minlmreport'.
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->optrep' in 9th parameter 'state' (pointer) has type 'struct minlmreport'.
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->optrep' in 9th parameter 'state' (pointer) has type 'struct minlmreport'.
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->optrep' in 8th parameter 'state' (pointer) has type 'struct minlmreport'.
lsfititeration ( struct lsfitstate* state, struct ae_state* _state )Field 'state->optrep' in 1st parameter 'state' (pointer) has type 'struct minlmreport'.
lsfitresults ( struct lsfitstate* state, ae_int_t* info, ae_vector* c, struct lsfitreport* rep, struct ae_state* _state )Field 'state->optrep' in 1st parameter 'state' (pointer) has type 'struct minlmreport'.
lsfitsetbc ( struct lsfitstate* state, ae_vector* bndl, ae_vector* bndu, struct ae_state* _state )Field 'state->optrep' in 1st parameter 'state' (pointer) has type 'struct minlmreport'.
lsfitsetcond ( struct lsfitstate* state, double epsf, double epsx, ae_int_t maxits, struct ae_state* _state )Field 'state->optrep' in 1st parameter 'state' (pointer) has type 'struct minlmreport'.
lsfitsetscale ( struct lsfitstate* state, ae_vector* s, struct ae_state* _state )Field 'state->optrep' in 1st parameter 'state' (pointer) has type 'struct minlmreport'.
lsfitsetstpmax ( struct lsfitstate* state, double stpmax, struct ae_state* _state )Field 'state->optrep' in 1st parameter 'state' (pointer) has type 'struct minlmreport'.
lsfitsetxrep ( struct lsfitstate* state, bool needxrep, struct ae_state* _state )Field 'state->optrep' in 1st parameter 'state' (pointer) has type 'struct minlmreport'.
minlmresults ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, struct ae_state* _state )3rd parameter 'rep' (pointer) has base type 'struct minlmreport'.
minlmresultsbuf ( struct minlmstate* state, ae_vector* x, struct minlmreport* rep, struct ae_state* _state )3rd parameter 'rep' (pointer) has base type 'struct minlmreport'.
[+] struct minlmstate (1)
| Change |
Effect |
1 | Size of this type has been changed from 2464 bytes to 3728 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 (15)
| Change |
Effect |
1 | Field estimator 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 lagrangecoeffs has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field lagrangesystem has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field lagrangesystemtmp has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
5 | Field lsrightpart has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
6 | Field lsrightparttmp has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
7 | Field lstmp0 has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
8 | Field lstmp1 has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
9 | Field lstransform 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. |
10 | Field prevactiveb 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. |
11 | Field prevactivelin 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. |
12 | Field tmpfeas 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. |
13 | Field tmpm0 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. |
14 | Size of this type has been changed from 852 bytes to 1988 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
15 | Field dc has been renamed to ct. | 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
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