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

Method project

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

Project another vector onto the space of this vector, then scale, and add to a scaled version of this vector. (Useful for perturbing one vector with a constrained subspace.) This method should give the same result as add(), if the other Vect is an instance of the same class as this Vect. This operat

(double scaleThis, double scaleOther, VectConst other)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

testMethod · 0.95
addOrProjectMethod · 0.95
addOrProjectMethod · 0.95
solveMethod · 0.95
getBMethod · 0.95
functionMethod · 0.65

Implementers 9

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
VectArraycore/src/main/java/edu/mines/jtk/opt/V
VectMapcore/src/main/java/edu/mines/jtk/opt/V

Calls

no outgoing calls

Tested by

no test coverage detected