From: Jabiertxo A. C. <jab...@ma...> - 2014-04-11 14:09:11
|
Hi again: > Well, it depends on the format of the matrix. If it can be arranged into a > tridiagonal form, then it can be inverted much faster using [1]. In my case is a bidimensional array: double* A[3][3] double* B[3] Regards. |