|
BioCMAMC-ST
|
Typedefs | |
| template<typename ftype> | |
| using | DiagonalType = Eigen::DiagonalMatrix<ftype, CompileMatrixSizeEigen> |
| Template type for eigen diagonal object. | |
| template<typename Layout, typename ftype> | |
| using | MatrixType |
| Template type for eigen matrix object. | |
| template<typename ftype> | |
| using | ColMajorMatrixtype = MatrixType<Kokkos::LayoutLeft, ftype> |
| Template type for colmajor eigen matrix object. | |
| template<typename Layout, typename ftype> | |
| using | SparseMatrixType = Eigen::SparseMatrix<ftype, get_eigen_layout<Layout>()> |
| Template type for eigen sparse matrix object. | |
| using KokkosEigen::Alias::ColMajorMatrixtype = MatrixType<Kokkos::LayoutLeft, ftype> |
Template type for colmajor eigen matrix object.
| ftype | template is the scalar type needs to be floating point type |
| using KokkosEigen::Alias::DiagonalType = Eigen::DiagonalMatrix<ftype, CompileMatrixSizeEigen> |
Template type for eigen diagonal object.
| ftype | template is the scalar type needs to be floating point type |
| using KokkosEigen::Alias::MatrixType |
Template type for eigen matrix object.
| Layout | is the disired data layout (Kokkos::LayoutLeft or LayoutRight) |
| ftype | template is the scalar type needs to be floating point type |
| using KokkosEigen::Alias::SparseMatrixType = Eigen::SparseMatrix<ftype, get_eigen_layout<Layout>()> |
Template type for eigen sparse matrix object.
| ftype | template is the scalar type needs to be floating point type |