Fast kernel -- ALGLIB routine -- 19.01.2010 Bochkanov Sergey *************************************************************************/
| 110 | Bochkanov Sergey |
| 111 | *************************************************************************/ |
| 112 | bool rmatrixmvf(int m, |
| 113 | int n, |
| 114 | ap::real_2d_array& a, |
| 115 | int ia, |
| 116 | int ja, |
| 117 | int opa, |
| 118 | ap::real_1d_array& x, |
| 119 | int ix, |
| 120 | ap::real_1d_array& y, |
| 121 | int iy) |
| 122 | { |
| 123 | bool result; |
| 124 | |
| 125 | result = false; |
| 126 | return result; |
| 127 | } |
| 128 | |
| 129 | |
| 130 | /************************************************************************* |