linear.doubles.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-timeseries Show documentation
Show all versions of java-timeseries Show documentation
Time Series Analysis in Java
The newest version!
/*
* Copyright (c) 2016 Jacob Rachiele
*
*/
/**
* Linear algebra functionality using primitive double values in place of {@link math.FieldElement}s.
*/
package linear.doubles;