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