SkillAgentSearch skills...

Fht

Fast Hadamard Transform

Install / Use

/learn @nbarbey/Fht
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

============================== fht : Fast Hadamard Transform

What is fht ?

This is a tested implementation of the Hadamard transform_ . It should be quite fast since it uses the fast Hadamard transform_ algorithm and is implemented using python C api. You can apply the Hadamard transform to ndarray of dimensions 1, 2 or 3. It requires that input shapes are power of two since otherwise the Hadamard transform is not defined.

Requirements

You need numpy for fht to run.

.. _Hadamard transform: http://en.wikipedia.org/wiki/Hadamard_transform .. _fast Hadamard transform: http://en.wikipedia.org/wiki/Fast_Hadamard_transform

View on GitHub
GitHub Stars26
CategoryDevelopment
Updated7d ago
Forks11

Languages

Python

Security Score

75/100

Audited on Mar 28, 2026

No findings