All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yahoo.sketches.matrix.package-info Maven / Gradle / Ivy

/*
 * Copyright 2017, Yahoo! Inc.
 * Licensed under the terms of the Apache License 2.0. See LICENSE file at the project root
 * for terms.
 */

/**
 * 

This package contains a Matrix class that wraps one of several underlying matrix * implementations. It can be used to provide a stable public API independent of the * specific linear algebra package used for computation.

* *

These Matrix objects can be serialized and deserialized to/from a compact form.

*/ package com.yahoo.sketches.matrix;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy