MCPcopy Create free account

hub / github.com/dhale/jtk / functions

Functions7,765 in github.com/dhale/jtk

↓ 9 callersMethodvalueOfNearest
Returns the value of the sample nearest to the specified value. @param x the value. @return the value of the nearest sample.
core/src/main/java/edu/mines/jtk/dsp/Sampling.java:393
↓ 9 callersMethodzeroint
Returns a new array of zeros. @param n1 1st array dimension.
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:1189
↓ 9 callersMethodzeros
(int n1)
core/src/test/java/edu/mines/jtk/dsp/DifferenceFilterTest.java:240
↓ 9 callersMethodzeros
(int n1)
core/src/test/java/edu/mines/jtk/dsp/MinimumPhaseFilterTest.java:475
↓ 8 callersMethodaccumulate
Non-linear accumulation of alignment errors. @param dir accumulation direction, positive or negative. @param b sample offset used to constrain changes
core/src/main/java/edu/mines/jtk/dsp/DynamicWarping.java:1222
↓ 8 callersMethodaccumulate
(TriMesh.Node node, double area)
core/src/main/java/edu/mines/jtk/interp/SibsonInterpolator2.java:838
↓ 8 callersMethodaccumulate2Reverse
/ Accumulates output in 2nd dimension in the reverse direction. This method filters the input, and adds the result to the output; it is most useful
core/src/main/java/edu/mines/jtk/dsp/Recursive2ndOrderFilter.java:908
↓ 8 callersMethodaddImagePanels
Adds an image panel group to a simple frame from a given 3D array @param f a 3D array. @return the image panel group.
core/src/main/java/edu/mines/jtk/sgl/SimpleFrame.java:292
↓ 8 callersMethodaddResult
Adds a pick result with specified pick point to this context. @param point the pick point, in local coordinates.
core/src/main/java/edu/mines/jtk/sgl/PickContext.java:158
↓ 8 callersMethodaddTri
( float xa, float ya, float za, float xb, float yb, float zb, float xc, float yc, float zc, in
core/src/main/java/edu/mines/jtk/sgl/EllipsoidGlyph.java:217
↓ 8 callersMethodapply
Applies this filter for specified constant scale factor. Local smoothing for 1D arrays is a special case that requires no tensors. All tensors are imp
core/src/main/java/edu/mines/jtk/dsp/LocalSmoothingFilter.java:120
↓ 8 callersMethodapply1
(float[][] x, float[][] y)
core/src/main/java/edu/mines/jtk/dsp/LocalCorrelationFilter.java:960
↓ 8 callersMethodapply2
(float[][] x, float[][] y)
core/src/main/java/edu/mines/jtk/dsp/LocalCorrelationFilter.java:961
↓ 8 callersMethodapplyInverse2
Applies the inverse of 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 outp
core/src/main/java/edu/mines/jtk/dsp/SymmetricTridiagonalFilter.java:355
↓ 8 callersMethodassertEqual
(float[] re, float[] ra)
core/src/test/java/edu/mines/jtk/dsp/Recursive2ndOrderFilterTest.java:143
↓ 8 callersMethodassertToleranceClose
(double expected, double actual, double tol)
core/src/test/java/edu/mines/jtk/mosaic/TranscalerTest.java:97
↓ 8 callersMethodbetween
See if value is between two other values, including almost equality @param x Value to check @param x1 Value at one end of interval. @param x2 Value
core/src/main/java/edu/mines/jtk/util/Almost.java:162
↓ 8 callersMethodcenterCircle
Computes the center of the circle defined by the points a, b, and c. The latter are assumed to be in CCW order, such that the method {@link #leftOfLin
core/src/main/java/edu/mines/jtk/mesh/Geometry.java:1206
↓ 8 callersMethodcenterCircle3D
Computes the center of the circle defined by the 3-D points a, b, and c. Because the points have 3-D coordinates, they may specified in any order. @pa
core/src/main/java/edu/mines/jtk/mesh/Geometry.java:1440
↓ 8 callersMethodcheckSign
(int sign)
core/src/main/java/edu/mines/jtk/dsp/FftReal.java:440
↓ 8 callersMethodclearNodeMarks
Clears all node marks, so that no node is marked. This can usually be accomplished without iterating over all nodes in the mesh.
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:3266
↓ 8 callersMethodcombineWith
Returns a new transcaler that combines this transcaler with projectors. The returned transcaler includes the transforms of the projectors. Does not ch
core/src/main/java/edu/mines/jtk/mosaic/Transcaler.java:151
↓ 8 callersMethodcomplexToReal1
Computes a complex-to-real dimension-1 fast Fourier transform. Transforms a 2-D input array cx[n2][nfft+2] of n2 (nfft/2+1) complex numbers to a 2-D o
core/src/main/java/edu/mines/jtk/dsp/FftReal.java:223
↓ 8 callersMethoddata
(TriMesh.Node node)
core/src/main/java/edu/mines/jtk/interp/SibsonInterpolator2.java:464
↓ 8 callersMethoddrawZoom
(Tile tile, int x, int y, boolean bx, boolean by)
core/src/main/java/edu/mines/jtk/mosaic/TileZoomMode.java:208
↓ 8 callersMethodf
(float x1)
core/src/test/java/edu/mines/jtk/interp/TestFunction.java:31
↓ 8 callersMethodflatten
Flattens a specified 2-D array into a 1-D array. @param rx the array. @return the flattened array.
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:6661
↓ 8 callersMethodforTwoSidedShinySurface
Returns a new state set with color, light model, and material states. The specified color is used only when per-vertex colors are not used. The light
core/src/main/java/edu/mines/jtk/sgl/StateSet.java:52
↓ 8 callersMethodgetAmbient
Gets the ambient color of the primary light source. @return ambient color of the primary light source.
core/src/main/java/edu/mines/jtk/sgl/OrbitViewLighting.java:139
↓ 8 callersMethodgetBoundingBox
Gets the bounding box for this constraint. @return the bounding box.
core/src/main/java/edu/mines/jtk/sgl/BoxConstraint.java:130
↓ 8 callersMethodgetByte
Gets the byte value corresponding to the specified float value. @param f the float value to be mapped. @return the unsigned byte value in the range [0
core/src/main/java/edu/mines/jtk/util/FloatByteMap.java:103
↓ 8 callersMethodgetColorMap
Gets the color map. @return the color map.
core/src/main/java/edu/mines/jtk/awt/ColorMapped.java:28
↓ 8 callersMethodgetCorner
Gets the point at a specified corner of this box. The corner is specified by index, an integer between 0 and 7. From least to most significant, the th
core/src/main/java/edu/mines/jtk/sgl/BoundingBox.java:210
↓ 8 callersMethodgetDiffuse
Gets the diffuse color of the primary light source. @return diffuse color of the primary light source.
core/src/main/java/edu/mines/jtk/sgl/OrbitViewLighting.java:207
↓ 8 callersMethodgetEigenvectorW
Gets the eigenvector w 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:360
↓ 8 callersMethodgetLightSourceType
Gets the {@link LightSourceType} for the primary light source. @return the {@link LightSourceType}.
core/src/main/java/edu/mines/jtk/sgl/OrbitViewLighting.java:314
↓ 8 callersMethodgetPosition
Gets the position of the primary light source. @return the (x,y,z,w) coordinates of the primary light source.
core/src/main/java/edu/mines/jtk/sgl/OrbitViewLighting.java:260
↓ 8 callersMethodgetSpecular
Gets the specular color of the primary light source. @return the specular color of the primary light source.
core/src/main/java/edu/mines/jtk/sgl/OrbitViewLighting.java:173
↓ 8 callersMethodgetTileAxisLeft
Gets the left tile axis for this tile. @return the axis; null, if none.
core/src/main/java/edu/mines/jtk/mosaic/Tile.java:320
↓ 8 callersMethodgetViewRectangle
Gets the view rectangle for this tile. The view rectangle represents the subset of normalized coordinate space that is displayed in this tile. @return
core/src/main/java/edu/mines/jtk/mosaic/Tile.java:286
↓ 8 callersMethodglNormalPointer
( GLArrayData array)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:2797
↓ 8 callersMethodglViewport
( int x, int y, int width, int height)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:2030
↓ 8 callersMethodhasNext
()
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:975
↓ 8 callersMethodhasNext
()
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:289
↓ 8 callersMethodheightMinimumAxesTop
()
core/src/main/java/edu/mines/jtk/mosaic/Mosaic.java:877
↓ 8 callersMethodindex
(float x)
core/src/main/java/edu/mines/jtk/interp/CubicInterpolator.java:367
↓ 8 callersMethodjjCheckNAddStates
(int start, int end)
core/src/main/java/edu/mines/jtk/util/UnitsParser.java:538
↓ 8 callersMethodlocatePoint
Locates a point with specified coordinates. @param x the x coordinate. @param y the y coordinate. @return the {@link PointLocation}.
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:1734
↓ 8 callersMethodmakeFilter
( double b0, double b1, double b2, double a1, double a2)
core/src/main/java/edu/mines/jtk/dsp/RecursiveGaussianFilter.java:948
↓ 8 callersMethodminus
Returns the point q = p-v, for this point p and the specified vector v. @param v the vector v. @return the point q = p-v.
core/src/main/java/edu/mines/jtk/sgl/Point3.java:71
↓ 8 callersMethodnext
()
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:290
↓ 8 callersMethodnodeA
Returns the node A referenced by this tet. @return the node A.
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:258
↓ 8 callersMethodnodeB
Returns the node B referenced by this tet. @return the node B.
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:266
↓ 8 callersMethodnodeD
Returns the node D referenced by this tet. @return the node D.
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:282
↓ 8 callersMethodnormalize
Normalizes the cross-correlation for a specified lag. @param lag the lag. @param c the cross-correlation to be modified.
core/src/main/java/edu/mines/jtk/dsp/LocalCorrelationFilter.java:259
↓ 8 callersMethodpaintToPng
Paints this frame's panel(s) to a PNG image with specified parameters. The image height is computed so that the image has the same aspect ratio as the
core/src/main/java/edu/mines/jtk/mosaic/PlotFrame.java:200
↓ 8 callersMethodreadBytes
Reads byte elements into a specified array. @param v the array. @param k the index of the first element to read. @param n the number of elements to re
core/src/main/java/edu/mines/jtk/io/ArrayInput.java:52
↓ 8 callersMethodreadChars
Reads char elements into a specified array. @param v the array. @param k the index of the first element to read. @param n the number of elements to re
core/src/main/java/edu/mines/jtk/io/ArrayInput.java:81
↓ 8 callersMethodreadInts
Reads int elements into a specified array. @param v the array. @param k the index of the first element to read. @param n the number of elements to rea
core/src/main/java/edu/mines/jtk/io/ArrayInput.java:139
↓ 8 callersMethodreadLongs
Reads long elements into a specified array. @param v the array. @param k the index of the first element to read. @param n the number of elements to re
core/src/main/java/edu/mines/jtk/io/ArrayInput.java:168
↓ 8 callersMethodreadShorts
Reads short elements into a specified array. @param v the array. @param k the index of the first element to read. @param n the number of elements to r
core/src/main/java/edu/mines/jtk/io/ArrayInput.java:110
↓ 8 callersMethodremove
Removes the specified state from this set. @param state the state.
core/src/main/java/edu/mines/jtk/sgl/StateSet.java:82
↓ 8 callersMethodremove
Deletes the specified object from this tree, if present. @param object the object. @return true, if the object was removed; false, otherwise.
core/src/main/java/edu/mines/jtk/util/RTree.java:356
↓ 8 callersMethodremoveListener
Removes the specified color map listener. @param cml the listener.
core/src/main/java/edu/mines/jtk/awt/ColorMap.java:476
↓ 8 callersMethodrepaintAxis
(TileAxis[] axes, int index)
core/src/main/java/edu/mines/jtk/mosaic/Mosaic.java:751
↓ 8 callersMethodsetClips
Sets the clips for this panel. Calling this method disables the computation of clips from percentiles. Any clip values computed or specified previousl
core/src/main/java/edu/mines/jtk/mosaic/PlotPanelPixels3.java:446
↓ 8 callersMethodsetColorModel
Sets the index color model for this view. For three or four color components, a direct color model is used instead of this index color model. The defa
core/src/main/java/edu/mines/jtk/mosaic/PixelsView.java:250
↓ 8 callersMethodsetEigenvectorW
Sets the eigenvector w 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:573
↓ 8 callersMethodsetHFormat
Sets the format for the horizontal axis. @param format the format.
core/src/main/java/edu/mines/jtk/mosaic/PlotPanel.java:507
↓ 8 callersMethodsetLineStyle
Sets the line style. The default style is solid. @param style the line style.
core/src/main/java/edu/mines/jtk/mosaic/PointsView.java:356
↓ 8 callersMethodsetString
Set parameter value as String. @param value parameter value.
core/src/main/java/edu/mines/jtk/util/Parameter.java:732
↓ 8 callersMethodsetVFormat
Sets the format for the vertical axis. @param format the format.
core/src/main/java/edu/mines/jtk/mosaic/PlotPanel.java:515
↓ 8 callersFunctionsliceplot
(x,clip=0.0,png=None)
demo/src/main/jython/jtkdemo/dsp/SteerablePyramidDemo.py:165
↓ 8 callersMethodsolve
Minimize a function of scalar and return the optimum value. @param scalarMin The minimum value allowed for the argument scalar. @param scalarM
core/src/main/java/edu/mines/jtk/opt/ScalarSolver.java:75
↓ 8 callersMethodsolve
Return a new solution after the number of conjugate gradient iterations. @param numberIterations is the number of iterations to perform. @param monit
core/src/main/java/edu/mines/jtk/opt/QuadraticSolver.java:81
↓ 8 callersMethodtoColor
(float[] a)
core/src/main/java/edu/mines/jtk/sgl/MaterialState.java:644
↓ 8 callersMethodtoString
Get a string representation of this parameter set. This XML-formatted string represents the parameter name and all parameters and subsets contained in
core/src/main/java/edu/mines/jtk/util/ParameterSet.java:719
↓ 8 callersMethodtrace
(String s)
core/src/test/java/edu/mines/jtk/opt/LineSearchTest.java:205
↓ 8 callersMethodupdateAxisTics
Updates the axis tics for this axis. Axes tics depend on many different parameters, including the axis width, height, font, tic label format, and tile
core/src/main/java/edu/mines/jtk/mosaic/TileAxis.java:504
↓ 8 callersMethodupdateNodeNearest
If the point with specified (x,y) coordinates is nearer to the specified node than the nearest node found so far, then replaces the nearest node (and
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:3269
↓ 8 callersMethodupdateView
()
core/src/main/java/edu/mines/jtk/sgl/OrbitView.java:478
↓ 8 callersMethodvalidate
Validates the internal consistency of the mesh. @exception RuntimeException if the mesh is invalid.
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:2328
↓ 8 callersMethodwasActivated
(Sample s)
core/src/main/java/edu/mines/jtk/interp/TimeMarker3X.java:343
↓ 8 callersMethodwidthMinimumAxesLeft
()
core/src/main/java/edu/mines/jtk/mosaic/Mosaic.java:808
↓ 8 callersMethodwidthTileBorder
()
core/src/main/java/edu/mines/jtk/mosaic/Mosaic.java:764
↓ 8 callersMethodwriteFloats
Writes float elements from a specified array. @param v the array. @param k the index of the first element to write. @param n the number of elements to
core/src/main/java/edu/mines/jtk/io/ArrayOutputStream.java:348
↓ 8 callersMethodwriteInts
Writes int elements from a specified array. @param v the array. @param k the index of the first element to write. @param n the number of elements to w
core/src/main/java/edu/mines/jtk/io/ArrayOutput.java:134
↓ 8 callersMethodwriteLongs
Writes long elements from a specified array. @param v the array. @param k the index of the first element to write. @param n the number of elements to
core/src/main/java/edu/mines/jtk/io/ArrayOutput.java:165
↓ 8 callersMethodwriteShorts
Writes short elements from a specified array. @param v the array. @param k the index of the first element to write. @param n the number of elements to
core/src/main/java/edu/mines/jtk/io/ArrayOutput.java:105
↓ 8 callersMethodz
Returns the z coordinate of this node. @return the z coordinate.
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:144
↓ 7 callersMethodaccumulate2Forward
Accumulates output in 2nd dimension in the forward direction. This method filters the input, and adds the result to the output; it is most useful when
core/src/main/java/edu/mines/jtk/dsp/Recursive2ndOrderFilter.java:767
↓ 7 callersMethodacos
Returns the arc cosine of the specified value, in the range 0.0 through <i>pi</i>. @param x the value. @return the arc cosine.
core/src/main/java/edu/mines/jtk/util/MathPlus.java:174
↓ 7 callersMethodadd
Adds the specified object to this tree, if not already present. @param object the object. @return true, if the object was added; false, otherwise.
core/src/main/java/edu/mines/jtk/util/RTree.java:301
↓ 7 callersMethodaddColorBar
Adds the color bar with no label. The color bar paints the color map of the most recently added pixels view. To avoid confusion, a color bar should pe
core/src/main/java/edu/mines/jtk/mosaic/SimplePlot.java:469
↓ 7 callersMethodaddFace
(Face face)
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:1301
↓ 7 callersMethodaddGrid
Adds a grid view. @return the grid view.
core/src/main/java/edu/mines/jtk/mosaic/PlotPanel.java:600
↓ 7 callersMethodaddSampleToList
(int i1, int i2, int i3)
core/src/main/java/edu/mines/jtk/interp/TimeMarker3X.java:440
↓ 7 callersMethodapplyInverse1
Applies the inverse of 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 outp
core/src/main/java/edu/mines/jtk/dsp/SymmetricTridiagonalFilter.java:342
↓ 7 callersMethodareSame
See if two vectors are the same. Useful for test code. @param v1 First vector @param v2 Second vector @return true if vectors appear to be the same,
core/src/main/java/edu/mines/jtk/opt/VectUtil.java:92
↓ 7 callersMethodassertEqual
(float[] ca, float[] cb)
core/src/test/java/edu/mines/jtk/dsp/FftComplexTest.java:146
← previousnext →501–600 of 7,765, ranked by callers