NAME
Text::NASA_Ames::DataEntry - The simples NASA_Ames data-presentation
SYNOPSIS
my $de = new Text::NASA_Ames::DataEntry({X => [1,2,3],
V => [3.3,3],
A => [1.4, "S"]});
my @x = @{ $de->X };
my @a = @{ $de->A };
my @v = @{ $de->V };
DESCRIPTION
A dataentry consists of the independent variables X, the auxiliary variables A, and the primary dependent variables V.
PUBLIC METHODS
all methods return list-references