#include <stdio.h>
#include "spConfig.h"
#include "spMatrix.h"
#include "spDefs.h"
Functions | |
void | spPrint (spMatrix eMatrix, int PrintReordered, int Data, int Header) |
int | spFileMatrix (spMatrix eMatrix, char *File, char *Label, int Reordered, int Data, int Header) |
int | spFileVector (spMatrix eMatrix, char *File, spREAL RHS[]) |
int | spFileStats (spMatrix eMatrix, char *File, char *Label) |
Objects that begin with the spc prefix are considered private and should not be used.
|
Writes matrix to file in format suitable to be read back in by the matrix test program.
|
|
Writes useful information concerning the matrix to a file. Should be executed after the matrix is factored.
|
|
Writes vector to file in format suitable to be read back in by the matrix test program. This routine should be executed after the function spFileMatrix.
|
|
Formats and send the matrix to standard output. Some elementary statistics are also output. The matrix is output in a format that is readable by people.
|