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

Function ablasblocksize

src/ablas.cpp:196–202  ·  view source on GitHub ↗

Returns block size - subdivision size where cache-oblivious soubroutines switch to the optimized kernel. INPUT PARAMETERS A - real matrix, is passed to ensure that we didn't split complex matrix using real splitting subroutine. matrix itself is not changed. -- ALGLIB routine -- 15.12.2009 Bochkanov Sergey *********************************************

Source from the content-addressed store, hash-verified

194 Bochkanov Sergey
195*************************************************************************/
196int ablasblocksize(const ap::real_2d_array& a)
197{
198 int result;
199
200 result = 32;
201 return result;
202}
203
204
205/*************************************************************************

Callers 10

rmatrixqrFunction · 0.85
rmatrixlqFunction · 0.85
rmatrixqrunpackqFunction · 0.85
rmatrixlqunpackqFunction · 0.85
ablassplitlengthFunction · 0.85
rmatrixtransposeFunction · 0.85
rmatrixrighttrsmFunction · 0.85
rmatrixlefttrsmFunction · 0.85
rmatrixsyrkFunction · 0.85
rmatrixgemmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected