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