FFTSO3 | Fast Fourier transform on SO
kandi X-RAY | FFTSO3 Summary
kandi X-RAY | FFTSO3 Summary
FFTSO3 is a C++ library. FFTSO3 has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
Fast Fourier transform on SO(3)
Fast Fourier transform on SO(3)
Support
Quality
Security
License
Reuse
Support
FFTSO3 has a low active ecosystem.
It has 6 star(s) with 2 fork(s). There are 1 watchers for this library.
It had no major release in the last 12 months.
There are 0 open issues and 3 have been closed. On average issues are closed in 16 days. There are 1 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of FFTSO3 is 1.0
Quality
FFTSO3 has no bugs reported.
Security
FFTSO3 has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
FFTSO3 is licensed under the GPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
FFTSO3 releases are available to install and integrate.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of FFTSO3
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of FFTSO3
FFTSO3 Key Features
No Key Features are available at this moment for FFTSO3.
FFTSO3 Examples and Code Snippets
#include
#include "fdcl_FFTSO3.hpp"
// define a real-valued function on SO(3)
double func(Eigen::Matrix3d R)
{
return R.trace();
}
int main()
{
int l_max=2; // the maximum order of Fourier transform
fdcl::FFTSO3_real RFFTSO3(l_max
git clone https://github.com/fdcl-gwu/FFTSO3.git
cd FFTSO3
git submodule update --init --recursive
cd build
cmake ..
make
../bin/fftso3_unit_test
...
...
[ PASSED ] 12 tests.
brew install cmake
brew install llvm
sudo apt-get install git-core
sudo apt-get install cmake
sudo apt-get install libomp-dev
Community Discussions
No Community Discussions are available at this moment for FFTSO3.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install FFTSO3
You can download it from GitHub.
Support
This library is developed by Flight Dynamics and Control Lab at The George Washington University, Washington DC. Contact tylee@gwu.edu for question and comment.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page