| Using the C Math Library | ![]() |
Converting a Sparse Matrix to Full Matrix Format
You can convert a sparse matrix to a full format matrix by using the mlfFull() routine. The previous example nested a call to this routine in mlfPrintMatrix() to show the pattern created by the values in the sparse matrix.
mlfPrintMatrix(mlfFull(F));
| Creating a Sparse Matrix | Evaluating Arrays for Sparse Storage | ![]() |