| 409 | // ---------------------------------------------------------------------------------------- |
| 410 | |
| 411 | matrix<double,4,1> brown_solution () |
| 412 | { |
| 413 | matrix<double,4,1> x; |
| 414 | // solution from original documentation. |
| 415 | //x = -11.5844E+00, 13.1999E+00, -0.406200E+00, 0.240998E+00; |
| 416 | x = -11.594439905669450042, 13.203630051593080452, -0.40343948856573402795, 0.23677877338218666914; |
| 417 | return x; |
| 418 | } |
| 419 | |
| 420 | // ---------------------------------------------------------------------------------------- |
| 421 |
no outgoing calls
no test coverage detected