FFTSO3 | Fast Fourier transform on SO

 by   fdcl-gwu C++ Version: 1.0 License: GPL-3.0

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)
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              FFTSO3 has a low active ecosystem.
              It has 6 star(s) with 2 fork(s). There are 1 watchers for this library.
              OutlinedDot
              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

            kandi-Quality Quality

              FFTSO3 has no bugs reported.

            kandi-Security Security

              FFTSO3 has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License 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.

            kandi-Reuse 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
            Get all kandi verified functions for this library.

            FFTSO3 Key Features

            No Key Features are available at this moment for FFTSO3.

            FFTSO3 Examples and Code Snippets

            FAST FOURIER TRANSFORM (FFT) ON SO(3),Examples
            C++dot img1Lines of Code : 45dot img1License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            #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  
            FAST FOURIER TRANSFORM (FFT) ON SO(3),Installation,Compile
            C++dot img2Lines of Code : 10dot img2License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            	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.
              
            FAST FOURIER TRANSFORM (FFT) ON SO(3),Installation,Required Libraries
            C++dot img3Lines of Code : 5dot img3License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            	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:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/fdcl-gwu/FFTSO3.git

          • CLI

            gh repo clone fdcl-gwu/FFTSO3

          • sshUrl

            git@github.com:fdcl-gwu/FFTSO3.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link