Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dhale/jtk
/ functions
Functions
7,765 in github.com/dhale/jtk
⨍
Functions
7,765
◇
Types & classes
707
↓ 10 callers
Method
distanceSquared
Returns the distance squared between the specified node and a point with specified coordinates.
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:2515
↓ 10 callers
Method
dump
(float[] f, float[] x1, float[] x2, float[] x3)
core/src/test/java/edu/mines/jtk/interp/SibsonInterpolator3Test.java:195
↓ 10 callers
Method
edgeAfter
Returns the edge after this node on the surface boundary. Returns null, if this node is not on the surface boundary. If on the surface boundary, this
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:119
↓ 10 callers
Method
edgeBefore
Returns the edge before this node on the surface boundary. Returns null, if this node is not on the surface boundary. If on the surface boundary, this
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:109
↓ 10 callers
Method
equals
(Object obj)
core/src/main/java/edu/mines/jtk/la/DMatrix.java:751
↓ 10 callers
Method
evaluate
Returns the value of this function f(x) for the specified argument x. @param x the function argument x. @return the function value f(x).
core/src/main/java/edu/mines/jtk/opt/BrentMinFinder.java:66
↓ 10 callers
Method
get
For a given set of input coordinates, return the linearly predicted output coordinates. @param in A set of input coordinates @return A computed set o
core/src/main/java/edu/mines/jtk/opt/CoordinateTransform.java:141
↓ 10 callers
Method
getAndIncrement
Atomically increments by one the value of this float. @return the previous value of this float.
core/src/main/java/edu/mines/jtk/util/AtomicFloat.java:101
↓ 10 callers
Method
getIndex
Gets the index of the sampled point nearest to the specified point. Here, the nearest sampled point is that nearest on the octahedron. Returns a posit
core/src/main/java/edu/mines/jtk/util/UnitSphereSampling.java:108
↓ 10 callers
Method
glBindTexture
( int target, int texture)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:1055
↓ 10 callers
Method
glClear
( int mask)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:1127
↓ 10 callers
Method
glColor3f
( float red, float green, float blue)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:7809
↓ 10 callers
Method
grid
Computes gridded sample values from the known sample values. Known (scattered) samples must be set before calling this method. Some implementations re
core/src/main/java/edu/mines/jtk/interp/Gridder3.java:51
↓ 10 callers
Method
identity
Returns a new identity matrix. @return an identity matrix.
core/src/main/java/edu/mines/jtk/sgl/Matrix44.java:351
↓ 10 callers
Method
inverse
Returns the inverse Minv of this matrix M. @return the inverse Minv.
core/src/main/java/edu/mines/jtk/sgl/Matrix44.java:131
↓ 10 callers
Method
inverseEquals
Replaces this matrix M with its inverse Minv. @return this matrix, inverted.
core/src/main/java/edu/mines/jtk/sgl/Matrix44.java:139
↓ 10 callers
Method
isEmpty
Determines whether this box is empty. @return true, if empty; false, otherwise.
core/src/main/java/edu/mines/jtk/sgl/BoundingBox.java:134
↓ 10 callers
Method
isLeaf
Determines whether this node is a leaf node. @return true, if a leaf node; false, otherwise.
core/src/main/java/edu/mines/jtk/util/RTree.java:560
↓ 10 callers
Method
jj_ntk
()
core/src/main/java/edu/mines/jtk/util/UnitsParser.java:354
↓ 10 callers
Method
makeIndexColorModel
Returns an index color model for the specified array of 256 colors. @param c array[256] of colors. @return the index color model.
core/src/main/java/edu/mines/jtk/awt/ColorMap.java:680
↓ 10 callers
Method
next
()
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:976
↓ 10 callers
Function
plot2
(s1,s2,f,title=None,x1s=None,x2s=None)
demo/src/main/jython/jtkdemo/interp/RegularDemo.py:97
↓ 10 callers
Method
polar
Returns the complex number (r cos(a),r sin(a)). @param r the polar radius. @param a the polar angle. @return the complex number.
core/src/main/java/edu/mines/jtk/util/Cfloat.java:485
↓ 10 callers
Method
realToComplex1
Computes a real-to-complex dimension-1 fast Fourier transform. Transforms a 2-D input array rx[n2][nfft] of n2 nfft real numbers to a 2-D output array
core/src/main/java/edu/mines/jtk/dsp/FftReal.java:206
↓ 10 callers
Method
references
Determines whether this face references the specified node. @param node the node. @return true, if this face references the node; false, otherwise.
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:589
↓ 10 callers
Method
remove
Removes the tet with specified index from this list. @param index the index of the tet to remove. @return the tet removed.
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:1496
↓ 10 callers
Method
remove
(MouseEvent e)
demo/src/main/java/jtkdemo/mosaic/PolesAndZerosDemo.java:597
↓ 10 callers
Method
setColor
Sets the current color. @param color the current color.
core/src/main/java/edu/mines/jtk/sgl/ColorState.java:54
↓ 10 callers
Method
setColor
Sets the color of the quads in this quad group. Note that if per-vertex colors were specified when this quad group was constructed, then the color spe
core/src/main/java/edu/mines/jtk/sgl/QuadGroup.java:341
↓ 10 callers
Method
setEigenvectorU
Sets the eigenvector u for the tensor with specified indices. The specified vector is assumed to have length one. If the 3rd component is negative, th
core/src/main/java/edu/mines/jtk/dsp/EigenTensors3.java:531
↓ 10 callers
Method
setScale
Sets the scale type @param s new scale type @return the scale type.
core/src/main/java/edu/mines/jtk/mosaic/Projector.java:358
↓ 10 callers
Method
toString
()
core/src/main/java/edu/mines/jtk/sgl/Plane.java:178
↓ 10 callers
Method
transposeTimes
Returns the product M'A of the transpose of this matrix M and a matrix A. @param a the matrix A. @return the product M'A.
core/src/main/java/edu/mines/jtk/sgl/Matrix44.java:217
↓ 10 callers
Method
updateNodeNearest
If the point with specified (x,y,z) coordinates is nearer to the specified node than the nearest node found so far, then replaces the nearest node (an
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:5132
↓ 10 callers
Method
validate
Validates the internal consistency of the mesh. @exception RuntimeException if the mesh is invalid.
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:3465
↓ 10 callers
Method
writeChars
(String s)
core/src/main/java/edu/mines/jtk/io/ArrayOutput.java:42
↓ 9 callers
Method
abs
Returns the magnitude of this complex number. @return the magnitude.
core/src/main/java/edu/mines/jtk/util/Cdouble.java:314
↓ 9 callers
Method
addMate
Adds the mate of the edge of the specified tri that is opposite the specified node, unless the edge is in the set, in which case that edge is removed.
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:3753
↓ 9 callers
Method
addNode
Adds the specified node to this surface, if not already present. @param node the node. @return true, if node was added; false, otherwise.
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:752
↓ 9 callers
Method
addNode
(TetMesh.Node node)
core/src/main/java/edu/mines/jtk/interp/SibsonInterpolator3.java:742
↓ 9 callers
Method
almostEqual
(double v1, double v2, double tiny)
core/src/main/java/edu/mines/jtk/dsp/Sampling.java:759
↓ 9 callers
Method
applyForward
Applies a forward space-to-frequency transform of a 1D array. @param f the array to be transformed, a sampled function of space. @return the transform
core/src/main/java/edu/mines/jtk/dsp/Fft.java:437
↓ 9 callers
Method
applyInverse
Applies the inverse of this filter. Uses lag1; ignores lag2 or lag3, if specified. <p> May be applied in-place; input and output arrays may be the sam
core/src/main/java/edu/mines/jtk/dsp/CausalFilter.java:536
↓ 9 callers
Method
applyInverse
Applies the inverse of this filter. @param x the filter input. @param y the filter output.
core/src/main/java/edu/mines/jtk/dsp/DifferenceFilter.java:401
↓ 9 callers
Method
applyInverse
Applies the inverse 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:951
↓ 9 callers
Method
applyInverseTranspose
Applies the inverse transpose of this filter. Uses lag1; ignores lag2 or lag3, if specified. <p> May be applied in-place; input and output arrays may
core/src/main/java/edu/mines/jtk/dsp/CausalFilter.java:566
↓ 9 callers
Method
applyInverseTranspose
Applies the inverse transpose of this filter. @param x the filter input. @param y the filter output.
core/src/main/java/edu/mines/jtk/dsp/DifferenceFilter.java:575
↓ 9 callers
Method
applyInverseTranspose
Applies the inverse 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:1199
↓ 9 callers
Method
assertEqual
(double x, double y)
core/src/test/java/edu/mines/jtk/opt/BrentZeroFinderTest.java:106
↓ 9 callers
Method
assertValue
( SibsonInterpolator2 si, float x1, float x2, float f)
core/src/test/java/edu/mines/jtk/interp/SibsonInterpolator2Test.java:125
↓ 9 callers
Method
cloneZero
Clone a vector and initialized to zero, so that out.dot(out) == 0. @param v Vect to clone @return A cloned copy of the vector set to zero magnitude.
core/src/main/java/edu/mines/jtk/opt/VectUtil.java:76
↓ 9 callers
Method
complexToComplex
Computes a complex-to-complex fast Fourier transform. Transforms a 1-D input array cx[2 nfft] of nfft complex numbers to a 1-D output array cy[2 nfft]
core/src/main/java/edu/mines/jtk/dsp/FftComplex.java:102
↓ 9 callers
Method
cosh
Returns the hyberbolic cosine of this complex number. @return the hyberbolic cosine.
core/src/main/java/edu/mines/jtk/util/Cfloat.java:421
↓ 9 callers
Method
countColumns
Returns the number of columns of tiles in this mosaic. @return the number of columns.
core/src/main/java/edu/mines/jtk/mosaic/Mosaic.java:218
↓ 9 callers
Method
countRows
Returns the number of rows of tiles in this mosaic. @return the number of rows.
core/src/main/java/edu/mines/jtk/mosaic/Mosaic.java:210
↓ 9 callers
Method
createGraphics
Creates a graphics context for the specified graphics rectangle. First computes a scale factor from the dimensions of this panel and those of the spec
core/src/main/java/edu/mines/jtk/mosaic/IPanel.java:232
↓ 9 callers
Method
data
(TetMesh.Node node)
core/src/main/java/edu/mines/jtk/interp/SibsonInterpolator3.java:500
↓ 9 callers
Method
define
Adds a definition of units to the table of units. <p> An extensive default table of units may be provided, so that explicit definition using this meth
core/src/main/java/edu/mines/jtk/util/Units.java:372
↓ 9 callers
Method
delta
(float fc, float f1, float f2)
core/src/main/java/edu/mines/jtk/mosaic/ContoursView.java:994
↓ 9 callers
Method
dispose
()
core/src/main/java/edu/mines/jtk/opt/ArrayVect1.java:136
↓ 9 callers
Method
draw
(DrawContext dc)
demo/src/main/java/jtkdemo/sgl/EllipsoidGlyphDemo.java:65
↓ 9 callers
Method
drawRect
(JComponent c, int x, int y, boolean bx, boolean by)
core/src/main/java/edu/mines/jtk/mosaic/TileZoomMode.java:297
↓ 9 callers
Method
findEdge
Finds an edge of a tri in the mesh that references the specified nodes. The nodes may be specified in any order. However, if not null, the returned ed
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:1673
↓ 9 callers
Method
getBounds
Gets the N min/max coordinates for this boxed object. While an object is in an R-tree, these bounds should be constant. @param min array to contain N
core/src/main/java/edu/mines/jtk/util/RTree.java:77
↓ 9 callers
Method
getEigenvectorU
Gets the eigenvector u for the tensor with specified indices. @param i1 index for 1st dimension. @param i2 index for 2nd dimension. @param i3 index fo
core/src/main/java/edu/mines/jtk/dsp/EigenTensors3.java:299
↓ 9 callers
Method
getFaceNabors
Gets an array of face nabors of the specified edge. The edge is directed, and the faces are stored in CCW order, as viewed from a point towards which
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:2928
↓ 9 callers
Method
getHScale
Gets the Horizontal axis scaling. @return the Scale; null, if none.
core/src/main/java/edu/mines/jtk/mosaic/Tile.java:344
↓ 9 callers
Method
getKeys
()
core/src/main/java/edu/mines/jtk/opt/VectMap.java:84
↓ 9 callers
Method
getN
Gets the number of columns in this matrix. @return the number of columns.
core/src/main/java/edu/mines/jtk/lapack/DMatrix.java:138
↓ 9 callers
Method
getTileAxisRight
Gets the right tile axis for this tile. @return the axis; null, if none.
core/src/main/java/edu/mines/jtk/mosaic/Tile.java:336
↓ 9 callers
Method
glClearColor
( float red, float green, float blue, float alpha)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:1133
↓ 9 callers
Method
glVertexPointer
( GLArrayData array)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:2737
↓ 9 callers
Method
hashCode
()
core/src/main/java/edu/mines/jtk/util/Almost.java:449
↓ 9 callers
Method
i
(float f)
core/src/main/java/edu/mines/jtk/util/AtomicFloat.java:186
↓ 9 callers
Method
indexOfNearestExtended
Returns the index of the sample nearest the specified value, assuming uniform sampling. The value and the returned index need not be in the bounds of
core/src/main/java/edu/mines/jtk/dsp/Sampling.java:456
↓ 9 callers
Method
interpolate2
Interpolates the second derivative y''(x). @param x value at which to interpolate. @return interpolated second derivative y''(x).
core/src/main/java/edu/mines/jtk/interp/CubicInterpolator.java:176
↓ 9 callers
Method
interpolate3
Interpolates the third derivative y'''(x). @param x value at which to interpolate. @return interpolated third derivative y'''(x).
core/src/main/java/edu/mines/jtk/interp/CubicInterpolator.java:186
↓ 9 callers
Method
intersectWithTriangle
Tests this segment for intersection with the specified triangle. If such an intersection exists, this method returns the intersection point. @param xa
core/src/main/java/edu/mines/jtk/sgl/Segment.java:93
↓ 9 callers
Method
jjCheckNAdd
(int state)
core/src/main/java/edu/mines/jtk/util/UnitsParser.java:519
↓ 9 callers
Method
l
(double d)
core/src/main/java/edu/mines/jtk/util/AtomicDouble.java:186
↓ 9 callers
Method
like
(float[] f)
core/src/main/java/edu/mines/jtk/dsp/LocalSemblanceFilter.java:439
↓ 9 callers
Method
linkTets
Links one tet with its tet nabor.
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:5147
↓ 9 callers
Method
nodeRight
()
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:324
↓ 9 callers
Method
rands
(int n1)
core/src/test/java/edu/mines/jtk/dsp/DifferenceFilterTest.java:230
↓ 9 callers
Method
rands
(int n1)
core/src/test/java/edu/mines/jtk/dsp/MinimumPhaseFilterTest.java:465
↓ 9 callers
Method
readUnsignedByte
()
core/src/main/java/edu/mines/jtk/io/ArrayInput.java:35
↓ 9 callers
Method
setHLabel
Sets the label for the horizontal axis. @param label the label.
core/src/main/java/edu/mines/jtk/mosaic/SimplePlot.java:626
↓ 9 callers
Method
setLocation
Sets the view-independent location of the center of this handle. This method conveniently sets the handle transform to a pure translation to the speci
core/src/main/java/edu/mines/jtk/sgl/Handle.java:105
↓ 9 callers
Method
setMarkColor
Sets the mark color. The default mark color is the tile foreground color. That default is used if the specified mark color is null. @param color the m
core/src/main/java/edu/mines/jtk/mosaic/PointsView.java:420
↓ 9 callers
Method
setMarkSize
Sets the mark size. The default mark size is half the tile font size. The default is used if the specified mark size is zero. @param size the mark siz
core/src/main/java/edu/mines/jtk/mosaic/PointsView.java:406
↓ 9 callers
Method
setTitle
Sets the plot title. Equivalent to {@link #addTitle(String)}. @param title the title; null, for no title.
core/src/main/java/edu/mines/jtk/mosaic/SimplePlot.java:535
↓ 9 callers
Method
setVLabel
Sets the label for the vertical axis. @param label the label.
core/src/main/java/edu/mines/jtk/mosaic/SimplePlot.java:634
↓ 9 callers
Method
setValueRange
Sets the min-max range of values mapped to colors. Values outside this range are clipped. The default range is [0.0,1.0]. @param vmin the minimum valu
core/src/main/java/edu/mines/jtk/awt/ColorMap.java:436
↓ 9 callers
Method
setVertical
Sets the grid vertical type. The default grid vertical type is major. @param vertical the grid vertical type
core/src/main/java/edu/mines/jtk/mosaic/GridView.java:153
↓ 9 callers
Method
sinh
Returns the hyberbolic sine of this complex number. @return the hyberbolic sine.
core/src/main/java/edu/mines/jtk/util/Cfloat.java:413
↓ 9 callers
Method
smoothS
(float[][] x, float[][] y)
core/src/main/java/edu/mines/jtk/interp/SplinesGridder2.java:469
↓ 9 callers
Method
tan
Returns the tangent of this complex number. @return the tangent.
core/src/main/java/edu/mines/jtk/util/Cfloat.java:405
↓ 9 callers
Method
update
Updates the quantile estimate with the specified sample. @param f the sample used to update the estimate. @return the updated quantile estimate.
core/src/main/java/edu/mines/jtk/util/Quantiler.java:82
↓ 9 callers
Method
v0
Returns the v-coordinate bound closest to u=0. @return the v-coordinate bound.
core/src/main/java/edu/mines/jtk/mosaic/Projector.java:192
↓ 9 callers
Method
v1
Returns the v-coordinate bound closest to u=1. @return the v-coordinate bound.
core/src/main/java/edu/mines/jtk/mosaic/Projector.java:200
← previous
next →
401–500 of 7,765, ranked by callers