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

Function rmatrixrank1f

src/ablasf.cpp:59–77  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

57 Bochkanov Sergey
58*************************************************************************/
59bool rmatrixrank1f(int m,
60 int n,
61 ap::real_2d_array& a,
62 int ia,
63 int ja,
64 ap::real_1d_array& u,
65 int iu,
66 ap::real_1d_array& v,
67 int iv)
68{
69#ifndef ALGLIB_INTERCEPTS_ABLAS
70 bool result;
71
72 result = false;
73 return result;
74#else
75 return ialglib::_i_rmatrixrank1f(m, n, a, ia, ja, u, iu, v, iv);
76#endif
77}
78
79
80/*************************************************************************

Callers 1

rmatrixrank1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected