Reference documentation for deal.II version 9.1.0-pre
Static Public Attributes | List of all members
ChunkSparseMatrix< number >::Traits Struct Reference

#include <deal.II/lac/chunk_sparse_matrix.h>

Static Public Attributes

static const bool zero_addition_can_be_elided = true
 

Detailed Description

template<typename number>
struct ChunkSparseMatrix< number >::Traits

A structure that describes some of the traits of this class in terms of its run-time behavior. Some other classes (such as the block matrix classes) that take one or other of the matrix classes as its template parameters can tune their behavior based on the variables in this class.

Definition at line 469 of file chunk_sparse_matrix.h.

Member Data Documentation

template<typename number>
const bool ChunkSparseMatrix< number >::Traits::zero_addition_can_be_elided = true
static

It is safe to elide additions of zeros to individual elements of this matrix.

Definition at line 475 of file chunk_sparse_matrix.h.


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