Block-Structured AMR Software Framework
amrex::SpMatrix< T, Allocator >::CSR< V > Struct Template Reference

Public Attributes

V< T > mat
 
V< Long > col_index
 
V< Long > row_offset
 
Long nnz = -1
 

Member Data Documentation

◆ col_index

template<typename T , template< typename > class Allocator = DefaultAllocator>
template<template< typename > class V>
V<Long> amrex::SpMatrix< T, Allocator >::CSR< V >::col_index

◆ mat

template<typename T , template< typename > class Allocator = DefaultAllocator>
template<template< typename > class V>
V<T> amrex::SpMatrix< T, Allocator >::CSR< V >::mat

◆ nnz

template<typename T , template< typename > class Allocator = DefaultAllocator>
template<template< typename > class V>
Long amrex::SpMatrix< T, Allocator >::CSR< V >::nnz = -1

◆ row_offset

template<typename T , template< typename > class Allocator = DefaultAllocator>
template<template< typename > class V>
V<Long> amrex::SpMatrix< T, Allocator >::CSR< V >::row_offset

The documentation for this struct was generated from the following file: