JaRMoS  1.1
Java Reduced Model Simulations
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
kermor.dscomp.IMassMatrix Interface Reference

Interface for dynamical system mass matrices \( M(t,\mu) \). More...

Inheritance diagram for kermor.dscomp.IMassMatrix:
kermor.dscomp.ConstMassMatrix

Public Member Functions

RealMatrix evaluate (double t, double[] mu)
 
boolean isTimeDependent ()
 

Detailed Description

Interface for dynamical system mass matrices \( M(t,\mu) \).

See Also
JKerMor dynamical systems
Author
Daniel Wirtz

Definition at line 13 of file IMassMatrix.java.

Member Function Documentation

RealMatrix kermor.dscomp.IMassMatrix.evaluate ( double  t,
double[]  mu 
)
boolean kermor.dscomp.IMassMatrix.isTimeDependent ( )

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