Expand description
supernodal factorization module
a supernodal factorization is one that processes the elements of the cholesky factor of the input matrix by blocks, rather than single elements. this is more efficient if the cholesky factor is somewhat dense
Structs§
- Supernodal
Intranode Lblt Ref - cholesky $LBL^\top$ factors containing both the symbolic and numeric representations
- Supernodal
Ldlt Ref - cholesky $LDL^H$ factors containing both the symbolic and numeric representations
- Supernodal
LltRef - cholesky $LL^H$ factor containing both its symbolic and numeric representations
- Supernode
Ref - a single supernode from the cholesky factor
- Symbolic
Supernodal Cholesky - cholesky factor structure containing its symbolic structure
- Symbolic
Supernode Ref - symbolic structure of a single supernode from the cholesky factor
Functions§
- factorize_
supernodal_ numeric_ intranode_ lblt - computes the numeric values of the cholesky $LBL^\top$ factors of the matrix $A$ with
intranodal pivoting, and stores them in
l_values - factorize_
supernodal_ numeric_ intranode_ lblt_ scratch - returns the size and alignment of the workspace required to compute the numeric
cholesky $LBL^\top$ factorization with intranodal pivoting of a matrix $A$ with dimension
n - factorize_
supernodal_ numeric_ ldlt - computes the numeric values of the cholesky $LDL^H$ factors of the matrix $A$, and stores
them in
l_values - factorize_
supernodal_ numeric_ ldlt_ scratch - returns the size and alignment of the workspace required to compute the numeric
cholesky $LDL^H$ factorization of a matrix $A$ with dimension
n - factorize_
supernodal_ numeric_ llt - computes the numeric values of the cholesky $LL^H$ factor of the matrix $A$, and stores them
in
l_values - factorize_
supernodal_ numeric_ llt_ scratch - returns the size and alignment of the workspace required to compute the numeric
cholesky $LL^H$ factorization of a matrix $A$ with dimension
n - factorize_
supernodal_ symbolic_ cholesky - computes the supernodal symbolic structure of the cholesky factor of the matrix $A$
- factorize_
supernodal_ symbolic_ cholesky_ scratch - returns the size and alignment of the workspace required to compute the symbolic supernodal
factorization of a matrix of size
n