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

Class NormType


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]
  FRB = 2
  FROBENIUS = 2
  INF = 3
  INFINITY = 3
  MAX = 3
  N1 = 0
  N12 = 4
  N2 = 1
  NORM_1 = 0
  NORM_1_AND_2 = 4
  NORM_2 = 1
  NORM_FROBENIUS = 2
  NORM_INFINITY = 3
  NORM_MAX = 3
  __qualname__ = 'NormType'
Properties [hide private]

Inherited from object: __class__