Meta Matrix Library
Home About FAQ Install Documentation To Do Download Related Links


Tutorial   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages (e.g. ToDo)  

cmfl.c File Reference

Implementation of the conversion form/into different matrices formats. More...

#include "cmfl.h"
#include "base.c"

Functions

ND_MATRIXcmfl_ls2nd (LS_MATRIX *A)
LS_MATRIXcmfl_nd2ls (ND_MATRIX *A)
LS_MATRIXcmfl_cr2ls (CR_MATRIX *A)
CR_MATRIXcmfl_ls2cr (LS_MATRIX *A)


Detailed Description

Implementation of the conversion form/into different matrices formats.

Author:
Joerg Frochte

Function Documentation

LS_MATRIX* cmfl_cr2ls CR_MATRIX A  ) 
 

converts a CR_MATRIX in a LS_MATRIX

Warning:
The CR_MATRIX will not be freed. If you want to free it you have got to call sdml_nd_free.

CR_MATRIX* cmfl_ls2cr LS_MATRIX A  ) 
 

converts a LS_MATRIX in a CR_MATRIX

The LS_MATRIX will not be freed. If you want to free it you have got to call ssml_ls_free .

ND_MATRIX* cmfl_ls2nd LS_MATRIX A  ) 
 

converts a LS_MATRIX in a ND_MATRIX

The LS_MATRIX will not be freed. If you want to free it you have got to call ssml_ls_free .

LS_MATRIX* cmfl_nd2ls ND_MATRIX A  ) 
 

converts a ND_MATRIX in a LS_MATRIX

Warning:
The ND_MATRIX will not be freed. If you want to free it you have got to call sdml_nd_free.


Generated on Tue Mar 28 14:10:38 2006 by  doxygen 1.4.1