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

Function ablascomplexblocksize

src/ablas.cpp:212–218  ·  view source on GitHub ↗

Block size for complex subroutines. -- ALGLIB routine -- 15.12.2009 Bochkanov Sergey *************************************************************************/

Source from the content-addressed store, hash-verified

210 Bochkanov Sergey
211*************************************************************************/
212int ablascomplexblocksize(const ap::complex_2d_array& a)
213{
214 int result;
215
216 result = 24;
217 return result;
218}
219
220
221/*************************************************************************

Callers 10

cmatrixqrFunction · 0.85
cmatrixlqFunction · 0.85
cmatrixqrunpackqFunction · 0.85
cmatrixlqunpackqFunction · 0.85
ablascomplexsplitlengthFunction · 0.85
cmatrixtransposeFunction · 0.85
cmatrixrighttrsmFunction · 0.85
cmatrixlefttrsmFunction · 0.85
cmatrixsyrkFunction · 0.85
cmatrixgemmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected