SparseInverse.h File Reference

Go to the source code of this file.

Classes

class  Eigen::FABSum< Scalar, Width >
 
class  Eigen::KahanSum< Scalar >
 Kahan algorithm based accumulator. More...
 
class  Eigen::SparseInverse< Scalar >
 calculate sparse subset of inverse of sparse matrix More...
 

Namespaces

 Eigen
 : TensorContractionSycl.h, provides various tensor contraction kernel for SYCL backend
 

Functions

template<typename Derived , typename OtherDerived >
Derived::Scalar Eigen::accurateDot (const SparseMatrixBase< Derived > &A, const SparseMatrixBase< OtherDerived > &other)
 computes an accurate dot product on two sparse vectors More...