dgesv_
C++ Function Reference
1 Signature
int BigDataStatMeth::dgesv_(int *, int *, double *, int *, int *, double *, int *, int *)2 Description
LAPACK routine for solving general linear equations AX = B.
3 Parameters
n(``): Pointer to matrix ordernrhs(``): Pointer to number of right-hand sidesa(``): Pointer to matrix Alda(``): Pointer to leading dimension of Aipiv(``): Pointer to pivot indicesb(``): Pointer to matrix Bldb(``): Pointer to leading dimension of Binfo(``): Pointer to status information
4 Returns
Type: int
5 Details
nPointer to matrix order nrhsPointer to number of right-hand sides aPointer to matrix A ldaPointer to leading dimension of A ipivPointer to pivot indices bPointer to matrix B ldbPointer to leading dimension of B infoPointer to status information
6 Call Graph
7 Usage Example
#include "BigDataStatMeth.hpp"
// Example usage
auto result = dgesv_(...);