Searched refs:nsupc (Results 1 – 5 of 5) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_pivotL.h | 64 …Index nsupc = jcol - fsupc; // Number of columns in the supernode portion, excluding jcol; nsupc >… in pivotL() local 75 Index pivptr = nsupc; in pivotL() 79 for (isub = nsupc; isub < nsupr; ++isub) { in pivotL() 115 if (pivptr != nsupc ) in pivotL() 117 std::swap( lsub_ptr[pivptr], lsub_ptr[nsupc] ); in pivotL() 120 for (icol = 0; icol <= nsupc; icol++) in pivotL() 123 std::swap(lu_sup_ptr[itemp], lu_sup_ptr[nsupc + icol * lda]); in pivotL() 127 Scalar temp = Scalar(1.0) / lu_col_ptr[nsupc]; in pivotL() 128 for (k = nsupc+1; k < nsupr; k++) in pivotL()
|
D | SparseLU_column_bmod.h | 57 Index fsupc, nsupc, nsupr, luptr, kfnz, no_zeros; in column_bmod() local 95 nsupc = krep - fst_col + 1; in column_bmod() 97 nrow = nsupr - d_fsupc - nsupc; in column_bmod() 159 nsupc = jcol - fst_col; // excluding jcol in column_bmod() 160 nrow = nsupr - d_fsupc - nsupc; in column_bmod() 165 …,Dynamic,Dynamic>, 0, OuterStride<> > A( &(glu.lusup.data()[luptr]), nsupc, nsupc, OuterStride<>(… in column_bmod() 166 VectorBlock<ScalarVector> u(glu.lusup, ufirst, nsupc); in column_bmod() 169 …r,Dynamic,Dynamic>, 0, OuterStride<> > ( &(glu.lusup.data()[luptr+nsupc]), nrow, nsupc, OuterStrid… in column_bmod() 170 VectorBlock<ScalarVector> l(glu.lusup, ufirst+nsupc, nrow); in column_bmod()
|
D | SparseLU_SupernodalMatrix.h | 246 Index nsupc = supToCol()[k+1] - fsupc; // Number of columns in the current supernode in solveInPlace() local 247 …Index nrow = nsupr - nsupc; // Number of rows in the non-diagonal part of the … in solveInPlace() 250 if (nsupc == 1 ) in solveInPlace() 270 …Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > A( &(Lval[luptr]), nsupc, nsupc, OuterStride<>(… in solveInPlace() 271 …Map< Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > U (&(X(fsupc,0)), nsupc, nrhs, OuterStride… in solveInPlace() 275 …Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > ( &(Lval[luptr+nsupc]), nrow, nsupc, OuterStrid… in solveInPlace() 281 Index iptr = istart + nsupc; in solveInPlace()
|
D | SparseLU_panel_bmod.h | 62 Index fsupc, nsupc, nsupr, nrow; in panel_bmod() local 80 nsupc = krep - fsupc + 1; in panel_bmod() 82 nrow = nsupr - nsupc; in panel_bmod() 102 if(nsupc >= 2) in panel_bmod()
|
D | SparseLU.h | 740 Index nsupc = m_mapL.supToCol()[k+1] - fsupc; in solveInPlace() local 743 if (nsupc == 1) in solveInPlace() 752 …,Dynamic,Dynamic>, 0, OuterStride<> > A( &(m_mapL.valuePtr()[luptr]), nsupc, nsupc, OuterStride<>(… in solveInPlace() 753 …Map< Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > U (&(X(fsupc,0)), nsupc, nrhs, OuterStride… in solveInPlace() 759 for (Index jcol = fsupc; jcol < fsupc + nsupc; jcol++) in solveInPlace()
|