JaRMoS  1.1
Java Reduced Model Simulations
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
jarmos.affine.AffParamMatrix Class Reference

Affine parametric matrix class. More...

Public Member Functions

boolean isTimeDependent ()
 
 AffParamMatrix (RealMatrix matrices, int rowsize, IAffineCoefficients coeffs)
 
RealMatrix compose (double t, double[] mu)
 Performs the composition of the affine matrix given a time t and parameter \( \mu \). More...
 

Detailed Description

Affine parametric matrix class.

Decribes an affine parametric matrix \( \sum\limits_{i=1}^n \theta_i A_i\) with coefficient functions \( \theta_i \) and constant matrices \( A_i \).

Author
Daniel Wirtz

Definition at line 18 of file AffParamMatrix.java.

Constructor & Destructor Documentation

jarmos.affine.AffParamMatrix.AffParamMatrix ( RealMatrix  matrices,
int  rowsize,
IAffineCoefficients  coeffs 
)

Definition at line 28 of file AffParamMatrix.java.

Member Function Documentation

RealMatrix jarmos.affine.AffParamMatrix.compose ( double  t,
double[]  mu 
)

Performs the composition of the affine matrix given a time t and parameter \( \mu \).

Parameters
tThe time
muA double array representing entries of the parameter \( \mu \)
Returns
A constant real matrix

Definition at line 43 of file AffParamMatrix.java.

boolean jarmos.affine.AffParamMatrix.isTimeDependent ( )

Definition at line 24 of file AffParamMatrix.java.


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