| 400 | // ---------------------------------------------------------------------------------------- |
| 401 | |
| 402 | matrix<double,4,1> brown_start () |
| 403 | { |
| 404 | matrix<double,4,1> x; |
| 405 | x = 25.0E+00, 5.0E+00, -5.0E+00, -1.0E+00; |
| 406 | return x; |
| 407 | } |
| 408 | |
| 409 | // ---------------------------------------------------------------------------------------- |
| 410 |
no outgoing calls
no test coverage detected