public class AttitudeCovariance extends Object implements TimeStamped
Constructor and Description |
---|
AttitudeCovariance(AttitudeCovarianceType type,
AbsoluteDate date,
String[] fields,
int first)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
AbsoluteDate |
getDate()
Get the date.
|
org.hipparchus.linear.DiagonalMatrix |
getMatrix()
Get the covariance matrix.
|
AttitudeCovarianceType |
getType()
Get the type of the elements.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
durationFrom
public AttitudeCovariance(AttitudeCovarianceType type, AbsoluteDate date, String[] fields, int first)
type
- type of the elementsdate
- entry datefields
- matrix diagonal elementsfirst
- index of first field to considerpublic AbsoluteDate getDate()
getDate
in interface TimeStamped
public org.hipparchus.linear.DiagonalMatrix getMatrix()
public AttitudeCovarianceType getType()
Copyright © 2002-2023 CS GROUP. All rights reserved.