Contents

SparseFactor(_:_:)

Returns the specified factorization of a sparse matrix of complex double values.

Declaration

func SparseFactor(_ type: SparseFactorization_t, _ Matrix: SparseMatrix_Complex_Double) -> SparseOpaqueFactorization_Complex_Double

Parameters

  • type:

    The type of factorization to perform.

  • Matrix:

    The matrix to factorize.

See Also

Complex matrix factorization functions