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
↓ 32 callers
Method
correlate
Correlates the current inputs for the specified lag. @param lag the correlation lag. @param c the output array; cannot be the same as inputs f or g.
core/src/main/java/edu/mines/jtk/dsp/LocalCorrelationFilter.java:226
↓ 32 callers
Method
hashCodeOf
Return a hashcode consistent with imprecise floating-point equality. Integers and Longs require exact equality. @param number Number to ge
core/src/main/java/edu/mines/jtk/util/Almost.java:309
↓ 32 callers
Method
merge
Merges the specified projector into this projector. @param p the projector.
core/src/main/java/edu/mines/jtk/mosaic/Projector.java:232
↓ 31 callers
Method
hasNext
()
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:587
↓ 31 callers
Method
set
Sets all elements of this matrix from the specified array. Copies each array element into this matrix. @param a the array.
core/src/main/java/edu/mines/jtk/la/DMatrix.java:315
↓ 31 callers
Method
times
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/Cfloat.java:95
↓ 31 callers
Method
u
Returns normalized coordinate u corresponding to world coordinate v. @param v world coordinate v. @return normalized coordinate u.
core/src/main/java/edu/mines/jtk/mosaic/Projector.java:151
↓ 30 callers
Method
copy
Returns array copy of elements from the specified array. @param rx source array. @return array copy
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:3533
↓ 30 callers
Method
glEnable
( int cap)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:1419
↓ 30 callers
Method
iterator
Returns an iterator for all objects in this tree. <p> The iterator does not support removal. A call to the method {@link java.util.Iterator#remove()}
core/src/main/java/edu/mines/jtk/util/RTree.java:391
↓ 30 callers
Method
v
Returns world coordinate v corresponding to normalized coordinate u. @param u normalized coordinate u. @return world coordinate v.
core/src/main/java/edu/mines/jtk/mosaic/Projector.java:164
↓ 29 callers
Method
complexToComplex2
Computes a complex-to-complex dimension-2 fast Fourier transform. Transforms a 2-D input array cx[nfft][2 n1] of nfft n1 complex numbers to a 2-D outp
core/src/main/java/edu/mines/jtk/dsp/FftComplex.java:137
↓ 29 callers
Method
nodeC
Returns the node C referenced by this face. @return the node C.
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:429
↓ 28 callers
Method
addNode
Adds a node to the mesh, if the mesh does not already contain a node with the same (x,y) coordinates. @param node the node to add. @return true, if th
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:1426
↓ 28 callers
Method
assertEqual
(float x, float y)
core/src/test/java/edu/mines/jtk/interp/CubicInterpolatorTest.java:215
↓ 28 callers
Method
checkSearch
(double[] a, double x)
core/src/test/java/edu/mines/jtk/util/ArrayMathTest.java:484
↓ 28 callers
Method
ulp
Returns the size of an ulp of the argument. @param d the value whose ulp is to be returned. @return the size of an ulp of the argument.
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:993
↓ 27 callers
Method
add
Adds the specified state to this set. @param state the state.
core/src/main/java/edu/mines/jtk/sgl/StateSet.java:74
↓ 27 callers
Method
format
(String sr, String si, StringBuilder sb)
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:15448
↓ 27 callers
Method
getTetNabors
Gets an array of tet 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/TetMesh.java:2760
↓ 27 callers
Method
setNameAndParent
(String name, ParameterSet parent)
core/src/main/java/edu/mines/jtk/util/Parameter.java:1041
↓ 26 callers
Method
getName
Get the parameter name. @return parameter name.
core/src/main/java/edu/mines/jtk/util/Parameter.java:454
↓ 26 callers
Method
indexOfNearest
Returns the index of the sample nearest to the specified value. @param x the value. @return the index of the nearest sample.
core/src/main/java/edu/mines/jtk/dsp/Sampling.java:366
↓ 25 callers
Method
crampfloat
Returns an array initialized to a specified linear ramp. Array values are ca+i1 cb1. @param ca value of the first element. @param cb1 gradient in 1st
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:3250
↓ 25 callers
Method
interpolate
Interpolates one real value y(x). @param nxu number of input samples. @param dxu input sampling interval. @param fxu first input sampled x value. @par
core/src/main/java/edu/mines/jtk/dsp/SincInterpolator.java:208
↓ 25 callers
Method
setColorModel
Sets the index color model for this color map. @param colorModel the index color model.
core/src/main/java/edu/mines/jtk/awt/ColorMap.java:446
↓ 25 callers
Method
setInterpolation
Sets the method for interpolation between samples. @param interpolation the interpolation method.
core/src/main/java/edu/mines/jtk/mosaic/PixelsView.java:228
↓ 24 callers
Method
checkArrays
(float[] x, float[] y)
core/src/main/java/edu/mines/jtk/dsp/Recursive2ndOrderFilter.java:1271
↓ 24 callers
Method
divide
Safely divide one number by another. Handle zeros and infinity. Never throws floating point exceptions. @param top Numerator @param bottom
core/src/main/java/edu/mines/jtk/util/Almost.java:379
↓ 24 callers
Method
findEdge
Finds an edge of a tet in the mesh that references the specified nodes. The nodes may be specified in any order. @param na a node. @param nb a node. @
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:2266
↓ 24 callers
Method
getData
Get the embedded data @return Same array as passed to constructore.
core/src/main/java/edu/mines/jtk/opt/ArrayVect1.java:91
↓ 24 callers
Method
getNextTetOnHull
Given a tet and node on the hull, and another node, typically inside (not on) the hull, gets the next tet on the hull that is opposite the node on the
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:4983
↓ 24 callers
Method
glVertex3f
( float x, float y, float z)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:7353
↓ 24 callers
Method
min
Returns the minimum of the specified values. @param a a value. @param b a value. @return the minimum value.
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:793
↓ 24 callers
Method
quickPartition
(byte[] x, int[] m)
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:9184
↓ 24 callers
Method
transpose
Returns the transpose of this matrix. @return the transpose.
core/src/main/java/edu/mines/jtk/la/DMatrix.java:478
↓ 23 callers
Method
div
Returns the quotient ra / rb of two functions ra and rb. The samplings of ra and rb must be equivalent. @param ra a function. @param rb a function. @r
core/src/main/java/edu/mines/jtk/dsp/Real1.java:406
↓ 23 callers
Method
floor
Returns the largest (closest to positive infinity) value that is less than or equal to the argument and is equal to a mathematical integer. @param x a
core/src/main/java/edu/mines/jtk/util/MathPlus.java:438
↓ 23 callers
Method
glEnableClientState
( int arrayName)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:2725
↓ 23 callers
Method
isRegular
Determines whether the specified array of arrays is regular. The array is regular if each of its elements, which are arrays, have the same length. @pa
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:8138
↓ 23 callers
Method
newFloatBuffer
Returns a new direct float buffer. @param capacity the buffer capacity. @return the new buffer.
core/src/main/java/edu/mines/jtk/util/Direct.java:113
↓ 23 callers
Method
quickSort
Sorts the elements of the specified array in ascending order. After sorting, a[0] <= a[1] <= a[2] <= .... @param a the array to be sorted.
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:8594
↓ 23 callers
Method
setHLabel
Sets the label for the horizontal axis. @param label the label.
core/src/main/java/edu/mines/jtk/mosaic/PlotPanel.java:465
↓ 23 callers
Method
setVLabel
Sets the label for the vertical axis. @param label the label.
core/src/main/java/edu/mines/jtk/mosaic/PlotPanel.java:473
↓ 23 callers
Method
times
Returns the scaled vector s u for this vector u. @param s the scale factor. @return the scaled vector.
core/src/main/java/edu/mines/jtk/sgl/Vector3.java:153
↓ 23 callers
Method
zp
Returns the z coordinate of this node as a perturbed double. @return the z coordinate.
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:168
↓ 22 callers
Method
addParameter
Add a new parameter to this parameter set. If this parameter set already contains a parameter or subset with the specified name, replace that paramete
core/src/main/java/edu/mines/jtk/util/ParameterSet.java:135
↓ 22 callers
Method
assertEqualExact
(double a, double b)
core/src/test/java/edu/mines/jtk/lapack/DMatrixTest.java:162
↓ 22 callers
Method
assertEqualFuzzy
(double a, double b)
core/src/test/java/edu/mines/jtk/lapack/DMatrixTest.java:166
↓ 22 callers
Method
findTet
Returns a tet that references the specified node. @param node the node. @return a tet that references the specified node; or null, if the node is not
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:2303
↓ 22 callers
Method
jj_consume_token
(int kind)
core/src/main/java/edu/mines/jtk/util/UnitsParser.java:323
↓ 22 callers
Method
seek
Sets the file pointer (byte offset) for this file. The next read or or write begins at this offset. <p> The offset may be set beyond the end of the fi
core/src/main/java/edu/mines/jtk/io/ArrayFile.java:186
↓ 22 callers
Method
timesEquals
Scales this vector. @param s the scale factor. @return this vector, scaled.
core/src/main/java/edu/mines/jtk/sgl/Vector3.java:162
↓ 21 callers
Method
assertEquals
(double e, double a)
core/src/test/java/edu/mines/jtk/interp/LasserreVolumeTest.java:95
↓ 21 callers
Method
contains
Determines whether this box contains the 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/BoundingBox.java:311
↓ 21 callers
Method
find
Finds a state in this set of the specified class. @param stateClass the state class. @return the state; null, if the set contains no such state.
core/src/main/java/edu/mines/jtk/sgl/StateSet.java:100
↓ 21 callers
Method
getN
Gets the number of columns in this matrix. @return the number of columns.
core/src/main/java/edu/mines/jtk/la/DMatrix.java:102
↓ 21 callers
Method
getValues
Gets the array of function values for this function. @return the array of function values; by reference, not by copy.
core/src/main/java/edu/mines/jtk/dsp/Real1.java:114
↓ 21 callers
Method
glVertex3d
( double x, double y, double z)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:7343
↓ 21 callers
Method
isEmpty
Determines whether this sphere is empty. @return true, if empty; false, otherwise.
core/src/main/java/edu/mines/jtk/sgl/BoundingSphere.java:91
↓ 21 callers
Method
log10
Returns the logarithm base 10 of this complex number. @return the logarithm base 10.
core/src/main/java/edu/mines/jtk/util/Cfloat.java:363
↓ 21 callers
Method
scale
Scales n1 real numbers in the specified array by 1/nfft. The inverse of a real-to-complex FFT is a complex-to-real FFT (with opposite sign) followed b
core/src/main/java/edu/mines/jtk/dsp/FftReal.java:402
↓ 21 callers
Method
scopy
(float[] x, float[] y)
core/src/main/java/edu/mines/jtk/dsp/LocalSmoothingFilter.java:770
↓ 21 callers
Method
sdot
(float[][] x, float[][] y)
core/src/main/java/edu/mines/jtk/dsp/LocalSmoothingFilter.java:786
↓ 21 callers
Method
setMarkStyle
Sets the mark style. The default mark style is none, for no marks. @param style the mark style.
core/src/main/java/edu/mines/jtk/mosaic/PointsView.java:392
↓ 21 callers
Method
times
Returns the product MA of this matrix M and a matrix A. @param a the matrix A. @return the product MA.
core/src/main/java/edu/mines/jtk/sgl/Matrix44.java:179
↓ 21 callers
Method
toString
()
core/src/main/java/edu/mines/jtk/util/Almost.java:456
↓ 20 callers
Method
accumulate
(TetMesh.Node node, double volume)
core/src/main/java/edu/mines/jtk/interp/SibsonInterpolator3.java:916
↓ 20 callers
Method
getPoint
Gets the sampled point for the specified index, which must be non-zero. For efficiency, returns the array {x,y,z} of point coordinates by reference, n
core/src/main/java/edu/mines/jtk/util/UnitSphereSampling.java:92
↓ 20 callers
Method
getScale
Returns the scale type @return the value of _scaleType
core/src/main/java/edu/mines/jtk/mosaic/Projector.java:208
↓ 20 callers
Method
getTensor
Gets tensor elements for specified indices. @param i1 index for 1st dimension. @param i2 index for 2nd dimension. @param i3 index for 3rd dimension. @
core/src/main/java/edu/mines/jtk/dsp/Tensors3.java:38
↓ 20 callers
Method
glTexCoord2f
( float s, float t)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:8197
↓ 20 callers
Method
nfftSmall
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/FftComplex.java:67
↓ 20 callers
Method
rand
Fills the specified array with random values. @param rx the array.
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:1585
↓ 20 callers
Method
scale
(float s, float[] x, float[] y)
core/src/main/java/edu/mines/jtk/dsp/RecursiveParallelFilter.java:558
↓ 20 callers
Method
set
Sets the i'th entry, and updates the index map accordingly.
core/src/main/java/edu/mines/jtk/interp/TimeHeap3.java:248
↓ 20 callers
Method
setEdgeAfter
(Edge edgeAfter)
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:236
↓ 20 callers
Method
setEdgeBefore
(Edge edgeBefore)
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:233
↓ 20 callers
Method
setStates
Sets the OpenGL states for this node. @param states the OpenGL states.
core/src/main/java/edu/mines/jtk/sgl/Node.java:169
↓ 20 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/PlotPanel.java:303
↓ 20 callers
Method
twoSum
Computes sum a+b. Puts result in x and error in y.
core/src/main/java/edu/mines/jtk/mesh/Geometry.java:1519
↓ 19 callers
Method
ass
(final boolean condition, final String requirement)
core/src/main/java/edu/mines/jtk/opt/VectUtil.java:251
↓ 19 callers
Method
clear
Removes all tris from this list.
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:932
↓ 19 callers
Method
fill
Returns a function with constant values. @param ar the constant. @param n the number of samples. @return the function.
core/src/main/java/edu/mines/jtk/dsp/Real1.java:263
↓ 19 callers
Method
getFont
Gets the font for this annotation. @return the font.
core/src/main/java/edu/mines/jtk/sgl/Annotation.java:108
↓ 19 callers
Method
getM
Gets the number of rows in this matrix. @return the number of rows.
core/src/main/java/edu/mines/jtk/la/DMatrix.java:86
↓ 19 callers
Method
getMosaic
Gets the mosaic that contains this tile. @return the mosaic.
core/src/main/java/edu/mines/jtk/mosaic/Tile.java:59
↓ 19 callers
Method
getType
Get the parameter type. @return parameter type.
core/src/main/java/edu/mines/jtk/util/Parameter.java:487
↓ 19 callers
Method
glDisableClientState
( int arrayName)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:2731
↓ 19 callers
Method
indexOf
Returns the index of the sample with specified value. If this sampling has a sample value that equals (to within the sampling tolerance) the specified
core/src/main/java/edu/mines/jtk/dsp/Sampling.java:339
↓ 19 callers
Method
intValue
()
core/src/main/java/edu/mines/jtk/util/AtomicFloat.java:165
↓ 19 callers
Method
readDouble
()
core/src/main/java/edu/mines/jtk/io/ArrayInput.java:42
↓ 19 callers
Method
readInt
()
core/src/main/java/edu/mines/jtk/io/ArrayInput.java:39
↓ 19 callers
Method
tetNabor
Returns the tet nabor opposite the specified node. The specified node cannot be null, and must be referenced by this tet. @param node a node. @return
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:353
↓ 19 callers
Method
timesEquals
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:171
↓ 19 callers
Method
triNabor
Gets the tri nabor opposite the specified node. @param node a node. @return the tri nabor opposite the node.
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:279
↓ 19 callers
Method
writeDouble
(double v)
core/src/main/java/edu/mines/jtk/io/ArrayOutput.java:40
↓ 19 callers
Method
writeInt
(int v)
core/src/main/java/edu/mines/jtk/io/ArrayOutput.java:37
↓ 18 callers
Method
apply
(float[][][] x, float[][][] y)
core/src/main/java/edu/mines/jtk/dsp/LocalSmoothingFilter.java:378
↓ 18 callers
Method
close
Closes this data file, releasing any associated system resources.
core/src/main/java/edu/mines/jtk/io/ArrayFile.java:216
← previous
next →
101–200 of 7,765, ranked by callers