lapackLdlSolveHermitian Class — pytorch Architecture
Architecture documentation for the lapackLdlSolveHermitian class in BatchLinearAlgebra.cpp from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/native/BatchLinearAlgebra.cpp lines 1268–1280
template <>
void lapackLdlSolveHermitian<double>(
char uplo,
int n,
int nrhs,
double* a,
int lda,
int* ipiv,
double* b,
int ldb,
int* info) {
dsytrs_(&uplo, &n, &nrhs, a, &lda, ipiv, b, &ldb, info);
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free