Package petsc4py :: Module PETSc :: Class Mat :: Class Structure
[hide private]
[frames] | no frames]

Class Structure


Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  DIFFERENT = 0
  DIFFERENT_NONZERO_PATTERN = 0
  DIFFERENT_NZ = 0
  SAME = 2
  SAME_NONZERO_PATTERN = 2
  SAME_NZ = 2
  SUBSET = 1
  SUBSET_NONZERO_PATTERN = 1
  SUBSET_NZ = 1
  UNKNOWN = 3
  UNKNOWN_NONZERO_PATTERN = 3
  UNKNOWN_NZ = 3
  __qualname__ = 'MatStructure'
Properties [hide private]

Inherited from object: __class__