This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import operator | |
import pytest | |
import numba | |
from numba import types | |
import numpy as np | |
##### WE ARE GOING TO CREATE A CUSTOM NUMPY DTYPE ##### |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef _COMPOUNDPROJECTIONEVALUATOR_H_ | |
#define _COMPOUNDPROJECTIONEVALUATOR_H_ | |
#include <unordered_set> | |
namespace ob = ompl::base; | |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numba | |
import ast | |
import astpretty | |
import time | |
import inspect | |
from numba.extending import overload | |
from numba import types | |
import numpy as np |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
This file shows how to generate n-dimensional mandelbrot sets with | |
the clifford library. It uses the mathematics from the paper | |
Generating Fractals with Geometric Algebra by Rich Wareham and | |
Joan Lasenby https://doi.org/10.1007/s00006-010-0265-1 | |
No effort has been put into performance optimisation | |
""" | |
import numpy as np | |
import clifford |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder