__init__

UMFFactor.__init__()[source]

Compute the symbolic analysis.

Parameters:
  • A (numpy.ndarray or sparse array) – The input matrix. Any object that can be converted to a csc_array is accepted.

  • control (UMFControl, optional) – An object containing settings for the factorization. Default values will be used if not provided.