Home
last modified time | relevance | path

Searched refs:_hessianType (Results 1 – 22 of 22) sorted by relevance

/dports/math/qposases/qpOASES-3.2.1/interfaces/octave/
H A DqpOASES_octave_utils.hpp63 HessianType _hessianType = HST_UNKNOWN, in attributed_string__from_string()
H A DqpOASES_octave_utils.cpp38 QPInstance::QPInstance( uint_t _nV, uint_t _nC, HessianType _hessianType,
52 qpb = new QProblemB( _nV,_hessianType );
56 sqp = new SQProblem( _nV,_nC,_hessianType ); in yaffs_summary_clear()
/dports/math/qposases/qpOASES-3.2.1/interfaces/matlab/
H A DqpOASES_matlab_utils.hpp70 HessianType _hessianType = HST_UNKNOWN,
H A DqpOASES_matlab_utils.cpp38 QPInstance::QPInstance( uint_t _nV, uint_t _nC, HessianType _hessianType, in QPInstance() argument
53 qpb = new QProblemB( _nV,_hessianType ); in QPInstance()
57 sqp = new SQProblem( _nV,_nC,_hessianType ); in QPInstance()
63 sqp = new SQProblemSchur( _nV,_nC,_hessianType ); in QPInstance()
65 sqp = new SQProblem( _nV,_nC,_hessianType ); in QPInstance()
/dports/math/qposases/qpOASES-3.2.1/include/qpOASES/
H A DSQProblem.hpp78 HessianType _hessianType = HST_UNKNOWN, /**< Type of Hessian matrix. */
H A DQProblemB.hpp81 HessianType _hessianType = HST_UNKNOWN, /**< Type of Hessian matrix. */
399 inline returnValue setHessianType( HessianType _hessianType /**< New Hessian type. */
H A DQProblemB.ipp160 inline returnValue QProblemB::setHessianType( HessianType _hessianType )
162 hessianType = _hessianType;
H A DSQProblemSchur.hpp80 HessianType _hessianType = HST_UNKNOWN, /**< Type of Hessian matrix. */
H A DQProblem.hpp80 HessianType _hessianType = HST_UNKNOWN, /**< Type of Hessian matrix. */
/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/include/qpOASES/
H A DSQProblem.hpp78 HessianType _hessianType = HST_UNKNOWN /**< Type of Hessian matrix. */
H A DQProblemB.hpp81 HessianType _hessianType = HST_UNKNOWN /**< Type of Hessian matrix. */
398 inline returnValue setHessianType( HessianType _hessianType /**< New Hessian type. */
H A DQProblemB.ipp160 inline returnValue QProblemB::setHessianType( HessianType _hessianType )
162 hessianType = _hessianType;
H A DSQProblemSchur.hpp134 HessianType _hessianType = HST_UNKNOWN, /**< Type of Hessian matrix. */
H A DQProblem.hpp80 HessianType _hessianType = HST_UNKNOWN /**< Type of Hessian matrix. */
/dports/math/qposases/qpOASES-3.2.1/src/
H A DSQProblem.cpp59 SQProblem::SQProblem( int_t _nV, int_t _nC, HessianType _hessianType, BooleanType allocDenseMats ) in SQProblem() argument
60 : QProblem( _nV,_nC,_hessianType,allocDenseMats ) in SQProblem()
H A DQProblemB.cpp98 QProblemB::QProblemB( int_t _nV, HessianType _hessianType, BooleanType allocDenseMats ) in QProblemB() argument
146 hessianType = _hessianType; in QProblemB()
H A DSQProblemSchur.cpp99 SQProblemSchur::SQProblemSchur( int_t _nV, int_t _nC, HessianType _hessianType, int_t maxSchurUpdat… in SQProblemSchur() argument
100 : SQProblem( _nV,_nC,_hessianType, BT_FALSE ) in SQProblemSchur()
H A DQProblem.cpp82 QProblem::QProblem( int_t _nV, int_t _nC, HessianType _hessianType, BooleanType allocDenseMats ) in QProblem() argument
83 : QProblemB( _nV,_hessianType,allocDenseMats ) in QProblem()
/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/src/
H A DSQProblem.cpp59 …roblem::SQProblem( int_t _nV, int_t _nC, HessianType _hessianType ) : QProblem( _nV,_nC,_hessianTy… in SQProblem() argument
H A DQProblemB.cpp96 QProblemB::QProblemB( int_t _nV, HessianType _hessianType ) in QProblemB() argument
140 hessianType = _hessianType; in QProblemB()
H A DSQProblemSchur.cpp99 SQProblemSchur::SQProblemSchur( int_t _nV, int_t _nC, HessianType _hessianType, int_t maxSchurUpdat… in SQProblemSchur() argument
102 : SQProblem( _nV,_nC,_hessianType ), in SQProblemSchur()
H A DQProblem.cpp80 QProblem::QProblem( int_t _nV, int_t _nC, HessianType _hessianType ) : QProblemB( _nV,_hessianType ) in QProblem() argument