apply
A function that calculates Y = PX, where P is the preconditioner.
Declaration
var apply: (UnsafeMutableRawPointer, CBLAS_TRANSPOSE, DenseMatrix_Double, DenseMatrix_Double) -> 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_Double, DenseMatrix_Double) -> VoidThe function has some approximation to A⁻¹.