MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / getrf

Function getrf

bayes/include/open_ptrack/bayes/uLAPACK.hpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 sgetrs_(transa,n,nrhs,da,lda,ipivot,db,ldb,info);
96 }
97 inline void getrf( const int& m, const int& n, double da[], const int& lda, int ipivot[], int& info)
98 {
99 dgetrf_(m,n,da,lda,ipivot,info);
100 }
101 inline void getrf( const int& m, const int& n, float da[], const int& lda, int ipivot[], int& info)
102 {
103 sgetrf_(m,n,da,lda,ipivot,info);

Callers 1

inverse_FxMethod · 0.85

Calls 2

dataMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected