MCPcopy Create free account
hub / github.com/dhale/jtk / dot

Method dot

core/src/main/java/edu/mines/jtk/opt/VectConst.java:32–32  ·  view source on GitHub ↗

Return the Cartesian dot product of this vector with another vector (not including any inverse covariance). [Feel free to normalize by the number of elements in the array, if the inverse convariance is defined consistently.] @param other The vector to be dotted. @return The dot product.

(VectConst other)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 13

solveMethod · 0.95
getTransposePrecisionMethod · 0.95
testAllMethod · 0.65
testAllMethod · 0.65
dotMethod · 0.65
testVectorMethod · 0.65
areSameMethod · 0.65
testMethod · 0.65
dotMethod · 0.65
dotMethod · 0.65
solveMethod · 0.65
dotMethod · 0.65

Implementers 9

VectArraycore/src/main/java/edu/mines/jtk/opt/V
VectMapcore/src/main/java/edu/mines/jtk/opt/V
ArrayVect2fcore/src/main/java/edu/mines/jtk/opt/A
ArrayVect2core/src/main/java/edu/mines/jtk/opt/A
ArrayVect3fcore/src/main/java/edu/mines/jtk/opt/A
ArrayVect1core/src/main/java/edu/mines/jtk/opt/A
ArrayVect1fscore/src/main/java/edu/mines/jtk/opt/A
ArrayVect1fcore/src/main/java/edu/mines/jtk/opt/A
ScalarVectcore/src/main/java/edu/mines/jtk/opt/S

Calls

no outgoing calls

Tested by 4

testAllMethod · 0.52
testAllMethod · 0.52
dotMethod · 0.52
testVectorMethod · 0.52