slepc4py.SLEPc.BV.OrthogBlockType#
- class slepc4py.SLEPc.BV.OrthogBlockType#
Bases:
object
BV block-orthogonalization types.
GS
: Gram-Schmidt.CHOL
: Cholesky.TSQR
: Tall-skinny QR.TSQRCHOL
: Tall-skinny QR with Cholesky.SVQB
: SVQB.
Attributes Summary
Constant
CHOL
of typeint
Constant
GS
of typeint
Constant
SVQB
of typeint
Constant
TSQR
of typeint
Constant
TSQRCHOL
of typeint
Attributes Documentation