MCPcopy Create free account

hub / github.com/dhale/jtk / functions

Functions7,765 in github.com/dhale/jtk

↓ 13 callersMethodisIncreasing
Determines whether the specified array is increasing. The array is increasing if its elements a[i] increase with array index i, with no equal values.
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:8311
↓ 13 callersMethodnodeC
Returns the node C referenced by this tri. @return the node C.
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:223
↓ 13 callersMethodnodeNabor
Gets the node in the specified tri nabor that is opposite this tri. @param triNabor a tri nabor. @return the node in the specified tri nabor opposite
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:292
↓ 13 callersMethodnormalizeErrors
Normalizes alignment errors to be in range [0,1]. @param e input/output array of alignment errors.
core/src/main/java/edu/mines/jtk/dsp/DynamicWarping.java:981
↓ 13 callersMethodotherNode
(Face face, Node na, Node nb)
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:1774
↓ 13 callersMethodremoveNode
Removes a node from the mesh, if the node is in the mesh. @param node the node to remove. @return true, if the node was (in the mesh and) removed; fal
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:2107
↓ 13 callersMethodremoveTiledView
Removes the specified tiled view from this tile. If the tiled view is not in this tile, this method does nothing. @param tv the tiled view. @return tr
core/src/main/java/edu/mines/jtk/mosaic/Tile.java:246
↓ 13 callersMethodreport
This method will be called with the current fraction of work done. Values range from 0 at the beginning to 1 when all work is done.
core/src/main/java/edu/mines/jtk/util/Monitor.java:36
↓ 13 callersMethodreverse
(byte[] rx)
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:6553
↓ 13 callersMethodscale
Scale a vector by a scalar constant. @param v Vector to scale. @param scalar Factor to scale the vector.
core/src/main/java/edu/mines/jtk/opt/VectUtil.java:45
↓ 13 callersMethodsetCorners
Sets the corner points of (moves and/or resizes) this frame. If this frame has a non-null box constraint, then this method first applies the constrain
core/src/main/java/edu/mines/jtk/sgl/AxisAlignedFrame.java:105
↓ 13 callersMethodsum
(byte[] rx)
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:11952
↓ 13 callersMethodtrace
(String s)
core/src/main/java/edu/mines/jtk/util/UnitSphereSampling.java:555
↓ 13 callersMethodx
(TriMesh.Node node)
core/src/main/java/edu/mines/jtk/mesh/TriMeshView.java:710
↓ 13 callersMethodx
Returns the x coordinate of this node. @return the x coordinate.
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:67
↓ 13 callersMethody
(TriMesh.Node node)
core/src/main/java/edu/mines/jtk/mesh/TriMeshView.java:718
↓ 13 callersMethody
Returns the y coordinate of this node. @return the y coordinate.
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:75
↓ 13 callersMethodz
Returns the z coordinate of this node. @return the z coordinate.
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:83
↓ 12 callersMethodadd
(double f)
core/src/main/java/edu/mines/jtk/mosaic/ContoursView.java:537
↓ 12 callersMethodaddMate
Adds the mate of the face of the specified tet that is opposite the specified node, unless the face is in the set, in which case that face is removed.
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:5994
↓ 12 callersMethodaddPixels
Adds a pixels view of the specified sampled function f(x1,x2). Assumes zero first sample values and unit sampling intervals. @param f array[n2][n1] of
core/src/main/java/edu/mines/jtk/mosaic/SimplePlot.java:378
↓ 12 callersMethodapply
Applies this difference filter. @param x the filter input. @param y the filter output.
core/src/main/java/edu/mines/jtk/dsp/DifferenceFilter.java:55
↓ 12 callersMethodapplyTranspose
Applies the transpose of this filter. @param x the filter input. @param y the filter output.
core/src/main/java/edu/mines/jtk/dsp/DifferenceFilter.java:227
↓ 12 callersMethodassertEqual
(double x, double y)
core/src/test/java/edu/mines/jtk/opt/BrentMinFinderTest.java:137
↓ 12 callersMethodatan
Returns the arc tangent of the specified value, in the range -<i>pi</i>/2 through <i>pi</i>/2. @param x the value. @return the arc tangent.
core/src/main/java/edu/mines/jtk/util/MathPlus.java:194
↓ 12 callersMethodbinaryOp
(Real1 ra, Real1 rb, Binary ab)
core/src/main/java/edu/mines/jtk/dsp/Real1.java:449
↓ 12 callersMethodcheckArray
(int n, float[] a, String name)
core/src/main/java/edu/mines/jtk/dsp/FftComplex.java:266
↓ 12 callersMethodcswap
(int n, int i, int j, float[] f)
core/src/main/java/edu/mines/jtk/dsp/Fft.java:853
↓ 12 callersMethoddot
(float[] x, float[] y)
core/src/test/java/edu/mines/jtk/dsp/DifferenceFilterTest.java:250
↓ 12 callersMethoddot
(float[] x, float[] y)
core/src/test/java/edu/mines/jtk/dsp/LocalCausalFilterTest.java:267
↓ 12 callersMethoddot
(float[][] x, float[][] y)
core/src/test/java/edu/mines/jtk/dsp/LocalDiffusionKernelTest.java:136
↓ 12 callersMethoddot
(float[] x, float[] y)
core/src/test/java/edu/mines/jtk/dsp/MinimumPhaseFilterTest.java:485
↓ 12 callersMethoddot
(float[] x, float[] y)
core/src/test/java/edu/mines/jtk/dsp/CausalFilterTest.java:522
↓ 12 callersMethodequal
Determines whether all elements in two specified arrays are equal. @param rx an array. @param ry an array. @return true, if equal; false, otherwise.
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:7620
↓ 12 callersMethodfindNodeNearest
Finds the node nearest to the point with specified coordinates. @param x the x coordinate. @param y the y coordinate. @param z the z coordinate. @retu
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:2254
↓ 12 callersMethodgetNextTriOnHull
Given a tri and node on the hull, and another node, typically inside (not on) the hull, gets the next tri on the hull that is opposite the node on the
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:3137
↓ 12 callersMethodglBegin
( int mode)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:7300
↓ 12 callersMethodglDisable
( int cap)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:1391
↓ 12 callersMethodglEnd
( )
core/src/main/java/edu/mines/jtk/ogl/Gl.java:7306
↓ 12 callersMethodglTexParameteri
( int target, int pname, int param)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:1954
↓ 12 callersMethodisDecreasing
Determines whether the specified array is decreasing. The array is decreasing if its elements a[i] decrease with array index i, with no equal values.
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:8329
↓ 12 callersMethodisReal
Determines whether this complex number is real (has zero imaginary part). @return true, if real; false, otherwise.
core/src/main/java/edu/mines/jtk/util/Cfloat.java:273
↓ 12 callersMethodisSelected
Determines whether this node is currently selected. @return true, if selected; false, otherwise.
core/src/main/java/edu/mines/jtk/sgl/Selectable.java:32
↓ 12 callersMethodminus
Returns the point q = p-v, for this point p and the specified vector v. @param v the vector v. @return the point q = p-v.
core/src/main/java/edu/mines/jtk/sgl/Point4.java:105
↓ 12 callersMethodput
Save a vect for the specified index. @param index A unique integer for the requested vect. Integers need not be consecutive. Use any va
core/src/main/java/edu/mines/jtk/opt/VectContainer.java:34
↓ 12 callersMethodreadDoubles
Reads double elements into a specified array. @param v the array. @param k the index of the first element to read. @param n the number of elements to
core/src/main/java/edu/mines/jtk/io/ArrayInput.java:226
↓ 12 callersMethodreadFloats
Reads float elements into a specified array. @param v the array. @param k the index of the first element to read. @param n the number of elements to r
core/src/main/java/edu/mines/jtk/io/ArrayInput.java:197
↓ 12 callersMethodreadFloats
Reads float elements into a specified array. @param v the array. @param k the index of the first element to read. @param n the number of elements to r
core/src/main/java/edu/mines/jtk/io/ArrayInputStream.java:356
↓ 12 callersMethodreadFully
(byte[] b)
core/src/main/java/edu/mines/jtk/io/ArrayInput.java:30
↓ 12 callersMethodset
Sets the coefficients of this plane. @param a the coefficient a. @param b the coefficient b. @param c the coefficient c. @param d the coefficient d.
core/src/main/java/edu/mines/jtk/sgl/Plane.java:71
↓ 12 callersMethodtoArray
(Color c)
core/src/main/java/edu/mines/jtk/sgl/MaterialState.java:636
↓ 12 callersMethodx
Returns the x coordinate of this node. @return the x coordinate.
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:95
↓ 12 callersMethody
Returns the y coordinate of this node. @return the y coordinate.
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:103
↓ 12 callersMethodzeros
(int n1)
core/src/test/java/edu/mines/jtk/dsp/CausalFilterTest.java:512
↓ 11 callersMethodaddColorBar
Adds the color bar with no label. The color bar paints the color map of the most recently added pixels view. To avoid confusion, a color bar should pe
core/src/main/java/edu/mines/jtk/mosaic/PlotPanel.java:191
↓ 11 callersMethodapply
(float[][] x, float[][] y)
core/src/main/java/edu/mines/jtk/interp/SplinesGridder2.java:257
↓ 11 callersMethodapplyXN
(int nd, float[][] x, float[][] y)
core/src/main/java/edu/mines/jtk/dsp/RecursiveGaussianFilter.java:495
↓ 11 callersMethodcheck
(String name)
core/src/main/java/edu/mines/jtk/lapack/LapackInfo.java:31
↓ 11 callersMethodclearTriMarks
Clears all tri marks, so that no tri is marked. This can usually be accomplished without iterating over all tris in the mesh.
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:2304
↓ 11 callersMethodcomplexToComplex3
Computes a complex-to-complex dimension-3 fast Fourier transform. Transforms a 3-D input array cx[nfft][n2][2 n1] of nfft n2 n1 complex numbers to a 3
core/src/main/java/edu/mines/jtk/dsp/FftComplex.java:199
↓ 11 callersMethodconv
Computes the 1-D convolution of specified sequences x and y. @param lx the length of x. @param kx the sample index of x[0]. @param x array[lx] of x va
core/src/main/java/edu/mines/jtk/dsp/Conv.java:90
↓ 11 callersMethodcreate
(double x, double y, double z)
demo/src/main/java/jtkdemo/ogl/CircleDemo.java:131
↓ 11 callersMethodfindNodeNearest
Finds the node nearest to the point with specified coordinates. @param x the x coordinate. @param y the y coordinate. @return the nearest node.
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:1658
↓ 11 callersMethodgetArray
Gets the array in which matrix elements are stored. @return the array; by reference, not by copy.
core/src/main/java/edu/mines/jtk/la/DMatrix.java:118
↓ 11 callersMethodgetBoundingSphere
Gets the bounding sphere for this node. If a finite bounding sphere is specified, then any infinite bounding sphere is replaced by an empty bounding s
core/src/main/java/edu/mines/jtk/sgl/Node.java:136
↓ 11 callersMethodgetName
Get the parameter set name. @return parameter set name.
core/src/main/java/edu/mines/jtk/util/ParameterSet.java:94
↓ 11 callersMethodgetPrivate
(final int index)
core/src/main/java/edu/mines/jtk/opt/VectMap.java:67
↓ 11 callersMethodgetTriNabors
Gets an array of tri nabors of the specified node. @param node the node for which to get nabors. @return the array of nabors.
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:1901
↓ 11 callersMethodglLoadIdentity
( )
core/src/main/java/edu/mines/jtk/ogl/Gl.java:2613
↓ 11 callersMethodisHorizontal
Determines whether this axis is placed at top or bottom of mosaic. An axis placed at the top or bottom is a horizontal axis. @return true, if horizont
core/src/main/java/edu/mines/jtk/mosaic/TileAxis.java:133
↓ 11 callersMethodleftOfPlane
Returns true iff node n is left of oriented plane abc. Perturbation of coordinates ensures that the node is not in the plane.
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:3754
↓ 11 callersMethodlog10
Returns the logarithm base 10 of the specified value. @param x the value. @return the logarithm base 10.
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:406
↓ 11 callersMethodmakeEdge
(Node nodeA, Node nodeB, Face face)
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:1953
↓ 11 callersMethodnfftSmall
Returns an FFT length optimized for memory. The FFT length will be the smallest valid length that is not less than the specified length n. @param n th
core/src/main/java/edu/mines/jtk/dsp/FftReal.java:84
↓ 11 callersMethodnnode
Returns the number of nodes in this list. @return the number of nodes.
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:870
↓ 11 callersMethodnodeNabor
Returns the node in the specified tet nabor that is opposite this tet. The specified tet nabor cannot be null, and must be referenced by this tet. @pa
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:369
↓ 11 callersMethodnodes
Returns (by reference) the array of nodes in this list. @return the array of nodes.
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:878
↓ 11 callersMethodrepaint
Repaints all canvases on which this view draws. This method should be called when this view must redraw its world, for example, when that world change
core/src/main/java/edu/mines/jtk/sgl/View.java:165
↓ 11 callersMethodset
Sets all elements of this matrix. @param m00 the element with (row,col) indices (0,0) @param m01 the element with (row,col) indices (0,1) @param m02 t
core/src/main/java/edu/mines/jtk/sgl/Matrix44.java:116
↓ 11 callersMethodsetHInterval
Sets the tic interval for the horizontal axis. @param interval the major labeled tic interval.
core/src/main/java/edu/mines/jtk/mosaic/PlotPanel.java:560
↓ 11 callersMethodsetLineColor
Sets the line color. The default line color is the tile foreground color. That default is used if the specified line color is null. @param color the l
core/src/main/java/edu/mines/jtk/mosaic/PointsView.java:380
↓ 11 callersMethodsetScale
Sets this matrix to a scaling-only matrix. @param sx the x component of the scaling. @param sy the y component of the scaling. @param sz the z compone
core/src/main/java/edu/mines/jtk/sgl/Matrix44.java:540
↓ 11 callersMethodsetVInterval
Sets the tic interval for the vertical axis. @param interval the major labeled tic interval.
core/src/main/java/edu/mines/jtk/mosaic/PlotPanel.java:568
↓ 11 callersMethodsleep
(double time)
core/src/test/java/edu/mines/jtk/util/StopwatchTest.java:75
↓ 11 callersMethodtimes
Returns the product z x, where z is this complex number. @param x a complex number. @return z x.
core/src/main/java/edu/mines/jtk/util/Cdouble.java:95
↓ 11 callersMethodtoArray
()
core/src/main/java/edu/mines/jtk/util/RTree.java:1287
↓ 11 callersMethodvalue
(int i)
core/src/main/java/edu/mines/jtk/dsp/Sampling.java:755
↓ 11 callersMethodwriteBytes
(String s)
core/src/main/java/edu/mines/jtk/io/ArrayOutput.java:41
↓ 11 callersMethodwriteDoubles
Writes double elements from a specified array. @param v the array. @param k the index of the first element to write. @param n the number of elements t
core/src/main/java/edu/mines/jtk/io/ArrayOutput.java:227
↓ 11 callersMethodwriteFloats
Writes float elements from a specified array. @param v the array. @param k the index of the first element to write. @param n the number of elements to
core/src/main/java/edu/mines/jtk/io/ArrayOutput.java:196
↓ 11 callersMethodzero
Set the magnitude of this vector to zero, so that this.dot(this) == 0. @param v Vector to zero
core/src/main/java/edu/mines/jtk/opt/VectUtil.java:54
↓ 10 callersMethodaccumulateForward
Returns errors accumulated in forward direction. @param e array of alignment errors. @return array of accumulated errors.
core/src/main/java/edu/mines/jtk/dsp/DynamicWarping.java:757
↓ 10 callersMethodaddListener
Adds the specified color map listener. Then notifies the listener that this color map has changed. @param cml the listener.
core/src/main/java/edu/mines/jtk/awt/ColorMap.java:467
↓ 10 callersMethodaddNode
(TriMesh.Node node)
core/src/main/java/edu/mines/jtk/interp/SibsonInterpolator2.java:685
↓ 10 callersMethodalignProjectors
Called by this tile or by a tiled view when this tile needs alignment.
core/src/main/java/edu/mines/jtk/mosaic/Tile.java:444
↓ 10 callersMethodapplyNX
(int nd, float[][] x, float[][] y)
core/src/main/java/edu/mines/jtk/dsp/RecursiveGaussianFilter.java:497
↓ 10 callersMethodapplyTranspose
Applies the transpose of this filter. Uses lag1; ignores lag2 or lag3, if specified. <p> May be applied in-place; input and output arrays may be the s
core/src/main/java/edu/mines/jtk/dsp/CausalFilter.java:506
↓ 10 callersMethodapplyTranspose
Applies the transpose of this filter. Uses lag1; ignores lag2 or lag3, if specified. @param x input array. @param y output array.
core/src/main/java/edu/mines/jtk/dsp/MinimumPhaseFilter.java:703
↓ 10 callersMethodcenterSphere
Computes the center of the sphere defined by the points a, b, c, and d. The latter are assumed to be in CCW order, such that the method {@link #leftOf
core/src/main/java/edu/mines/jtk/mesh/Geometry.java:1306
↓ 10 callersMethodcontains
Determines whether this tree contains the specified object. @param object the object. @return true, if the object is in this tree; false, otherwise.
core/src/main/java/edu/mines/jtk/util/RTree.java:373
← previousnext →301–400 of 7,765, ranked by callers