BlockSparseMatrix.h File Reference

Go to the source code of this file.

Classes

class  Eigen::BlockSparseMatrix< Scalar_, _BlockAtCompileTime, Options_, StorageIndex_ >
 A versatile sparse matrix representation where each element is a block. More...
 
class  Eigen::BlockSparseMatrixView< BlockSparseMatrixT >
 
class  Eigen::BlockSparseTimeDenseProduct< Lhs, Rhs >
 
class  Eigen::BlockVectorReturn< BlockSparseMatrixT, VectorType >
 
class  Eigen::BlockVectorView< BlockSparseMatrixT, VectorType >
 

Namespaces

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

Enumerations

enum  
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Definition at line 978 of file BlockSparseMatrix.h.

978  {
979  Flags = Options_
980  };