Home
last modified time | relevance | path

Searched +defs:model +defs:matrix (Results 151 – 175 of 522) sorted by relevance

12345678910>>...21

/dports/misc/darknet/darknet-darknet_yolo_v4_pre/scripts/
H A Dkmeansiou.c9 typedef struct matrix{ struct
12 } matrix; argument
93 } model; typedef
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dsvvm_cmds.c2351 dp_model_t *model; in VM_SV_setattachment() local
2405 dp_model_t *model; in SV_GetExtendedTagInfo() local
2444 dp_model_t *model; in SV_GetEntityLocalTagMatrix() local
2471 dp_model_t *model; in SV_GetTagMatrix() local
2599 const dp_model_t *model; in VM_SV_gettaginfo() local
2917 matrix4x4_t matrix; in VM_SV_skel_build() local
2999 matrix4x4_t matrix; in VM_SV_skel_get_bonerel() local
3023 matrix4x4_t matrix; in VM_SV_skel_get_boneabs() local
3055 matrix4x4_t matrix; in VM_SV_skel_set_bone() local
3075 matrix4x4_t matrix; in VM_SV_skel_mul_bone() local
[all …]
/dports/games/darkplaces/darkplaces/
H A Dsvvm_cmds.c2357 dp_model_t *model; in VM_SV_setattachment() local
2411 dp_model_t *model; in SV_GetExtendedTagInfo() local
2450 dp_model_t *model; in SV_GetEntityLocalTagMatrix() local
2477 dp_model_t *model; in SV_GetTagMatrix() local
2605 const dp_model_t *model; in VM_SV_gettaginfo() local
2923 matrix4x4_t matrix; in VM_SV_skel_build() local
3005 matrix4x4_t matrix; in VM_SV_skel_get_bonerel() local
3029 matrix4x4_t matrix; in VM_SV_skel_get_boneabs() local
3061 matrix4x4_t matrix; in VM_SV_skel_set_bone() local
3081 matrix4x4_t matrix; in VM_SV_skel_mul_bone() local
[all …]
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/examples/
H A Dfast0507.cpp132 CbcModel model(*solver2); in main() local
231 const CoinPackedMatrix *matrix = solver3->getMatrixByCol(); in main() local
H A DCbcBranchLink.cpp31 CbcLink::CbcLink(CbcModel *model, int numberMembers, in CbcLink()
62 CbcLink::CbcLink(CbcModel *model, int numberMembers, in CbcLink()
215 const CoinPackedMatrix *matrix = solver->getMatrixByCol(); in infeasibility() local
348 const CoinPackedMatrix *matrix = solver->getMatrixByCol(); in feasibleRegion() local
516 CbcLinkBranchingObject::CbcLinkBranchingObject(CbcModel *model, in CbcLinkBranchingObject()
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcHeuristicRandRound.cpp36 CbcHeuristicRandRound::CbcHeuristicRandRound(CbcModel &model) in CbcHeuristicRandRound()
82 void CbcHeuristicRandRound::resetModel(CbcModel *model) in resetModel()
205 double **matrix = new double *[numRows]; in solution() local
510 void CbcHeuristicRandRound::setModel(CbcModel *model) in setModel()
H A DCbcStrategy.cpp67 CbcStrategy::fullNodeInfo(CbcModel *model, int numberRowsAtContinuous) const in fullNodeInfo()
149 void CbcStrategyDefault::setupCutGenerators(CbcModel &model) in setupCutGenerators()
297 void CbcStrategyDefault::setupHeuristics(CbcModel &model) in setupHeuristics()
336 void CbcStrategyDefault::setupPrinting(CbcModel &model, int modelLogLevel) in setupPrinting()
360 void CbcStrategyDefault::setupOther(CbcModel &model) in setupOther()
380 CoinPackedMatrix *matrix = clpSolver->getModelPtr()->matrix(); in setupOther() local
683 void CbcStrategyDefaultSubTree::setupCutGenerators(CbcModel &model) in setupCutGenerators()
890 void CbcStrategyDefaultSubTree::setupHeuristics(CbcModel &model) in setupHeuristics()
946 void CbcStrategyDefaultSubTree::setupPrinting(CbcModel &model, int modelLogLevel) in setupPrinting()
963 void CbcStrategyDefaultSubTree::setupOther(CbcModel &model) in setupOther()
[all …]
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpNode.cpp49 ClpNode::ClpNode (ClpSimplex * model, const ClpNodeStuff * stuff, int depth) : in ClpNode()
82 ClpNode::gutsOfConstructor (ClpSimplex * model, const ClpNodeStuff * stuff, in gutsOfConstructor()
197 ClpPackedMatrix * matrix = model->clpScaledMatrix(); in gutsOfConstructor() local
544 ClpNode::createArrays(ClpSimplex * model) in createArrays()
575 ClpNode::applyNode(ClpSimplex * model, int doBoundsEtc ) in applyNode()
978 ClpHashValue::ClpHashValue (ClpSimplex * model) : in ClpHashValue()
992 CoinPackedMatrix * matrix = model->matrix(); in ClpHashValue() local
H A DIdiot.cpp100 const CoinPackedMatrix * matrix = model_->getMatrixByCol(); in cleanIteration() local
102 ClpMatrixBase * matrix = model_->clpMatrix(); in cleanIteration() local
283 static int countCostedSlacks(OsiSolverInterface * model) in countCostedSlacks()
286 const CoinPackedMatrix * matrix = model->getMatrixByCol(); in countCostedSlacks() local
437 const CoinPackedMatrix * matrix = model_->getMatrixByCol(); in solve2() local
439 ClpMatrixBase * matrix = model_->clpMatrix(); in solve2() local
1174 ClpMatrixBase * matrix = model_->clpMatrix(); in crossOver() local
1710 ClpMatrixBase * matrix = model_->clpMatrix(); in crossOver() local
1784 ClpMatrixBase * matrix = model_->clpMatrix(); in crossOver() local
1824 ClpMatrixBase * matrix = model_->clpMatrix(); in crossOver() local
[all …]
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpNode.cpp49 ClpNode::ClpNode(ClpSimplex *model, const ClpNodeStuff *stuff, int depth) in ClpNode()
81 void ClpNode::gutsOfConstructor(ClpSimplex *model, const ClpNodeStuff *stuff, in gutsOfConstructor()
193 ClpPackedMatrix *matrix = model->clpScaledMatrix(); in gutsOfConstructor() local
527 void ClpNode::createArrays(ClpSimplex *model) in createArrays()
556 void ClpNode::applyNode(ClpSimplex *model, int doBoundsEtc) in applyNode()
950 ClpHashValue::ClpHashValue(ClpSimplex *model) in ClpHashValue()
964 CoinPackedMatrix *matrix = model->matrix(); in ClpHashValue() local
H A DAbcSimplexFactorization.cpp334 …plexFactorization::synchronize(const ClpFactorization *otherFactorization, const AbcSimplex *model) in synchronize()
379 int AbcSimplexFactorization::factorize(AbcSimplex *model, in factorize()
386 AbcMatrix *matrix = model->abcMatrix(); in factorize() local
720 void AbcSimplexFactorization::replaceColumnPart3(const AbcSimplex *model, in replaceColumnPart3()
772 void AbcSimplexFactorization::replaceColumnPart3(const AbcSimplex *model, in replaceColumnPart3()
/dports/finance/R-cran-plm/plm/R/
H A Dest_plm.list.R3 model = c("within", "random", "ht", "between", "pooling", "fd"), argument
6 restrict.matrix = NULL,
70 systemlm <- function(object, restrict.matrix, restrict.rhs){
178 args <- list(model = model, effect = effect, random.method = random.method) nameattr
229 model <- describe(x, "model") functionVar
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/examples/fd/nonogram/
H A DNonogram.java213 @Override public void model() { in model() method in Nonogram
331 public void printMatrix(IntVar[][] matrix) { in printMatrix()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/cld_3/src/src/
H A Dembedding_network.cc28 void CheckNoQuantization(const EmbeddingNetworkParams::Matrix matrix) { in CheckNoQuantization()
164 EmbeddingNetwork::EmbeddingNetwork(const EmbeddingNetworkParams *model) in EmbeddingNetwork()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/cld_3/src/src/
H A Dembedding_network.cc28 void CheckNoQuantization(const EmbeddingNetworkParams::Matrix matrix) { in CheckNoQuantization()
164 EmbeddingNetwork::EmbeddingNetwork(const EmbeddingNetworkParams *model) in EmbeddingNetwork()
/dports/games/pioneer/pioneer-20210723/src/
H A DShields.cpp62 Shields::Shield::Shield(const Color3ub &_colour, const matrix4x4f &matrix, SceneGraph::StaticGeomet… in Shield()
91 void Shields::ReparentShieldNodes(SceneGraph::Model *model) in ReparentShieldNodes()
176 Shields::Shields(SceneGraph::Model *model) : in Shields()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/paint_preview/player/android/java/src/org/chromium/components/paintpreview/player/frame/
H A DPlayerFrameMediator.java76 PlayerFrameMediator(PropertyModel model, PlayerCompositorDelegate compositorDelegate, in PlayerFrameMediator()
141 void setBitmapScaleMatrixOfSubframe(Matrix matrix, float scaleFactor) { in setBitmapScaleMatrixOfSubframe()
306 public void setBitmapScaleMatrix(Matrix matrix, float scaleFactor) { in setBitmapScaleMatrix()
/dports/biology/exonerate/exonerate-2.4.0/src/bsdp/
H A Dheuristic.c143 register C4_Score **matrix = user_data; in Heuristic_Bound_report_end_func() local
151 static Heuristic_Bound *Heuristic_Bound_create(C4_Model *model, in Heuristic_Bound_create()
242 static Heuristic_Join *Heuristic_Join_create(C4_Model *model, in Heuristic_Join_create()
289 static Heuristic_Terminal *Heuristic_Terminal_create(C4_Model *model, in Heuristic_Terminal_create()
339 static Heuristic_Match *Heuristic_Match_create(C4_Model *model, in Heuristic_Match_create()
445 static Heuristic_Span *Heuristic_Span_create(C4_Model *model, in Heuristic_Span_create()
699 static Heuristic_Pair *Heuristic_Pair_create(C4_Model *model, in Heuristic_Pair_create()
770 Heuristic *Heuristic_create(C4_Model *model){ in Heuristic_create()
/dports/math/osi/Osi-0.108.6/Osi/examples/
H A Dopbdp_solve.cpp96 static int solve(const OsiSolverInterface * model,PBCS & pbcs, OrdInt & sol) in solve()
105 const CoinPackedMatrix * matrix = model->getMatrixByRow(); in solve() local
403 solveOpbdp(OsiSolverInterface * model) in solveOpbdp()
467 solveOpbdp(const OsiSolverInterface * model,int & numberFound) in solveOpbdp()
/dports/math/clp/Clp-1.17.3/Osi/examples/
H A Dopbdp_solve.cpp96 static int solve(const OsiSolverInterface * model,PBCS & pbcs, OrdInt & sol) in solve()
105 const CoinPackedMatrix * matrix = model->getMatrixByRow(); in solve() local
403 solveOpbdp(OsiSolverInterface * model) in solveOpbdp()
467 solveOpbdp(const OsiSolverInterface * model,int & numberFound) in solveOpbdp()
/dports/math/clp/Clp-1.17.3/Clp/examples/
H A Diis.cpp25 ClpSimplex model; in main() local
267 CoinPackedMatrix * matrix = model.matrix(); in main() local
H A DaddRows.cpp21 ClpSimplex model; in main() local
199 CoinPackedMatrix * matrix = new CoinPackedMatrix(true, 0.0, 0.0); in main() local
H A Ddecompose.cpp12 ClpSimplex model; in main() local
64 CoinPackedMatrix * matrix = model.matrix(); in main() local
183 CoinPackedMatrix matrix = topMatrix; in main() local
/dports/cad/ldview/ldview-4.4/LDLoader/
H A DLDLModelLine.cpp326 const LDLModel *model = in getModel() local
454 const TCFloat *matrix, in scanPoints()
457 const LDLModel *model = getModel(); in scanPoints() local
/dports/graphics/rlottie/rlottie-0.2-49-g327fb7d/src/lottie/
H A Dlottiefiltermodel.h326 const T* model() const { return model_;} in model() function
341 Filter(T* model): FilterBase<T>(model){} in Filter()
380 Filter(model::Fill* model) : FilterBase<model::Fill>(model) {} in Filter() argument
410 VMatrix matrix(int frame) const in matrix() function

12345678910>>...21