slepc4py.SLEPc.BV.Type#

class slepc4py.SLEPc.BV.Type#

Bases: object

BV type.

  • MAT: A BV stored as a dense Mat.

  • SVEC: A BV stored as a single Vec.

  • VECS: A BV stored as an array of independent Vec.

  • CONTIGUOUS: A BV stored as an array of Vec sharing a contiguous array of scalars.

  • TENSOR: A special BV represented in compact form as \(V = (I \otimes U) S\).

See also

BVType

Attributes Summary

CONTIGUOUS

Object CONTIGUOUS of type str

MAT

Object MAT of type str

SVEC

Object SVEC of type str

TENSOR

Object TENSOR of type str

VECS

Object VECS of type str

Attributes Documentation

CONTIGUOUS: str = CONTIGUOUS#

Object CONTIGUOUS of type str

MAT: str = MAT#

Object MAT of type str

SVEC: str = SVEC#

Object SVEC of type str

TENSOR: str = TENSOR#

Object TENSOR of type str

VECS: str = VECS#

Object VECS of type str