Home
last modified time | relevance | path

Searched refs:quiver (Results 1 – 25 of 729) sorted by relevance

12345678910>>...30

/dports/math/octave/octave-6.4.0/scripts/plot/draw/
H A Dquiver.m27 ## @deftypefn {} {} quiver (@var{u}, @var{v})
29 ## @deftypefnx {} {} quiver (@dots{}, @var{s})
30 ## @deftypefnx {} {} quiver (@dots{}, @var{style})
31 ## @deftypefnx {} {} quiver (@dots{}, "filled")
32 ## @deftypefnx {} {} quiver (@var{hax}, @dots{})
33 ## @deftypefnx {} {@var{h} =} quiver (@dots{})
62 ## A quiver object regroups the components of the quiver plot (body, arrow,
78 function h = quiver (varargin) function
117 %! title ("quiver() plot w/arrowheads (default)");
123 %! title ("quiver() plot w/origin markers");
[all …]
/dports/math/gap/gap-4.11.0/pkg/qpa-version-1.30/tst/
H A Dtestall.tst12 # Entering a quiver.
14 <quiver with 3 vertices and 5 arrows>
18 <quiver with 4 vertices and 3 arrows>
30 # Listing the vertices in the quiver.
34 # Listing the arrows in the quiver.
53 # Constructing the opposite quiver.
55 <quiver with 3 vertices and 5 arrows>
67 <quiver with 2 vertices and 3 arrows>
69 <quiver with 4 vertices and 2 arrows>
74 <quiver with 6 vertices and 5 arrows>
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Ditemname_test.cpp134 item quiver( "test_quiver" ); variable
136 REQUIRE_FALSE( quiver.is_magazine() );
137 REQUIRE_FALSE( quiver.magazine_current() );
139 REQUIRE_FALSE( quiver.ammo_types().empty() );
140 REQUIRE( quiver.can_contain( arrow ) );
143 CHECK( quiver.display_name() ==
148 quiver.put_in( arrow, item_pocket::pocket_type::CONTAINER );
150 CHECK( quiver.ammo_remaining() == 10 );
151 CHECK( quiver.display_name() ==
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Ditemname_test.cpp134 item quiver( "test_quiver" ); variable
136 REQUIRE_FALSE( quiver.is_magazine() );
137 REQUIRE_FALSE( quiver.magazine_current() );
139 REQUIRE_FALSE( quiver.ammo_types().empty() );
140 REQUIRE( quiver.can_contain( arrow ) );
143 CHECK( quiver.display_name() ==
148 quiver.put_in( arrow, item_pocket::pocket_type::CONTAINER );
150 CHECK( quiver.ammo_remaining() == 10 );
151 CHECK( quiver.display_name() ==
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/tests/
H A Dtest_quiver.py14 Q = ax.quiver(U, V, **kw)
48 plt.quiver(X)
52 plt.quiver(X, X, X, X, X, X)
61 plt.quiver(X2, X3, X2, X2)
65 plt.quiver(X2, X2, X3, X2)
69 plt.quiver(X2, X2, X2, X3)
73 plt.quiver(X2, X2, X2, X2, X3)
81 ax.quiver(X, Y, U, V, angles=phi)
121 ax.quiver([1], [1], [2], [2])
138 q = ax.quiver(np.sin(u), np.cos(v))
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/images_contours_and_fields/
H A Dquiver_demo.py26 Q = ax1.quiver(X, Y, U, V, units='width')
34 Q = ax2.quiver(X[::3, ::3], Y[::3, ::3], U[::3, ::3], V[::3, ::3],
45 Q = ax3.quiver(X, Y, U, V, M, units='x', pivot='tip', width=0.022,
63 matplotlib.axes.Axes.quiver
64 matplotlib.pyplot.quiver
H A Dquiver_simple_demo.py19 q = ax.quiver(X, Y, U, V)
35 matplotlib.axes.Axes.quiver
36 matplotlib.pyplot.quiver
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/images_contours_and_fields/
H A Dquiver_demo.py26 Q = ax1.quiver(X, Y, U, V, units='width')
34 Q = ax2.quiver(X[::3, ::3], Y[::3, ::3], U[::3, ::3], V[::3, ::3],
45 Q = ax3.quiver(X, Y, U, V, M, units='x', pivot='tip', width=0.022,
63 matplotlib.axes.Axes.quiver
64 matplotlib.pyplot.quiver
H A Dquiver_simple_demo.py19 q = ax.quiver(X, Y, U, V)
35 matplotlib.axes.Axes.quiver
36 matplotlib.pyplot.quiver
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tests/
H A Dtest_quiver.py16 Q = ax.quiver(U, V, **kw)
53 ax.quiver(X, Y, U, V, angles=phi)
65 ax.quiver(U, V, headlength=0, headaxislength=0)
106 ax.quiver([1], [1], [2], [2])
112 q0 = ax.quiver([1], [1], uv['u'], uv['v'])
124 q = ax.quiver(np.sin(u), np.cos(v))
176 ax.quiver(X, Y, U, V, angles=phi, scale_units='xy')
184 ax.quiver(0, 0, 1, 1, angles='xy', scale_units='xy', scale=1)
198 q = ax.quiver(X, Y, U, V, angles=angles)
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/api/
H A Dquiver_api.rst2 ``matplotlib.quiver``
5 .. currentmodule:: matplotlib.quiver
7 .. automodule:: matplotlib.quiver
/dports/math/gap/gap-4.11.0/pkg/qpa-version-1.30/lib/
H A Dquiver.gi108 Q := Fam!.quiver;
586 Fam!.quiver := Q;
614 "for a quiver",
635 "for a quiver and an ordering",
683 Fam!.quiver := new_Q;
953 "for quiver",
958 Print( "<quiver with " );
967 "for quiver",
1052 "for a quiver",
1107 "for a quiver",
[all …]
H A Dgroebnerordering.gi175 O!.quiver:=arg[1];
344 if HasIsAcyclicQuiver(O!.quiver) and IsAcyclicQuiver(O!.quiver) then
474 if HasIsAcyclicQuiver(O!.quiver) and IsAcyclicQuiver(O!.quiver) then
616 O!.quiver:=Q;
729 O!.quiver:=Q;
842 O!.quiver:=arg[1];
1009 O!.quiver:=Q;
1144 O!.quiver:=Q;
1278 O!.quiver:=Q;
1488 O!.quiver:=Q;
[all …]
H A Dquiver.gd3 # $Id: quiver.gd,v 1.4 2012/02/27 12:26:34 sunnyquiver Exp $
28 DeclareRepresentation("IsQuiverIteratorRep", IsComponentObjectRep, ["quiver","position"]);
32 # [ "quiver" ] ) ;
34 DeclareRepresentation("IsQuiverEnumerator", IsComponentObjectRep, ["quiver"]);
H A Dquivergraphalgorithms.gi2 # This contains various graph algorithms for testing quiver's properties
10 ## This function returns true if a quiver <Q> does not
83 ## This function returns true if a quiver <Q> is a connected graph
145 ## This function returns true if a quiver <Q> does not
232 ## This function returns true if a quiver <Q> is a tree as a graph
252 ## This function returns true if a quiver <Q> is a Dynkin quiver,
324 # (i.e. we have a "star" quiver with 3 arms)
361 ## This function returns a quiver which is a fullsubquiver
362 ## of a quiver <Q> induced by the list of vertices <L>.
363 ## The names of vertices and arrows in resulting (sub)quiver
[all …]
H A Dpathalgtensor.gi68 InstallMethod( ViewObj, "for quiver product decomposition",
72 Print( "<quiver product decomposition>" );
79 Print( "<quiver product decomposition>" );
85 Print( "<quiver product decomposition>" );
108 "for list and quiver with product decomposition",
137 local quiver, dec, project_arrow_or_vertex, walk;
139 quiver := FamilyObj( path )!.quiver;
140 dec := QuiverProductDecomposition( quiver );
153 "for quiver product decomposition",
254 # Construct the product quiver and its path algebra:
[all …]
/dports/games/exult/exult-snapshot-v1.7.0.20211128/shapes/
H A Dready.h39 quiver = 0x0b, enumerator
143 case quiver: in Ready_spot_to_BG()
200 case quiver: in Ready_spot_to_SI()
259 return quiver; in Ready_spot_from_BG()
318 return quiver; in Ready_spot_from_SI()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dthrow.h39 shared_ptr<quiver::action> get_ammo_to_shoot(int item, dist &target, bool teleport = false);
41 void untargeted_fire(quiver::action &a);
44 void throw_it(quiver::action &a);
H A Dadjust.cc76 quiver::set_needs_redraw(); in adjust_item()
226 you.launcher_action.replace(quiver::slot_to_action(new_launcher_quiver, true)); in swap_inv_slots()
228 you.quiver_action.replace(quiver::slot_to_action(new_quiver, true)); in swap_inv_slots()
241 quiver::on_weapon_changed(); in swap_inv_slots()
244 quiver::set_needs_redraw(); in swap_inv_slots()
H A Dquiver.h23 namespace quiver
197 int get_last_ammo(quiver::launcher type) const;
201 void set_quiver(const item_def &item, quiver::launcher ammo_type);
209 item_def m_last_used_of_type[quiver::NUM_LAUNCHERS];
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/lib/cartopy/tests/mpl/
H A Dtest_quiver.py34 self.ax.quiver(self.x2d.ravel(), self.y2d.ravel(),
46 self.ax.quiver(self.x, self.y, self.u, self.v, transform=self.rp)
56 self.ax.quiver(self.x2d, self.y2d,
61 self.ax.quiver(self.x, self.y,
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/images_contours_and_fields/
H A Dquiver_demo.py26 Q = ax1.quiver(X, Y, U, V, units='width')
34 Q = ax2.quiver(X[::3, ::3], Y[::3, ::3], U[::3, ::3], V[::3, ::3],
47 Q = ax3.quiver(X, Y, U, V, M, units='x', pivot='tip', width=0.022,
/dports/science/py-openpiv/openpiv-python-0.23.8/openpiv/
H A Dvalidation.py304 plt.quiver(u,v,color='b')
313 plt.quiver(u,v,color='m')
320 plt.quiver(u,v,color='k')
331 plt.quiver(u,v,color='r')
344 plt.quiver(u,v,color='g')
H A Doriginal_windef.py73 plt.quiver(x,y,u,v)
123 plt.quiver(x,y,u,v,color='r')
147 plt.quiver(x,y,u,v)
168 plt.quiver(x,y,u,v)
188 plt.quiver(x,y,u,v)
275 plt.quiver(side_x,side_y,ut,vt)
544 plt.quiver(x, y, u_pre, v_pre, color='b')
545 plt.quiver(x, y, u, v, color='r')
554 plt.quiver(x_int, y_int, u, v, color='b')
566 plt.quiver(x_int, y_int, u, v, color='r')
[all …]
H A Dwindef.py98 plt.quiver(x, y, u, -v, color='b')
124 plt.quiver(x, y, u, -v, color='r')
170 plt.quiver(x, y, u, -v)
220 plt.quiver(x, y, u, -1*v, color='r')
228 plt.quiver(x, y, u, -v)
408 plt.quiver(x, y, ut, vt)
644 plt.quiver(x_old, y_old, u_old, -1*v_old, color='b')
645 plt.quiver(x_int, y_int, u_pre, -1*v_pre, color='r', lw=2)
747 plt.quiver(x[nans], y[nans], u[nans], -v[nans], color='r')
773 plt.quiver(x, y, u, -v, color='r')
[all …]

12345678910>>...30