About 257,000 results
Open links in new tab
  1. GitHub - LLNL/zfp: Compressed numerical arrays that support …

    zfp is freely available as open source and is distributed under a BSD license. zfp is primarily written in C and C++ but also includes Python and Fortran bindings. zfp conforms to various …

  2. Floating-Point Compression - Zfp

    zfp is a compressed format for multidimensional floating-point and integer arrays that supports high-speed read and write access.

  3. zfp | Computing

    zfp is an open-source C/C++ library for compressed floating-point and integer arrays that support high throughput read and write random access.

  4. Introduction — zfp 1.0.1 documentation

    zfp was originally designed for floating-point arrays only but has been extended to also support integer data, and could for instance be used to compress images and quantized volumetric …

  5. ZFP: A compressed array representation for numerical …

    Oct 23, 2024 · We describe ZFP, a compressed numerical format designed for in-memory storage of multidimensional arrays, and summarize theoretical results that demonstrate that the error …

  6. zfp was originally designed for floating-point arrays only but has been extended to also support integer data, and could for instance be used to compress images and quantized volumetric …

  7. GitHub - hansenms/ZFP: Library for compressed numerical arrays …

    zfp consists of three distinct parts: a compression library written in C; a set of C++ header files that implement compressed arrays; and a set of C and C++ examples. The main compression …

  8. Tutorial — zfp 1.0.1 documentation

    This tutorial provides examples that illustrate how to use the zfp library and compressed arrays, and includes code snippets that show the order of declarations and function calls needed to …

  9. Zfp - Consortium for the Advancement of Scientific Software

    Description One of zfp’s unique features is its support for efficient in-memory representation of multidimensional numerical data for computations like differential equation solvers, data …

  10. zfp Versions | Computing

    The libzfp API is now confined to zfp.h, zfp.hpp, and zfp.mod for C, C++, and Fortran bindings, respectively. These all appear in the top-level include/ directory upon installation.