DiffEq
Contents:
Library API
diffeq Examples
Full API
Namespaces
Classes and Structs
Enums
Functions
Variables
Defines
Typedefs
DiffEq
Library API
Template Struct SRATableau
View page source
Template Struct SRATableau
Defined in
File sra.hpp
Struct Documentation
template
<
typename
T
>
struct
SRATableau
Tableau coefficients for SRA methods.
Public Members
std
::
vector
<
std
::
vector
<
T
>
>
A0
std
::
vector
<
T
>
c0
std
::
vector
<
T
>
alpha
std
::
vector
<
std
::
vector
<
T
>
>
B0
std
::
vector
<
T
>
c1
std
::
vector
<
T
>
beta1
std
::
vector
<
T
>
beta2
int
stages
T
order