saddle-core

Packages

package org.saddle

==Saddle==

==Saddle==

Saddle is a '''S'''cala '''D'''ata '''L'''ibrary.

Saddle provides array-backed, indexed one- and two-dimensional data structures.

These data structures are specialized on JVM primitives. With them one can often avoid the overhead of boxing and unboxing.

Basic operations also aim to be robust to missing values (NA's)

The building blocks are intended to be easily composed.

The foundational building blocks are:

Inspiration for Saddle comes from many sources, including the R programming language, the pandas data analysis library for Python, and the Scala collections library.

This package contains utilities for working with arrays that are specialized for numeric types.

This package contains utilities for working with arrays that are specialized for numeric types.

Provides type aliases for a few basic operations

Provides type aliases for a few basic operations

Additional utilities that need a home

Additional utilities that need a home

Factory methods to generate Vec instances

Factory methods to generate Vec instances