|
ILIAS
eassessment Revision 61809
|
quadratic (p-o)'S'S(p-o) solve for o, S S is a single scale factor More...
Collaboration diagram for LMQuadTest:Public Member Functions | |
| val ($x, $a) | |
| grad ($x, $a, $a_k) | |
| z = (p-o)'S'S(p-o) dz/dp = 2S'S(p-o) | |
| initial () | |
| testdata () | |
quadratic (p-o)'S'S(p-o) solve for o, S S is a single scale factor
Definition at line 7 of file LMQuadTest.php.
| LMQuadTest::grad | ( | $x, | |
| $a, | |||
| $a_k | |||
| ) |
z = (p-o)'S'S(p-o) dz/dp = 2S'S(p-o)
z = (s*(px-ox))^2 + (s*(py-oy))^2 dz/dox = -2(s*(px-ox))*s dz/ds = 2*s*[(px-ox)^2 + (py-oy)^2]
z = (s*dx)^2 + (s*dy)^2 dz/ds = 2(s*dx)*dx + 2(s*dy)*dy
| array[] | $x | |
| array[] | $a | |
| int | $a_k | |
| array[] | $a |
Definition at line 44 of file LMQuadTest.php.
References $x.
| LMQuadTest::initial | ( | ) |
Definition at line 68 of file LMQuadTest.php.
| LMQuadTest::testdata | ( | ) |
Definition at line 80 of file LMQuadTest.php.
Here is the call graph for this function:| LMQuadTest::val | ( | $x, | |
| $a | |||
| ) |
| array[] | $x |
| array[] | $a |
Definition at line 13 of file LMQuadTest.php.
References $x.
Referenced by testdata().
Here is the caller graph for this function: