EVSL  1.1.0
EigenValues Slicing Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
dumps.c File Reference

Miscellaneous functions used for DOS based functions. More...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "def.h"
#include "struct.h"
#include "internal_proto.h"

Go to the source code of this file.

Functions

void save_mtx_basic (int nrow, int ncol, int *ia, int *ja, double *a, const char *fn)
 
void savemat (csrMat *A, const char *fn)
 
void save_vec (int n, const double *x, const char fn[])
 
void savedensemat (double *A, int lda, int m, int n, const char *fn)
 

Detailed Description

Miscellaneous functions used for DOS based functions.

Definition in file dumps.c.

Function Documentation

void save_mtx_basic ( int  nrow,
int  ncol,
int *  ia,
int *  ja,
double *  a,
const char *  fn 
)

Definition at line 16 of file dumps.c.

Referenced by savemat().

Here is the caller graph for this function:

void save_vec ( int  n,
const double *  x,
const char  fn[] 
)

Definition at line 38 of file dumps.c.

Referenced by spslicer(), and SymmTridEig().

Here is the caller graph for this function:

void savedensemat ( double *  A,
int  lda,
int  m,
int  n,
const char *  fn 
)

Definition at line 49 of file dumps.c.

void savemat ( csrMat A,
const char *  fn 
)

Definition at line 33 of file dumps.c.

References _csrMat::a, _csrMat::ia, _csrMat::ja, _csrMat::ncols, _csrMat::nrows, and save_mtx_basic().

Here is the call graph for this function: