Lines Matching refs:dense
104 …ctorization via the SimplicialLDLT class which behaves like its LDLT counterpart for dense objects.
122 As for dense Matrix objects, constructors takes the size of the object.
233 …ial storage format, sparse matrices cannot offer the same level of flexibility than dense matrices.
234 In Eigen's sparse module we chose to expose only the subset of the dense matrix API which can be ef…
235 …m denotes a sparse matrix, \em sv a sparse vector, \em dm a dense matrix, and \em dv a dense vecto…
256 Some binary coefficient-wise operators can also mix sparse and dense expressions:
262 However, it is not yet possible to add a sparse and a dense matrix as in <tt>dm2 = sm1 + dm1</tt>.
277 - \b sparse-dense:
283 …- \b symmetric \b sparse-dense. The product of a sparse symmetric matrix with a dense matrix (or v…
312 …ith dense matrices, the triangularView() function can be used to address a triangular part of the …
319 - optimized sparse-dense matrix products: