Home
last modified time | relevance | path

Searched refs:coord_min (Results 1 – 11 of 11) sorted by relevance

/dports/math/py-openTSNE/openTSNE-0.6.1/openTSNE/
H A D_tsne.pyx330 double coord_min, argument
537 coord_min = -y_max
709 double coord_min, argument
759 if embedding[i, 0] < coord_min:
760 coord_min = embedding[i, 0]
763 if embedding[i, 1] < coord_min:
764 coord_min = embedding[i, 1]
979 if fabs(coord_min) > fabs(coord_max):
980 coord_max = -coord_min
982 coord_min = -coord_max
[all …]
/dports/science/py-oddt/oddt-0.7/oddt/
H A Dsurface.py101 for radius, coord_min, coord_max in zip(radii, ball_coord_min, ball_coord_max):
102 grid[coord_min[0]:coord_max[0],
103 coord_min[1]:coord_max[1],
104 coord_min[2]:coord_max[2]] += ball_dict[radius]
/dports/graphics/tinyows/tinyows-1.1.0/src/fe/
H A Dfe_spatial_ops.c83 list *coord_min, *coord_max, *coord_pair; in fe_envelope() local
137 coord_min = list_explode_str(' ', (char *) content); in fe_envelope()
149 list_free(coord_min); in fe_envelope()
171 coord_min = list_explode(' ', coord_pair->first->value); in fe_envelope()
192 atof(coord_min->first->next->value->buf), in fe_envelope()
193 atof(coord_min->first->value->buf), in fe_envelope()
199 atof(coord_min->first->value->buf), in fe_envelope()
200 atof(coord_min->first->next->value->buf), in fe_envelope()
208 list_free(coord_min); in fe_envelope()
216 list_free(coord_min); in fe_envelope()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/parallel/
H A Dscdtest.cpp121 HomCoord coord_min(0,0,0); in create_hexes_and_verts() local
127 error(mbcore->create_scd_sequence(coord_min, coord_max, MBVERTEX, 1, vs, vertex_seq)); in create_hexes_and_verts()
128 error(mbcore->create_scd_sequence(coord_min, coord_max, MBHEX, 1, cs, cell_seq)); in create_hexes_and_verts()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DSequenceManager.cpp642 ErrorCode SequenceManager::create_scd_sequence(const HomCoord& coord_min, in create_scd_sequence() argument
650 return create_scd_sequence(coord_min.i(), coord_min.j(), coord_min.k(), in create_scd_sequence()
713 ErrorCode SequenceManager::create_sweep_sequence(const HomCoord& coord_min, in create_sweep_sequence() argument
721 return create_sweep_sequence(coord_min.i(), coord_min.j(), coord_min.k(), in create_sweep_sequence()
H A DSequenceManager.hpp197 ErrorCode create_scd_sequence( const HomCoord& coord_min,
215 ErrorCode create_sweep_sequence( const HomCoord& coord_min,
H A DCore.cpp4265 ErrorCode Core::create_scd_sequence(const HomCoord & coord_min, in serial_load_file() argument
4279 ErrorCode rval = scdInterface->create_scd_sequence(coord_min, coord_max, type, in serial_load_file()
4283 first_handle_out = newBox->get_vertex(coord_min); in serial_load_file()
4285 first_handle_out = newBox->get_element(coord_min); in serial_load_file()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/points/
H A Dkd_tree.cpp681 double coord_min, coord_max; in split_kd_node() local
682 get_minmax(b, e, cut_dim, coord_min, coord_max); in split_kd_node()
687 if(ideal_cut_val < coord_min) { in split_kd_node()
688 cut_val = coord_min; in split_kd_node()
699 if(ideal_cut_val < coord_min) { in split_kd_node()
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Daccumulator.hxx6446 const coord_type & coord_min = getDependency<Coord<Minimum> >(*this); in update() local
6448 label_array_[coord_handle_type::getValue(t) - coord_min] = 0; in update()
6461 const coord_type & coord_min = getDependency<Coord<Minimum> >(*this); in initialize() local
6466 std::copy(coord_min.begin(), coord_min.end(), offset.begin()); in initialize()
6468 label_array_.reshape(coord_max - coord_min, 0); in initialize()
6476 hull_center_ = get<RegionCenter>(hull_acc, 1) + coord_min; in initialize()
6502 const coord_type & coord_min = getDependency<Coord<Minimum> >(*this); in dofinalize() local
6508 defect_center_ = get<RegionCenter>(defect_acc, 1) + coord_min; in dofinalize()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DCore.hpp1127 ErrorCode create_scd_sequence(const HomCoord & coord_min,
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dnowakowskittfinstr.c2885 double coord_max = pt_coord, coord_min = pt_coord; in optimize_strongpts_step2() local
2901 if (coord < coord_min) { coord_min = coord; pt_min = curr; } in optimize_strongpts_step2()
2902 else if ((coord == coord_min) && (curr < pt_min)) pt_min = curr; in optimize_strongpts_step2()
2919 next_coord_min = coord_min; in optimize_strongpts_step2()
2926 prev_coord_min = coord_min; in optimize_strongpts_step2()