public class LoveNumbers extends Object implements Serializable
| Constructor and Description |
|---|
LoveNumbers(double[][] real,
double[][] imaginary,
double[][] plus)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getImaginary(int n,
int m)
Get the imaginary part of a nominal Love numbers.
|
double |
getPlus(int n,
int m)
Get the real part of a nominal Love numbers.
|
double |
getReal(int n,
int m)
Get the real part of a nominal Love numbers.
|
int |
getSize()
Get the size of the arrays.
|
public LoveNumbers(double[][] real,
double[][] imaginary,
double[][] plus)
real - real part of the nominal Love numbersimaginary - imaginary part of the nominal Love numbersplus - time-dependent part of the Love numberspublic int getSize()
public final double getReal(int n,
int m)
n - degree of the Love number (must be less than getSize())m - order of the Love number (must be less than n)public final double getImaginary(int n,
int m)
n - degree of the Love number (must be less than getSize())m - order of the Love number (must be less than n)public final double getPlus(int n,
int m)
n - degree of the Love number (must be less than getSize())m - order of the Love number (must be less than n)Copyright © 2002-2016 CS Systèmes d'information. All rights reserved.