|
Parallel Algorithm for Computing Matrix Inverse by Gauss-Jordan MethodKeywords: multi-core processors , multi-processor-computers , processing performance Abstract: Multi-core and even multi-processor computers are increasingly common, even for home use. This does not automatically bring better processing performance. When the machine is used for a single task, in order to take advantage of the full processing power available, some measures have to be taken even for simple cases.We illustrate this by computing matrix inverse with Gauss method in a sequential way and introducing a parallel improvement to the calculus.
|