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

Function getrs

bayes/include/open_ptrack/bayes/uLAPACK.hpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 sgeqrf_(m,n,da,lda,dtau,dwork,ldwork,info);
88 }
89 inline void getrs( const char& transa, const int& n, const int& nrhs, const double da[], const int& lda, int ipivot[], double db[], const int& ldb, int& info)
90 {
91 dgetrs_(transa,n,nrhs,da,lda,ipivot,db,ldb,info);
92 }
93 inline void getrs( const char& transa, const int& n, const int& nrhs, const float da[], const int& lda, int ipivot[], float db[], const int& ldb, int& info)
94 {
95 sgetrs_(transa,n,nrhs,da,lda,ipivot,db,ldb,info);

Callers 1

inverse_FxMethod · 0.85

Calls 3

dataMethod · 0.80
beginMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected