Contents

solveWorkspaceRequiredStatic

The required size of the static workspace for a call to a sparse solve function.

Declaration

var solveWorkspaceRequiredStatic: Int

Discussion

The required size of workspace in bytes for a call to a sparse solve function is solveWorkspaceRequiredStatic + nrhs * solveWorkspaceRequiredPerRHS where nrhs is the number of right-hand-side vectors.

See Also

Instance Properties