MCPcopy Create free account

hub / github.com/dhale/jtk / functions

Functions7,765 in github.com/dhale/jtk

↓ 32 callersMethodcorrelate
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 callersMethodhashCodeOf
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 callersMethodmerge
Merges the specified projector into this projector. @param p the projector.
core/src/main/java/edu/mines/jtk/mosaic/Projector.java:232
↓ 31 callersMethodhasNext
()
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:587
↓ 31 callersMethodset
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 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/Cfloat.java:95
↓ 31 callersMethodu
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 callersMethodcopy
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 callersMethodglEnable
( int cap)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:1419
↓ 30 callersMethoditerator
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 callersMethodv
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 callersMethodcomplexToComplex2
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 callersMethodnodeC
Returns the node C referenced by this face. @return the node C.
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:429
↓ 28 callersMethodaddNode
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 callersMethodassertEqual
(float x, float y)
core/src/test/java/edu/mines/jtk/interp/CubicInterpolatorTest.java:215
↓ 28 callersMethodcheckSearch
(double[] a, double x)
core/src/test/java/edu/mines/jtk/util/ArrayMathTest.java:484
↓ 28 callersMethodulp
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 callersMethodadd
Adds the specified state to this set. @param state the state.
core/src/main/java/edu/mines/jtk/sgl/StateSet.java:74
↓ 27 callersMethodformat
(String sr, String si, StringBuilder sb)
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:15448
↓ 27 callersMethodgetTetNabors
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 callersMethodsetNameAndParent
(String name, ParameterSet parent)
core/src/main/java/edu/mines/jtk/util/Parameter.java:1041
↓ 26 callersMethodgetName
Get the parameter name. @return parameter name.
core/src/main/java/edu/mines/jtk/util/Parameter.java:454
↓ 26 callersMethodindexOfNearest
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 callersMethodcrampfloat
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 callersMethodinterpolate
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 callersMethodsetColorModel
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 callersMethodsetInterpolation
Sets the method for interpolation between samples. @param interpolation the interpolation method.
core/src/main/java/edu/mines/jtk/mosaic/PixelsView.java:228
↓ 24 callersMethodcheckArrays
(float[] x, float[] y)
core/src/main/java/edu/mines/jtk/dsp/Recursive2ndOrderFilter.java:1271
↓ 24 callersMethoddivide
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 callersMethodfindEdge
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 callersMethodgetData
Get the embedded data @return Same array as passed to constructore.
core/src/main/java/edu/mines/jtk/opt/ArrayVect1.java:91
↓ 24 callersMethodgetNextTetOnHull
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 callersMethodglVertex3f
( float x, float y, float z)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:7353
↓ 24 callersMethodmin
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 callersMethodquickPartition
(byte[] x, int[] m)
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:9184
↓ 24 callersMethodtranspose
Returns the transpose of this matrix. @return the transpose.
core/src/main/java/edu/mines/jtk/la/DMatrix.java:478
↓ 23 callersMethoddiv
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 callersMethodfloor
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 callersMethodglEnableClientState
( int arrayName)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:2725
↓ 23 callersMethodisRegular
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 callersMethodnewFloatBuffer
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 callersMethodquickSort
Sorts the elements of the specified array in ascending order. After sorting, a[0] &lt;= a[1] &lt;= a[2] &lt;= .... @param a the array to be sorted.
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:8594
↓ 23 callersMethodsetHLabel
Sets the label for the horizontal axis. @param label the label.
core/src/main/java/edu/mines/jtk/mosaic/PlotPanel.java:465
↓ 23 callersMethodsetVLabel
Sets the label for the vertical axis. @param label the label.
core/src/main/java/edu/mines/jtk/mosaic/PlotPanel.java:473
↓ 23 callersMethodtimes
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 callersMethodzp
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 callersMethodaddParameter
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 callersMethodassertEqualExact
(double a, double b)
core/src/test/java/edu/mines/jtk/lapack/DMatrixTest.java:162
↓ 22 callersMethodassertEqualFuzzy
(double a, double b)
core/src/test/java/edu/mines/jtk/lapack/DMatrixTest.java:166
↓ 22 callersMethodfindTet
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 callersMethodjj_consume_token
(int kind)
core/src/main/java/edu/mines/jtk/util/UnitsParser.java:323
↓ 22 callersMethodseek
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 callersMethodtimesEquals
Scales this vector. @param s the scale factor. @return this vector, scaled.
core/src/main/java/edu/mines/jtk/sgl/Vector3.java:162
↓ 21 callersMethodassertEquals
(double e, double a)
core/src/test/java/edu/mines/jtk/interp/LasserreVolumeTest.java:95
↓ 21 callersMethodcontains
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 callersMethodfind
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 callersMethodgetN
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 callersMethodgetValues
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 callersMethodglVertex3d
( double x, double y, double z)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:7343
↓ 21 callersMethodisEmpty
Determines whether this sphere is empty. @return true, if empty; false, otherwise.
core/src/main/java/edu/mines/jtk/sgl/BoundingSphere.java:91
↓ 21 callersMethodlog10
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 callersMethodscale
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 callersMethodscopy
(float[] x, float[] y)
core/src/main/java/edu/mines/jtk/dsp/LocalSmoothingFilter.java:770
↓ 21 callersMethodsdot
(float[][] x, float[][] y)
core/src/main/java/edu/mines/jtk/dsp/LocalSmoothingFilter.java:786
↓ 21 callersMethodsetMarkStyle
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 callersMethodtimes
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 callersMethodtoString
()
core/src/main/java/edu/mines/jtk/util/Almost.java:456
↓ 20 callersMethodaccumulate
(TetMesh.Node node, double volume)
core/src/main/java/edu/mines/jtk/interp/SibsonInterpolator3.java:916
↓ 20 callersMethodgetPoint
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 callersMethodgetScale
Returns the scale type @return the value of _scaleType
core/src/main/java/edu/mines/jtk/mosaic/Projector.java:208
↓ 20 callersMethodgetTensor
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 callersMethodglTexCoord2f
( float s, float t)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:8197
↓ 20 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/FftComplex.java:67
↓ 20 callersMethodrand
Fills the specified array with random values. @param rx the array.
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:1585
↓ 20 callersMethodscale
(float s, float[] x, float[] y)
core/src/main/java/edu/mines/jtk/dsp/RecursiveParallelFilter.java:558
↓ 20 callersMethodset
Sets the i'th entry, and updates the index map accordingly.
core/src/main/java/edu/mines/jtk/interp/TimeHeap3.java:248
↓ 20 callersMethodsetEdgeAfter
(Edge edgeAfter)
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:236
↓ 20 callersMethodsetEdgeBefore
(Edge edgeBefore)
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:233
↓ 20 callersMethodsetStates
Sets the OpenGL states for this node. @param states the OpenGL states.
core/src/main/java/edu/mines/jtk/sgl/Node.java:169
↓ 20 callersMethodsetTitle
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 callersMethodtwoSum
Computes sum a+b. Puts result in x and error in y.
core/src/main/java/edu/mines/jtk/mesh/Geometry.java:1519
↓ 19 callersMethodass
(final boolean condition, final String requirement)
core/src/main/java/edu/mines/jtk/opt/VectUtil.java:251
↓ 19 callersMethodclear
Removes all tris from this list.
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:932
↓ 19 callersMethodfill
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 callersMethodgetFont
Gets the font for this annotation. @return the font.
core/src/main/java/edu/mines/jtk/sgl/Annotation.java:108
↓ 19 callersMethodgetM
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 callersMethodgetMosaic
Gets the mosaic that contains this tile. @return the mosaic.
core/src/main/java/edu/mines/jtk/mosaic/Tile.java:59
↓ 19 callersMethodgetType
Get the parameter type. @return parameter type.
core/src/main/java/edu/mines/jtk/util/Parameter.java:487
↓ 19 callersMethodglDisableClientState
( int arrayName)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:2731
↓ 19 callersMethodindexOf
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 callersMethodintValue
()
core/src/main/java/edu/mines/jtk/util/AtomicFloat.java:165
↓ 19 callersMethodreadDouble
()
core/src/main/java/edu/mines/jtk/io/ArrayInput.java:42
↓ 19 callersMethodreadInt
()
core/src/main/java/edu/mines/jtk/io/ArrayInput.java:39
↓ 19 callersMethodtetNabor
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 callersMethodtimesEquals
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 callersMethodtriNabor
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 callersMethodwriteDouble
(double v)
core/src/main/java/edu/mines/jtk/io/ArrayOutput.java:40
↓ 19 callersMethodwriteInt
(int v)
core/src/main/java/edu/mines/jtk/io/ArrayOutput.java:37
↓ 18 callersMethodapply
(float[][][] x, float[][][] y)
core/src/main/java/edu/mines/jtk/dsp/LocalSmoothingFilter.java:378
↓ 18 callersMethodclose
Closes this data file, releasing any associated system resources.
core/src/main/java/edu/mines/jtk/io/ArrayFile.java:216
← previousnext →101–200 of 7,765, ranked by callers