Home
last modified time | relevance | path

Searched refs:vector_2d (Results 26 – 34 of 34) sorted by relevance

12

/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dclass_result_1.f0347 type(point2d), target :: point_2d, vector_2d variable
52 vector => vector_2d
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dclass_result_1.f0347 type(point2d), target :: point_2d, vector_2d variable
52 vector => vector_2d
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dclass_result_1.f0347 type(point2d), target :: point_2d, vector_2d variable
52 vector => vector_2d
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gfortran.dg/
H A Dclass_result_1.f0347 type(point2d), target :: point_2d, vector_2d variable
52 vector => vector_2d
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgrl/examples/
H A Dregistration3.cxx76 typedef vnl_vector_fixed<double,2> vector_2d; typedef
89 vector_2d location; in read_feature_file()
90 vector_2d direction; in read_feature_file()
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgrl/tests/
H A Dtest_feature_region.cxx10 typedef vnl_vector_fixed<double,2> vector_2d; typedef
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/lac/
H A Dtrilinos_tpetra_vector.templates.h329 auto vector_2d = vector->template getLocalView<Kokkos::HostSpace>(); in add() local
330 auto vector_1d = Kokkos::subview(vector_2d, Kokkos::ALL(), 0); in add()
632 auto vector_2d = vector->template getLocalView<Kokkos::HostSpace>(); in print() local
633 auto vector_1d = Kokkos::subview(vector_2d, Kokkos::ALL(), 0); in print()
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/minitaur/robots/
H A Dobject_controller.py799 vector_2d = position_2d - self_position_2d
800 distance = np.linalg.norm(vector_2d)
806 dot = np.dot(vector_2d / distance, np.array([np.cos(yaw), np.sin(yaw)]))
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/
H A DIoss_ConcreteVariableType.C32 const std::string vector_2d() { return std::string("vector_2d"); } in vector_2d() function
124 Ioss::Vector_2D::Vector_2D() : Ioss::VariableType(vector_2d(), 2) in Vector_2D()

12