#include <scilab/modules/sparse/includes/spDefs.h>
Collaboration diagram for MatrixElement:

Data Fields | |
| RealNumber | Real |
| int | Row |
| int | Col |
| MatrixElement * | NextInRow |
| MatrixElement * | NextInCol |
Definition at line 495 of file spDefs.h.
Definition at line 496 of file spDefs.h.
Referenced by RealRowColElimination(), spcCreateElement(), spClear(), spFactor(), and spLuget().
Definition at line 500 of file spDefs.h.
Referenced by ComplexRowColElimination(), CreateFillin(), ExchangeColElements(), ExchangeRowsAndCols(), RealRowColElimination(), SearchEntireMatrix(), SearchForSingleton(), spcColExchange(), spcCreateElement(), spcFindElementInCol(), spcLinkRows(), spFactor(), spLusiz(), spPartition(), and UpdateMarkowitzNumbers().
Definition at line 501 of file spDefs.h.
Referenced by CountMarkowitz(), ExchangeRowElements(), ExchangeRowsAndCols(), RealRowColElimination(), SearchEntireMatrix(), SearchForSingleton(), spcCreateElement(), spcLinkRows(), spcRowExchange(), spLuget(), and UpdateMarkowitzNumbers().
Definition at line 502 of file spDefs.h.
Referenced by ComplexRowColElimination(), CountMarkowitz(), ExchangeRowElements(), RealRowColElimination(), SearchForSingleton(), spcCreateElement(), spcLinkRows(), spcRowExchange(), spLuget(), and UpdateMarkowitzNumbers().
Definition at line 503 of file spDefs.h.
Referenced by ComplexRowColElimination(), CreateFillin(), ExchangeColElements(), RealRowColElimination(), SearchEntireMatrix(), SearchForSingleton(), spcColExchange(), spcCreateElement(), spcFindElementInCol(), spClear(), spcLinkRows(), spFactor(), spLusiz(), spOrderAndFactor(), spPartition(), and UpdateMarkowitzNumbers().
1.5.1