Home
last modified time | relevance | path

Searched refs:xlsub (Results 1 – 11 of 11) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_Utils.h33 jlen = glu.xlsub(fsupc+1) - glu.xlsub(fsupc); in countnz()
63 jstart = glu.xlsub(fsupc); in fixupL()
64 glu.xlsub(fsupc) = nextl; in fixupL()
65 for (j = jstart; j < glu.xlsub(fsupc + 1); j++) in fixupL()
71 glu.xlsub(k) = nextl; // other columns in supernode i in fixupL()
74 glu.xlsub(n) = nextl; in fixupL()
DSparseLU_column_bmod.h90 lptr = glu.xlsub(fsupc) + d_fsupc; in column_bmod()
97 nsupr = glu.xlsub(fsupc+1) - glu.xlsub(fsupc); in column_bmod()
118 new_next = nextlu + glu.xlsub(fsupc + 1) - glu.xlsub(fsupc); in column_bmod()
128 for (isub = glu.xlsub(fsupc); isub < glu.xlsub(fsupc+1); isub++) in column_bmod()
157 lptr = glu.xlsub(fsupc) + d_fsupc; in column_bmod()
159 nsupr = glu.xlsub(fsupc+1) - glu.xlsub(fsupc); // leading dimension in column_bmod()
DSparseLU_column_dfs.h99 Index nextl = glu.xlsub(jcol); in column_dfs()
132 StorageIndex jptr = glu.xlsub(jcol); // Not yet compressed in column_dfs()
133 StorageIndex jm1ptr = glu.xlsub(jcolm1); in column_dfs()
151 StorageIndex ito = glu.xlsub(fsupc+1); in column_dfs()
152 glu.xlsub(jcolm1) = ito; in column_dfs()
155 glu.xlsub(jcol) = istop; in column_dfs()
170 glu.xlsub(jcolp1) = StorageIndex(nextl); in column_dfs()
DSparseLU_pruneL.h78 if ( xprune (irep) >= glu.xlsub(irep1) ) in pruneL()
80 kmin = glu.xlsub(irep); in pruneL()
81 kmax = glu.xlsub(irep1) - 1; in pruneL()
118 minloc = glu.xlusup(irep) + ( kmin - glu.xlsub(irep) ); in pruneL()
119 maxloc = glu.xlusup(irep) + ( kmax - glu.xlsub(irep) ); in pruneL()
DSparseLU_pivotL.h65 …Index lptr = glu.xlsub(fsupc); // pointer to the starting location of the row subscripts for this … in pivotL()
66 Index nsupr = glu.xlsub(fsupc+1) - lptr; // Number of rows in the supernode in pivotL()
DSparseLU_panel_bmod.h81 nsupr = glu.xlsub(fsupc+1) - glu.xlsub(fsupc); in panel_bmod()
83 lptr = glu.xlsub(fsupc); in panel_bmod()
DSparseLU_panel_dfs.h102 StorageIndex xdfs = glu.xlsub(krep); in dfs_kernel()
146 xdfs = glu.xlsub(krep); in dfs_kernel()
DSparseLU_Structs.h84 IndexVector xlsub; // pointers to the beginning of each column in lsub member
DSparseLU_copy_to_ucol.h73 isub = glu.xlsub(fsupc) + kfnz - fsupc; in copy_to_ucol()
DSparseLU_Memory.h173 glu.xlsub.resize(n+1); in memInit()
DSparseLU.h584 m_glu.xsup(0) = m_glu.xlsub(0) = m_glu.xusub(0) = m_glu.xlusup(0) = Index(0); in factorize()
695 …m_Lstore.setInfos(m, n, m_glu.lusup, m_glu.xlusup, m_glu.lsub, m_glu.xlsub, m_glu.supno, m_glu.xsu… in factorize()