MCPcopy Create free account

hub / github.com/dhale/jtk / functions

Functions7,765 in github.com/dhale/jtk

↓ 10 callersMethoddistanceSquared
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 callersMethoddump
(float[] f, float[] x1, float[] x2, float[] x3)
core/src/test/java/edu/mines/jtk/interp/SibsonInterpolator3Test.java:195
↓ 10 callersMethodedgeAfter
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 callersMethodedgeBefore
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 callersMethodequals
(Object obj)
core/src/main/java/edu/mines/jtk/la/DMatrix.java:751
↓ 10 callersMethodevaluate
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 callersMethodget
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 callersMethodgetAndIncrement
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 callersMethodgetIndex
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 callersMethodglBindTexture
( int target, int texture)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:1055
↓ 10 callersMethodglClear
( int mask)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:1127
↓ 10 callersMethodglColor3f
( float red, float green, float blue)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:7809
↓ 10 callersMethodgrid
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 callersMethodidentity
Returns a new identity matrix. @return an identity matrix.
core/src/main/java/edu/mines/jtk/sgl/Matrix44.java:351
↓ 10 callersMethodinverse
Returns the inverse Minv of this matrix M. @return the inverse Minv.
core/src/main/java/edu/mines/jtk/sgl/Matrix44.java:131
↓ 10 callersMethodinverseEquals
Replaces this matrix M with its inverse Minv. @return this matrix, inverted.
core/src/main/java/edu/mines/jtk/sgl/Matrix44.java:139
↓ 10 callersMethodisEmpty
Determines whether this box is empty. @return true, if empty; false, otherwise.
core/src/main/java/edu/mines/jtk/sgl/BoundingBox.java:134
↓ 10 callersMethodisLeaf
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 callersMethodjj_ntk
()
core/src/main/java/edu/mines/jtk/util/UnitsParser.java:354
↓ 10 callersMethodmakeIndexColorModel
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 callersMethodnext
()
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:976
↓ 10 callersFunctionplot2
(s1,s2,f,title=None,x1s=None,x2s=None)
demo/src/main/jython/jtkdemo/interp/RegularDemo.py:97
↓ 10 callersMethodpolar
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 callersMethodrealToComplex1
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 callersMethodreferences
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 callersMethodremove
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 callersMethodremove
(MouseEvent e)
demo/src/main/java/jtkdemo/mosaic/PolesAndZerosDemo.java:597
↓ 10 callersMethodsetColor
Sets the current color. @param color the current color.
core/src/main/java/edu/mines/jtk/sgl/ColorState.java:54
↓ 10 callersMethodsetColor
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 callersMethodsetEigenvectorU
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 callersMethodsetScale
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 callersMethodtoString
()
core/src/main/java/edu/mines/jtk/sgl/Plane.java:178
↓ 10 callersMethodtransposeTimes
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 callersMethodupdateNodeNearest
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 callersMethodvalidate
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 callersMethodwriteChars
(String s)
core/src/main/java/edu/mines/jtk/io/ArrayOutput.java:42
↓ 9 callersMethodabs
Returns the magnitude of this complex number. @return the magnitude.
core/src/main/java/edu/mines/jtk/util/Cdouble.java:314
↓ 9 callersMethodaddMate
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 callersMethodaddNode
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 callersMethodaddNode
(TetMesh.Node node)
core/src/main/java/edu/mines/jtk/interp/SibsonInterpolator3.java:742
↓ 9 callersMethodalmostEqual
(double v1, double v2, double tiny)
core/src/main/java/edu/mines/jtk/dsp/Sampling.java:759
↓ 9 callersMethodapplyForward
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 callersMethodapplyInverse
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 callersMethodapplyInverse
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 callersMethodapplyInverse
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 callersMethodapplyInverseTranspose
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 callersMethodapplyInverseTranspose
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 callersMethodapplyInverseTranspose
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 callersMethodassertEqual
(double x, double y)
core/src/test/java/edu/mines/jtk/opt/BrentZeroFinderTest.java:106
↓ 9 callersMethodassertValue
( SibsonInterpolator2 si, float x1, float x2, float f)
core/src/test/java/edu/mines/jtk/interp/SibsonInterpolator2Test.java:125
↓ 9 callersMethodcloneZero
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 callersMethodcomplexToComplex
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 callersMethodcosh
Returns the hyberbolic cosine of this complex number. @return the hyberbolic cosine.
core/src/main/java/edu/mines/jtk/util/Cfloat.java:421
↓ 9 callersMethodcountColumns
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 callersMethodcountRows
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 callersMethodcreateGraphics
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 callersMethoddata
(TetMesh.Node node)
core/src/main/java/edu/mines/jtk/interp/SibsonInterpolator3.java:500
↓ 9 callersMethoddefine
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 callersMethoddelta
(float fc, float f1, float f2)
core/src/main/java/edu/mines/jtk/mosaic/ContoursView.java:994
↓ 9 callersMethoddispose
()
core/src/main/java/edu/mines/jtk/opt/ArrayVect1.java:136
↓ 9 callersMethoddraw
(DrawContext dc)
demo/src/main/java/jtkdemo/sgl/EllipsoidGlyphDemo.java:65
↓ 9 callersMethoddrawRect
(JComponent c, int x, int y, boolean bx, boolean by)
core/src/main/java/edu/mines/jtk/mosaic/TileZoomMode.java:297
↓ 9 callersMethodfindEdge
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 callersMethodgetBounds
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 callersMethodgetEigenvectorU
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 callersMethodgetFaceNabors
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 callersMethodgetHScale
Gets the Horizontal axis scaling. @return the Scale; null, if none.
core/src/main/java/edu/mines/jtk/mosaic/Tile.java:344
↓ 9 callersMethodgetKeys
()
core/src/main/java/edu/mines/jtk/opt/VectMap.java:84
↓ 9 callersMethodgetN
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 callersMethodgetTileAxisRight
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 callersMethodglClearColor
( float red, float green, float blue, float alpha)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:1133
↓ 9 callersMethodglVertexPointer
( GLArrayData array)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:2737
↓ 9 callersMethodhashCode
()
core/src/main/java/edu/mines/jtk/util/Almost.java:449
↓ 9 callersMethodi
(float f)
core/src/main/java/edu/mines/jtk/util/AtomicFloat.java:186
↓ 9 callersMethodindexOfNearestExtended
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 callersMethodinterpolate2
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 callersMethodinterpolate3
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 callersMethodintersectWithTriangle
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 callersMethodjjCheckNAdd
(int state)
core/src/main/java/edu/mines/jtk/util/UnitsParser.java:519
↓ 9 callersMethodl
(double d)
core/src/main/java/edu/mines/jtk/util/AtomicDouble.java:186
↓ 9 callersMethodlike
(float[] f)
core/src/main/java/edu/mines/jtk/dsp/LocalSemblanceFilter.java:439
↓ 9 callersMethodlinkTets
Links one tet with its tet nabor.
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:5147
↓ 9 callersMethodnodeRight
()
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:324
↓ 9 callersMethodrands
(int n1)
core/src/test/java/edu/mines/jtk/dsp/DifferenceFilterTest.java:230
↓ 9 callersMethodrands
(int n1)
core/src/test/java/edu/mines/jtk/dsp/MinimumPhaseFilterTest.java:465
↓ 9 callersMethodreadUnsignedByte
()
core/src/main/java/edu/mines/jtk/io/ArrayInput.java:35
↓ 9 callersMethodsetHLabel
Sets the label for the horizontal axis. @param label the label.
core/src/main/java/edu/mines/jtk/mosaic/SimplePlot.java:626
↓ 9 callersMethodsetLocation
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 callersMethodsetMarkColor
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 callersMethodsetMarkSize
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 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/SimplePlot.java:535
↓ 9 callersMethodsetVLabel
Sets the label for the vertical axis. @param label the label.
core/src/main/java/edu/mines/jtk/mosaic/SimplePlot.java:634
↓ 9 callersMethodsetValueRange
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 callersMethodsetVertical
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 callersMethodsinh
Returns the hyberbolic sine of this complex number. @return the hyberbolic sine.
core/src/main/java/edu/mines/jtk/util/Cfloat.java:413
↓ 9 callersMethodsmoothS
(float[][] x, float[][] y)
core/src/main/java/edu/mines/jtk/interp/SplinesGridder2.java:469
↓ 9 callersMethodtan
Returns the tangent of this complex number. @return the tangent.
core/src/main/java/edu/mines/jtk/util/Cfloat.java:405
↓ 9 callersMethodupdate
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 callersMethodv0
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 callersMethodv1
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
← previousnext →401–500 of 7,765, ranked by callers