|
| STK_Invert.h |
| In this file we implement inversion method for general matrices.
|
|
| STK_InvertLowerSym.h |
| In this file we implement inversion method for lower symmetric matrices.
|
|
| STK_InvertLowerTriangular.h |
| In this file we implement inversion method for lower triangular matrices.
|
|
| STK_InvertSym.h |
| In this file we implement inversion method for symmetric matrices.
|
|
| STK_InvertUpperSym.h |
| In this file we implement inversion method for upper symmetric matrices.
|
|
| STK_InvertUpperTriangular.h |
| In this file we implement inversion method for upper triangular matrices.
|
|