MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / rmatrixmvf

Function rmatrixmvf

src/ablasf.cpp:112–127  ·  view source on GitHub ↗

Fast kernel -- ALGLIB routine -- 19.01.2010 Bochkanov Sergey *************************************************************************/

Source from the content-addressed store, hash-verified

110 Bochkanov Sergey
111*************************************************************************/
112bool 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/*************************************************************************

Callers 1

rmatrixmvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected