Contents

SparseFactor(_:_:)

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

Declaration

func SparseFactor(_ type: SparseFactorization_t, _ Matrix: SparseMatrix_Complex_Float) -> SparseOpaqueFactorization_Complex_Float

Parameters

  • type:

    The type of factorization to perform.

  • Matrix:

    The matrix to factorize.

See Also

Complex matrix factorization functions