Searched refs:VectorSx (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
D | IncompleteCholesky.h | 62 typedef Matrix<Scalar,Dynamic,1> VectorSx; typedef 187 …inline void updateList(Ref<const VectorIx> colPtr, Ref<VectorIx> rowIdx, Ref<VectorSx> vals, const… 218 Map<VectorSx> vals(m_L.valuePtr(), nnz); //values in factorize() 223 VectorSx col_vals(n); // Store a nonzero values in each column in factorize() 329 vals = Map<const VectorSx>(L_save.valuePtr(), nnz); in factorize() 352 Ref<VectorSx> cvals = col_vals.head(col_nnz); in factorize() 379 …Type>::updateList(Ref<const VectorIx> colPtr, Ref<VectorIx> rowIdx, Ref<VectorSx> vals, const Inde… in updateList()
|