Contents

apply

A function that calculates Y = PX, where P is the preconditioner.

Declaration

var apply: (UnsafeMutableRawPointer, CBLAS_TRANSPOSE, DenseMatrix_Float, DenseMatrix_Float) -> Void

Discussion

The function has some approximation to A⁻¹.

See Also

Inspecting Preconditioner Properties