Contents

SparseGetStateSize_Complex_Float(_:_:_:_:_:)

Returns size in bytes of state space required for call to SparseIterate() for complex float values.

Declaration

func SparseGetStateSize_Complex_Float(_ method: SparseIterativeMethod, _ preconditioner: Bool, _ m: Int32, _ n: Int32, _ nrhs: Int32) -> Int

Parameters

  • method:

    (Input) Method to return required state space size for.

  • preconditioner:

    (Input) True if a preconditioner will be supplied, false otherwise.

  • m:

    (Input) Number of entries in right-hand side (rows in matrix A).

  • n:

    (Input) Number of variables to solve for (columns in matrix A).

  • nrhs:

    (Input) Number of right-hand sides to be solved for.

Return Value

Size of state space required in bytes.

See Also

Functions that Calculate Iterate State Size