You are here: Symbol Reference > Sparse Namespace > Structs, Records, Enums > Sparse.TTaucsFactorization Enumeration
MtxVec VCL
ContentsIndex
PreviousUpNext
Sparse.TTaucsFactorization Enumeration

Iterative solution refinment for Taucs.

Pascal
TTaucsFactorization = ( tfCholesky, tfLU, tfLDL, tfMultiFrontal, tfLeftLooking );
Members 
Description 
tfCholesky 
Cholesky factorization. 
tfLU 
LU factorization with partial pivoting. 
tfLDL 
LDL(T) factorization without pivoting. 
tfMultiFrontal 
Multifrontal factorization. 
tfLeftLooking 
Left-looking factorization. 

Defines the factorization method used by the Taucs sparse solver.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!