apply
A function that calculates Y = PX, where P is the preconditioner.
Declaration
var apply: (UnsafeMutableRawPointer, CBLAS_TRANSPOSE, DenseMatrix_Float, DenseMatrix_Float) -> VoidDiscussion
The function has some approximation to A⁻¹.
A function that calculates Y = PX, where P is the preconditioner.
var apply: (UnsafeMutableRawPointer, CBLAS_TRANSPOSE, DenseMatrix_Float, DenseMatrix_Float) -> VoidThe function has some approximation to A⁻¹.