aglowav2::Operator00< F >::Matrix Struct Reference

Structure to hold one matrix row/column. More...

Public Member Functions

 Matrix ()
 

Public Attributes

Patternpattern
 Sparsity pattern. More...
 
F * valuation
 Matrix values. More...
 

Detailed Description

template<class F = concepts::Real>
struct aglowav2::Operator00< F >::Matrix

Structure to hold one matrix row/column.

Definition at line 154 of file operator.hh.

Constructor & Destructor Documentation

◆ Matrix()

template<class F = concepts::Real>
aglowav2::Operator00< F >::Matrix::Matrix ( )
inline

Definition at line 160 of file operator.hh.

Member Data Documentation

◆ pattern

template<class F = concepts::Real>
Pattern* aglowav2::Operator00< F >::Matrix::pattern

Sparsity pattern.

Definition at line 158 of file operator.hh.

◆ valuation

template<class F = concepts::Real>
F* aglowav2::Operator00< F >::Matrix::valuation

Matrix values.

Definition at line 156 of file operator.hh.


The documentation for this struct was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich