OpenFHE-Numpy

Contents

  • Installation
  • Quick Start
  • API Interface
    • Tensor Classes
    • Constructors
    • Matrix API
    • Foundation enums
  • OpenFHE-Numpy Sphinx Documentation Setup
OpenFHE-Numpy
  • API Interface
  • View page source

API Interface

API Modules:

  • Tensor Classes
    • Base Tensor
      • BaseTensor
      • FHETensor
      • copy_tensor()
    • Ciphertext Array
      • CTArray
    • Plaintext Array
      • PTArray
  • Constructors
    • array()
  • Matrix API
    • add()
    • subtract()
    • multiply()
    • power()
    • dot()
    • matmul()
    • transpose()
    • cumsum()
    • cumreduce()
    • sum()
    • mean()
  • Foundation enums
    • Data Type
      • DataType
    • Unpacking Type
      • UnpackType
Previous Next

© Copyright 2025, Ahmad Al Badawi, Tran Ngo, Yuriy Polyakov, Dmitriy Suponitskiy.

Built with Sphinx using a theme provided by Read the Docs.