Home
last modified time | relevance | path

Searched defs:setWeights (Results 1 – 25 of 40) sorted by relevance

12

/dports/science/opensim-core/opensim-core-4.1/OpenSim/Tools/
H A DTrackingTask.h119 void setWeights(const Array<double>& aWeights) {_w = aWeights; }; in setWeights() function
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMWeightGeometryFilter.h70 void setWeights(size_t wl_i,size_t w_i,float w) in setWeights() function
75 void setWeights(size_t wl_i,size_t w_start,size_t w_end,float* w) in setWeights() function
H A DMayaDMSkinCluster.h70 void setWeights(size_t wl_i,size_t w_i,double w) in setWeights() function
75 void setWeights(size_t wl_i,size_t w_start,size_t w_end,double* w) in setWeights() function
/dports/math/p5-Statistics-LineFit/Statistics-LineFit/lib/Statistics/
H A DLineFit.pm223 sub setWeights { subroutine
/dports/games/wop/wop-0.4.3/src/
H A Dweightedrandom.cpp26 bool WeightedRandom::setWeights( const int nWeights, in setWeights() function in WeightedRandom
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolChemicalFeatures/
H A DMolChemicalFeatureDef.h44 void setWeights(const std::vector<double> &weights) { in setWeights() function
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/
H A Dann_visitor_test.cpp82 size_t setWeights = boost::apply_visitor(WeightSetVisitor(layerWeights, 0), variable
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/
H A DHeaders.php77 public function setWeights($weights) function in Google_Service_ShoppingContent_Headers
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/
H A DHeaders.php77 public function setWeights($weights) function in Google_Service_ShoppingContent_Headers
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/gridoperator/onestep/
H A Djacobianengine.hh92 void setWeights() in setWeights() function in Dune::PDELab::OneStepLocalJacobianAssemblerEngine
H A Djacobianapplyengine.hh102 void setWeights() in setWeights() function in Dune::PDELab::OneStepLocalJacobianApplyAssemblerEngine
H A Dresidualengine.hh135 void setWeights() in setWeights() function in Dune::PDELab::OneStepLocalResidualAssemblerEngine
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Algorithm/MetaModel/FunctionalChaos/
H A DProjectionStrategy.cxx104 void ProjectionStrategy::setWeights(const Point & weights) in setWeights() function in ProjectionStrategy
H A DProjectionStrategyImplementation.cxx194 void ProjectionStrategyImplementation::setWeights(const Point & weights) in setWeights() function in ProjectionStrategyImplementation
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/animation/frontend/
H A Dqmorphinganimation.cpp387 void QMorphingAnimation::setWeights(int positionIndex, const QVector<float> &weights) in setWeights() function in Qt3DAnimation::QMorphingAnimation
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/localoperator/
H A Dweightedsum.hh62 void setWeights(const FieldVector<K, sizeof...(FArgs)> & aweights, in setWeights() function in Dune::PDELab::WeightedSumLocalOperator
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DMorph.java525 public void setWeights(double weights[]) { in setWeights() method in Morph
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/registration/include/pcl/registration/
H A Dtransformation_estimation_point_to_plane_weighted.h176 setWeights(const std::vector<double>& weights) in setWeights() function
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xphoto/src/
H A Dphotomontage.hpp132 setWeights(GCGraph <TWeight> &graph, const int idx1, const int idx2, in setWeights() function in gcoptimization::Photomontage
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/sol/sampler/
H A DROL_SampleGenerator.hpp66 void setWeights(std::vector<Real> &w) { in setWeights() function in ROL::SampleGenerator
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/layers/
H A Drecurrent_layers.cpp165 void setWeights(const Mat &Wh, const Mat &Wx, const Mat &bias) CV_OVERRIDE in setWeights() function in cv::dnn::CV_FINAL
421 …void setWeights(const Mat &W_xh, const Mat &b_h, const Mat &W_hh, const Mat &W_ho, const Mat &b_o)… in setWeights() function in cv::dnn::RNNLayerImpl
/dports/biology/bbmap/bbmap/current/aligner/
H A DSingleStateAlignerFlatFloat.java536 public void setWeights(float[] refWeights_, float[] insWeights_, float[] delWeights_){ in setWeights() method in SingleStateAlignerFlatFloat
542 public void setWeights(float[] refWeights_){ in setWeights() method in SingleStateAlignerFlatFloat
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/src/pct_signatures/
H A Dpct_sampler.cpp155 void setWeights(const std::vector<float>& weights) CV_OVERRIDE in setWeights() function in cv::xfeatures2d::pct_signatures::CV_FINAL
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dintelligent_scissors.cpp176 …void setWeights(float weight_non_edge_, float weight_gradient_direction_, float weight_gradient_ma… in setWeights() function
712 IntelligentScissorsMB& IntelligentScissorsMB::setWeights(float weight_non_edge, float weight_gradie… in setWeights() function in cv::segmentation::IntelligentScissorsMB
/dports/lang/kawa/kawa-3.1.1/gnu/jemacs/swt/
H A DSwtHelper.java387 public static void setWeights(final SashForm form, final int[] weights) in setWeights() method in SwtHelper

12