MCPcopy Create free account

hub / github.com/dhale/jtk / functions

Functions7,765 in github.com/dhale/jtk

↓ 18 callersMethodcontains
Determines whether this sphere contains a point with specified coordinates. @param x the point x coordinate. @param y the point y coordinate. @param z
core/src/main/java/edu/mines/jtk/sgl/BoundingSphere.java:380
↓ 18 callersMethodconvertToFloat
(double[] a)
core/src/main/java/edu/mines/jtk/mosaic/SimplePlot.java:687
↓ 18 callersMethoddirtyDraw
Marks dirty the drawing of this node. Calling this method causes a repaint of all view canvases in which this node may be rendered.
core/src/main/java/edu/mines/jtk/sgl/Node.java:124
↓ 18 callersMethodfill
Fills the specified array with a specified value. @param ra the value. @param rx the array.
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:2271
↓ 18 callersMethodgetFrame
Gets the frame for this quad. @return the frame.
core/src/main/java/edu/mines/jtk/sgl/AxisAlignedQuad.java:43
↓ 18 callersMethodisMarked
Determines whether the specified face is marked (red). @param face the face. @return true, if the face is marked (red); false, otherwise.
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:1181
↓ 18 callersMethodisMonotonic
Determines whether the specified array is monotonic. The array is monotonic if its elements a[i] either increase or decrease (but not both) with array
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:8347
↓ 18 callersMethodlike
(float[] a)
core/src/main/java/edu/mines/jtk/dsp/DynamicWarping.java:1439
↓ 18 callersMethodminus
Returns the difference 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:86
↓ 18 callersMethodramp
Sets the specified array with a specified linear ramp. Array values are ra+i1 rb1. @param ra value of the first element. @param rb1 gradient in 1st di
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:2847
↓ 18 callersMethodrands
(int n1)
core/src/test/java/edu/mines/jtk/dsp/LocalCausalFilterTest.java:247
↓ 18 callersMethodrands
(int n1)
core/src/test/java/edu/mines/jtk/dsp/CausalFilterTest.java:502
↓ 18 callersMethodsetLineColor
Sets the line color for all sets of bars. The default line color is the tile foreground color. That default is used if the specified line color is nul
core/src/main/java/edu/mines/jtk/mosaic/BarsView.java:408
↓ 18 callersMethodsetUnits
Set the parameter units. @param units parameter units. For no units, specify null.
core/src/main/java/edu/mines/jtk/util/Parameter.java:479
↓ 17 callersMethodaddTiledView
Adds the specified tiled view to this tile. If the tiled view is already in this tile, it is first removed, before adding it again. @param tv the tile
core/src/main/java/edu/mines/jtk/mosaic/Tile.java:231
↓ 17 callersMethoddump
Prints this tree to the standard output stream. Intended for debugging, only.
core/src/main/java/edu/mines/jtk/util/RTree.java:489
↓ 17 callersMethodleftOfPlane
Determines if a point d is left of the plane defined by the points a, b, and c. The latter are assumed to be in CCW order, as viewed from the right si
core/src/main/java/edu/mines/jtk/mesh/Geometry.java:222
↓ 17 callersMethodreset
Stops this stopwatch and resets the time to zero.
core/src/main/java/edu/mines/jtk/util/Stopwatch.java:57
↓ 17 callersMethodscale
Scales n1 complex numbers in the specified array by 1/nfft. The inverse of a complex-to-complex FFT is a complex-to-complex FFT (with opposite sign) f
core/src/main/java/edu/mines/jtk/dsp/FftComplex.java:223
↓ 17 callersMethodset
Sets (x1,x2) coordinates for a sampled function x2(x1). @param s1 the sampling of x1 coordinates. @param x2 array of x2 coordinates.
core/src/main/java/edu/mines/jtk/mosaic/BarsView.java:144
↓ 17 callersMethodsetClips
Sets the clip min and max values explicitly. Calling this method disables the computation of clips from percentiles. Any clip values computed or speci
core/src/main/java/edu/mines/jtk/util/Clips.java:180
↓ 17 callersMethodtest
Exercise all methods of Vect. @param vect An instance of a Vect to test. Should be initialized to random non-zero values. A v
core/src/main/java/edu/mines/jtk/opt/VectUtil.java:110
↓ 17 callersMethodtimeWords
Convert a number of seconds into words @param seconds Number of seconds @return Localized words describing the number of seconds.
core/src/main/java/edu/mines/jtk/util/Localize.java:286
↓ 16 callersMethodapply
(int n, float[] a, int ia, float[] b, int ib, float[] c, int ic)
core/src/main/java/edu/mines/jtk/dsp/Real1.java:480
↓ 16 callersMethodassertEqual
(float[] e, float[] a)
core/src/test/java/edu/mines/jtk/dsp/SymmetricTridiagonalFilterTest.java:240
↓ 16 callersMethodcheck
( double xmin, double xmax, double dtic, int nmajor, double dmajor, double fmajor, int nminor, dou
core/src/test/java/edu/mines/jtk/util/AxisTicsTest.java:60
↓ 16 callersMethodcheckArray
(int n, float[] a, String name)
core/src/main/java/edu/mines/jtk/dsp/FftReal.java:444
↓ 16 callersMethodclearTetMarks
Clears all tet marks, so that no tet is marked. This can usually be accomplished without iterating over all tets in the mesh.
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:3352
↓ 16 callersMethodfillfloat
Returns an array initialized to a specified value. @param ra the value. @param n1 1st array dimension.
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:2511
↓ 16 callersMethodgetEigenvalues
Gets eigenvalues for the tensor with specified indices. @param i1 index for 1st dimension. @param i2 index for 2nd dimension. @param i3 index for 3rd
core/src/main/java/edu/mines/jtk/dsp/EigenTensors3.java:243
↓ 16 callersMethodindexOf
Gets the index of the specified box child of this node. If the specified box is a node, then we quickly look for the same child node. Otherwise, if th
core/src/main/java/edu/mines/jtk/util/RTree.java:842
↓ 16 callersMethodindexOfFloorExtended
Returns the index of the floor of the specified value. The floor is the largest sampled value less than or equal to the specified value. The value and
core/src/main/java/edu/mines/jtk/dsp/Sampling.java:482
↓ 16 callersMethodleftOfLine
Determines if a point c is left of the line defined by the points a and b. This is equivalent to determining whether the points a, b, and c are in cou
core/src/main/java/edu/mines/jtk/mesh/Geometry.java:59
↓ 16 callersMethodmultiplyInverseCovariance
Optionally multiply a vector by the inverse covariance matrix. Also called preconditioning. A method that does nothing is equivalent to an identity. [
core/src/main/java/edu/mines/jtk/opt/Vect.java:69
↓ 16 callersMethodrint
Returns the value that is closest to the specified value and is equal to a mathematical integer. @param x the value. @return the closest value.
core/src/main/java/edu/mines/jtk/util/MathPlus.java:458
↓ 16 callersMethodsetEigenvalues
Sets eigenvalues for all tensors. @param au eigenvalue au. @param av eigenvalue av. @param aw eigenvalue aw.
core/src/main/java/edu/mines/jtk/dsp/EigenTensors3.java:450
↓ 16 callersMethodsetLineStyle
Sets the line style. The default style is solid. @param style the line style.
core/src/main/java/edu/mines/jtk/mosaic/BarsView.java:384
↓ 15 callersMethodaddPoints
Adds a points view of specified values f(x). Uses default sampling of x = 0, 1, 2, .... @param f array of sampled function values f(x). @return the po
core/src/main/java/edu/mines/jtk/mosaic/SimplePlot.java:277
↓ 15 callersMethodapply
Applies this filter. @param x input array. @param y output array.
core/src/main/java/edu/mines/jtk/dsp/RecursiveExponentialFilter.java:145
↓ 15 callersMethodapply
Applies this filter for the specified image and outputs. All outputs are optional and are computed for only non-null arrays. @param x input array for
core/src/main/java/edu/mines/jtk/dsp/LocalOrientFilter.java:237
↓ 15 callersMethodassertEqual
(float[] re, float[] ra)
core/src/test/java/edu/mines/jtk/dsp/DifferenceFilterTest.java:260
↓ 15 callersMethodassertEqual
(double e, float[][] a, double tol)
core/src/test/java/edu/mines/jtk/dsp/LocalOrientFilterTest.java:174
↓ 15 callersMethodassertEqual
(float[] e, float[] a)
core/src/main/java/edu/mines/jtk/dsp/SymmetricTridiagonalFilter.java:765
↓ 15 callersMethodassertEqualExact
(DMatrix a, DMatrix b)
core/src/test/java/edu/mines/jtk/la/DMatrixTest.java:155
↓ 15 callersMethodassertEqualFuzzy
(DMatrix a, DMatrix b)
core/src/test/java/edu/mines/jtk/la/DMatrixTest.java:159
↓ 15 callersMethodatan2
Computes the arc tangent of the specified y/x, in the range -<i>pi</i> to <i>pi</i>. @param y the ordinate coordinate y. @param x the abscissa coordin
core/src/main/java/edu/mines/jtk/util/MathPlus.java:215
↓ 15 callersMethodgetCornerMax
Gets the maximum corner point for this frame. @return the maximum corner point.
core/src/main/java/edu/mines/jtk/sgl/AxisAlignedFrame.java:78
↓ 15 callersMethodgetCornerMin
Gets the minimum corner point for this frame. @return the minimum corner point.
core/src/main/java/edu/mines/jtk/sgl/AxisAlignedFrame.java:70
↓ 15 callersMethodgetN1
Gets the number of elements in 1st dimension of this array. @return the number of elements in 1st dimension.
core/src/main/java/edu/mines/jtk/util/Float4.java:34
↓ 15 callersMethodgetN2
Gets the number of elements in 2nd dimension of this array. @return the number of elements in 2nd dimension.
core/src/main/java/edu/mines/jtk/util/Float4.java:40
↓ 15 callersMethodgetSampling
Gets the sampling for this function. @return the sampling.
core/src/main/java/edu/mines/jtk/dsp/Real1.java:106
↓ 15 callersMethodgetTile
Gets the tile with specified row and column indices. @param irow the row index. @param icol the column index. @return the tile.
core/src/main/java/edu/mines/jtk/mosaic/Mosaic.java:228
↓ 15 callersMethodisInfinite
Determines whether this sphere is infinite. @return true, if infinite; false, otherwise.
core/src/main/java/edu/mines/jtk/sgl/BoundingSphere.java:99
↓ 15 callersMethodnodeA
Returns the node A referenced by this tri. @return the node A.
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:207
↓ 15 callersMethodnodeB
Returns the node B referenced by this tri. @return the node B.
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:215
↓ 15 callersMethodremoveEdge
(Edge edge)
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:1291
↓ 15 callersMethodsaxpy
(float a, float[][] x, float[][] y)
core/src/main/java/edu/mines/jtk/dsp/LocalSmoothingFilter.java:813
↓ 15 callersMethodsetClips
Sets the clips for this view. A pixels view maps values of the sampled function f(x1,x2) to bytes, which are then used as indices into a specified col
core/src/main/java/edu/mines/jtk/mosaic/PixelsView.java:282
↓ 15 callersMethodsetLabel
Sets the label for this color bar. @param label the label; null, if none.
core/src/main/java/edu/mines/jtk/mosaic/ColorBar.java:62
↓ 15 callersMethodtimes
Returns C = A s, where A is this matrix, and s is a scalar. @param s the scalar s. @return C = A s.
core/src/main/java/edu/mines/jtk/la/DMatrix.java:667
↓ 15 callersMethodzeros
(int n1)
core/src/test/java/edu/mines/jtk/dsp/LocalCausalFilterTest.java:257
↓ 14 callersMethodaddEdge
(Edge edge)
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:1280
↓ 14 callersMethodapply
Applies this filter. @param x input array. @param y output array.
core/src/main/java/edu/mines/jtk/dsp/MinimumPhaseFilter.java:458
↓ 14 callersMethodapply1
Applies this filter along the 1st dimension of a 2D array. @param x input array x; may be the same as the output array y. @param y output array y; may
core/src/main/java/edu/mines/jtk/dsp/SymmetricTridiagonalFilter.java:112
↓ 14 callersMethodassertValue
( SibsonInterpolator3 si, float x1, float x2, float x3, float f)
core/src/test/java/edu/mines/jtk/interp/SibsonInterpolator3Test.java:154
↓ 14 callersMethodcmp
Check order of two numbers, within precision. @param r1 First number to check @param r2 Second number to check @return 1 if r1 &gt; r2; -1 if r1 &lt;
core/src/main/java/edu/mines/jtk/util/Almost.java:262
↓ 14 callersMethodcomplexToComplex1
Computes a complex-to-complex dimension-1 fast Fourier transform. Transforms a 2-D input array cx[n2][2 nfft] of n2 nfft complex numbers to a 2-D outp
core/src/main/java/edu/mines/jtk/dsp/FftComplex.java:120
↓ 14 callersMethoddistanceSquared
Returns the distance squared between the specified node and a point with specified coordinates.
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:3730
↓ 14 callersMethodfindFace
Finds a face of a tet in the mesh that references the specified nodes. The nodes may be specified in any order. However, if not null, the returned fac
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:2287
↓ 14 callersMethodget
Get a vect for the specified index. @param index A unique integer for the requested vect. Integers need not be consecutive. @return Vect
core/src/main/java/edu/mines/jtk/opt/VectContainer.java:43
↓ 14 callersMethodgetTranscaler
Gets the transcaler for this tile. @return the transcaler.
core/src/main/java/edu/mines/jtk/mosaic/Tile.java:202
↓ 14 callersMethodglMaterialfv
( int face, int pname, FloatBuffer params)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:2536
↓ 14 callersMethodinterpolate
Interpolates a function value y(x). Same as {@link #interpolate0(float)}. @param x value at which to interpolate. @return interpolated function value
core/src/main/java/edu/mines/jtk/interp/CubicInterpolator.java:147
↓ 14 callersMethodisOnBoundary
Determines whether this node is on the surface boundary. @return true, if on the boundary; false, otherwise.
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:99
↓ 14 callersMethodjjCheckNAddTwoStates
(int state1, int state2)
core/src/main/java/edu/mines/jtk/util/UnitsParser.java:533
↓ 14 callersMethodlinkFaces
( Face face, Node node, Face faceNabor, Node nodeNabor)
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:1842
↓ 14 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/TriMesh.java:1513
↓ 14 callersMethodreplaceAll
Replaces all occurences in string s of string x with string y. @param x string to be replaced. @param y string replacing each occurence of x. @param s
core/src/main/java/edu/mines/jtk/util/XmlUtil.java:86
↓ 14 callersMethodsetFontSizeForSlide
Sets font size automatically for a slide in presentations. This method causes the font size to change as this frame is resized, so that text height wi
core/src/main/java/edu/mines/jtk/mosaic/PlotFrame.java:279
↓ 14 callersMethodsignum
Returns the signum of the specified value. The signum is zero if the argument is zero, 1.0 if the argument is greater than zero, -1.0 if the argument
core/src/main/java/edu/mines/jtk/util/MathPlus.java:499
↓ 14 callersMethodtrace
(String s)
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:5893
↓ 14 callersMethodtranslate
Returns a new translation matrix. @param tx the x component of the translation. @param ty the y component of the translation. @param tz the z componen
core/src/main/java/edu/mines/jtk/sgl/Matrix44.java:362
↓ 13 callersMethodapply
Applies this filter. Uses lag1; ignores lag2 or lag3, if specified. <p> May be applied in-place; input and output arrays may be the same. @param x inp
core/src/main/java/edu/mines/jtk/dsp/CausalFilter.java:476
↓ 13 callersMethodapply2
Applies this filter along the 2nd dimension of a 2D array. @param x input array x; may be the same as the output array y. @param y output array y; may
core/src/main/java/edu/mines/jtk/dsp/SymmetricTridiagonalFilter.java:125
↓ 13 callersMethodapplyNXX
(final int nd, final float[][][] x, final float[][][] y)
core/src/main/java/edu/mines/jtk/dsp/RecursiveGaussianFilter.java:503
↓ 13 callersMethodapplyXNX
(final int nd, final float[][][] x, final float[][][] y)
core/src/main/java/edu/mines/jtk/dsp/RecursiveGaussianFilter.java:512
↓ 13 callersMethodapplyXXN
(final int nd, final float[][][] x, final float[][][] y)
core/src/main/java/edu/mines/jtk/dsp/RecursiveGaussianFilter.java:521
↓ 13 callersMethodbinarySearch
Performs a binary search in a monotonic array of values. Values are assumed to increase or decrease monotonically, with no equal values. <p> Warning:
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:10043
↓ 13 callersMethodconj
Returns the complex conjugate of this complex number. @return the complex conjugate.
core/src/main/java/edu/mines/jtk/util/Cfloat.java:289
↓ 13 callersMethodczerofloat
Returns a new array of zeros. @param n1 1st array dimension.
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:1360
↓ 13 callersMethodequals
(Object object)
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:715
↓ 13 callersMethodfaceRight
()
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:318
↓ 13 callersMethodget
Copies values from the buffered array into this buffer. If the values are already in this buffer, they are assumed to be unchanged, and no copy is per
core/src/main/java/edu/mines/jtk/dsp/FilterBuffer2.java:209
↓ 13 callersMethodgetAxis
Gets the axis for this frame. @return the axis.
core/src/main/java/edu/mines/jtk/sgl/AxisAlignedFrame.java:62
↓ 13 callersMethodgetHorizontalProjector
Gets the horizontal projector for this tile. @return the horizontal projector.
core/src/main/java/edu/mines/jtk/mosaic/Tile.java:186
↓ 13 callersMethodgetN3
Gets the number of elements in 3rd dimension of this array. @return the number of elements in 3rd dimension.
core/src/main/java/edu/mines/jtk/util/Float4.java:46
↓ 13 callersMethodgetVerticalProjector
Gets the vertical projector for this tile. @return the vertical projector.
core/src/main/java/edu/mines/jtk/mosaic/Tile.java:194
↓ 13 callersMethodgetVolume
Gets this volume. @return the volume; may be infinite.
core/src/main/java/edu/mines/jtk/interp/LasserreVolume.java:152
↓ 13 callersMethodglDrawArrays
( int mode, int first, int count)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:1397
↓ 13 callersMethodglMatrixMode
( int mode)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:2597
← previousnext →201–300 of 7,765, ranked by callers