MANIFEST.in
licence.txt
readme.md
setup.py
keopscore/__init__.py
keopscore/get_keops_dll.py
keopscore/keops_version
keopscore/licence.txt
keopscore/readme.md
keopscore.egg-info/PKG-INFO
keopscore.egg-info/SOURCES.txt
keopscore.egg-info/dependency_links.txt
keopscore.egg-info/top_level.txt
keopscore/binders/LinkCompile.py
keopscore/binders/__init__.py
keopscore/binders/cpp/Cpu_link_compile.py
keopscore/binders/cpp/__init__.py
keopscore/binders/nvrtc/Gpu_link_compile.py
keopscore/binders/nvrtc/__init__.py
keopscore/binders/nvrtc/keops_nvrtc.cpp
keopscore/binders/nvrtc/nvrtc_jit.cpp
keopscore/config/Platform.py
keopscore/config/__init__.py
keopscore/config/base_config.py
keopscore/config/chunks.py
keopscore/config/cuda.py
keopscore/config/openmp.py
keopscore/formulas/Chunkable_Op.py
keopscore/formulas/GetReduction.py
keopscore/formulas/Operation.py
keopscore/formulas/VectorizedComplexScalarOp.py
keopscore/formulas/VectorizedScalarOp.py
keopscore/formulas/__init__.py
keopscore/formulas/checks.py
keopscore/formulas/LinearOperators/AdjointOperator.py
keopscore/formulas/LinearOperators/LinearOperator.py
keopscore/formulas/LinearOperators/SumLinOperator.py
keopscore/formulas/LinearOperators/TraceOperator.py
keopscore/formulas/LinearOperators/__init__.py
keopscore/formulas/autodiff/Diff.py
keopscore/formulas/autodiff/Diff_WithSavedForward.py
keopscore/formulas/autodiff/Divergence.py
keopscore/formulas/autodiff/Grad.py
keopscore/formulas/autodiff/Grad_WithSavedForward.py
keopscore/formulas/autodiff/Laplacian.py
keopscore/formulas/autodiff/__init__.py
keopscore/formulas/complex/ComplexAbs.py
keopscore/formulas/complex/ComplexAdd.py
keopscore/formulas/complex/ComplexAngle.py
keopscore/formulas/complex/ComplexDivide.py
keopscore/formulas/complex/ComplexExp.py
keopscore/formulas/complex/ComplexExp1j.py
keopscore/formulas/complex/ComplexImag.py
keopscore/formulas/complex/ComplexMult.py
keopscore/formulas/complex/ComplexReal.py
keopscore/formulas/complex/ComplexRealScal.py
keopscore/formulas/complex/ComplexSquareAbs.py
keopscore/formulas/complex/ComplexSubtract.py
keopscore/formulas/complex/ComplexSum.py
keopscore/formulas/complex/ComplexSumT.py
keopscore/formulas/complex/Conj.py
keopscore/formulas/complex/Imag2Complex.py
keopscore/formulas/complex/Real2Complex.py
keopscore/formulas/complex/__init__.py
keopscore/formulas/factorization/Factorize.py
keopscore/formulas/factorization/__init__.py
keopscore/formulas/maths/Abs.py
keopscore/formulas/maths/Acos.py
keopscore/formulas/maths/Add.py
keopscore/formulas/maths/ArgMax.py
keopscore/formulas/maths/ArgMin.py
keopscore/formulas/maths/Asin.py
keopscore/formulas/maths/Atan.py
keopscore/formulas/maths/Atan2.py
keopscore/formulas/maths/BSpline.py
keopscore/formulas/maths/Clamp.py
keopscore/formulas/maths/ClampInt.py
keopscore/formulas/maths/Concat.py
keopscore/formulas/maths/Cos.py
keopscore/formulas/maths/DiffClampInt.py
keopscore/formulas/maths/Divide.py
keopscore/formulas/maths/Elem.py
keopscore/formulas/maths/ElemT.py
keopscore/formulas/maths/Equal.py
keopscore/formulas/maths/Exp.py
keopscore/formulas/maths/Extract.py
keopscore/formulas/maths/ExtractT.py
keopscore/formulas/maths/Floor.py
keopscore/formulas/maths/GradMatrix.py
keopscore/formulas/maths/IfElse.py
keopscore/formulas/maths/IntInv.py
keopscore/formulas/maths/Inv.py
keopscore/formulas/maths/Kron.py
keopscore/formulas/maths/LessOrEqual.py
keopscore/formulas/maths/LessThan.py
keopscore/formulas/maths/Log.py
keopscore/formulas/maths/MatVecMult.py
keopscore/formulas/maths/Max.py
keopscore/formulas/maths/Min.py
keopscore/formulas/maths/Minus.py
keopscore/formulas/maths/Mod.py
keopscore/formulas/maths/Mult.py
keopscore/formulas/maths/Norm2.py
keopscore/formulas/maths/Normalize.py
keopscore/formulas/maths/NotEqual.py
keopscore/formulas/maths/OneHot.py
keopscore/formulas/maths/Pow.py
keopscore/formulas/maths/Powf.py
keopscore/formulas/maths/ReLU.py
keopscore/formulas/maths/Round.py
keopscore/formulas/maths/Rsqrt.py
keopscore/formulas/maths/Scalprod.py
keopscore/formulas/maths/Sign.py
keopscore/formulas/maths/Sin.py
keopscore/formulas/maths/SinXDivX.py
keopscore/formulas/maths/SoftDTW_SqDist.py
keopscore/formulas/maths/SqDist.py
keopscore/formulas/maths/SqNorm2.py
keopscore/formulas/maths/SqNormDiag.py
keopscore/formulas/maths/SqNormIso.py
keopscore/formulas/maths/Sqrt.py
keopscore/formulas/maths/Square.py
keopscore/formulas/maths/Step.py
keopscore/formulas/maths/Subtract.py
keopscore/formulas/maths/Sum.py
keopscore/formulas/maths/SumT.py
keopscore/formulas/maths/SymSqNorm.py
keopscore/formulas/maths/TensorDot.py
keopscore/formulas/maths/TensorProd.py
keopscore/formulas/maths/VecMatMult.py
keopscore/formulas/maths/WeightedSqDist.py
keopscore/formulas/maths/WeightedSqNorm.py
keopscore/formulas/maths/XLogX.py
keopscore/formulas/maths/__init__.py
keopscore/formulas/reductions/ArgKMin_Reduction.py
keopscore/formulas/reductions/ArgMax_Reduction.py
keopscore/formulas/reductions/ArgMin_Reduction.py
keopscore/formulas/reductions/KMin_ArgKMin_Reduction.py
keopscore/formulas/reductions/KMin_Reduction.py
keopscore/formulas/reductions/Max_ArgMax_Reduction.py
keopscore/formulas/reductions/Max_ArgMax_Reduction_Base.py
keopscore/formulas/reductions/Max_Reduction.py
keopscore/formulas/reductions/Max_SumShiftExpWeight_Reduction.py
keopscore/formulas/reductions/Min_ArgMin_Reduction.py
keopscore/formulas/reductions/Min_ArgMin_Reduction_Base.py
keopscore/formulas/reductions/Min_Reduction.py
keopscore/formulas/reductions/Reduction.py
keopscore/formulas/reductions/Sum_Reduction.py
keopscore/formulas/reductions/Zero_Reduction.py
keopscore/formulas/reductions/__init__.py
keopscore/formulas/reductions/sum_schemes.py
keopscore/formulas/variables/IntCst.py
keopscore/formulas/variables/RatCst.py
keopscore/formulas/variables/Var.py
keopscore/formulas/variables/Zero.py
keopscore/formulas/variables/__init__.py
keopscore/include/CudaSizes.h
keopscore/include/Ranges.h
keopscore/include/Sizes.h
keopscore/include/__init__.py
keopscore/include/ranges_utils.h
keopscore/include/utils_pe.h
keopscore/mapreduce/Chunk_Mode_Constants.py
keopscore/mapreduce/MapReduce.py
keopscore/mapreduce/__init__.py
keopscore/mapreduce/cpu/CpuAssignZero.py
keopscore/mapreduce/cpu/CpuReduc.py
keopscore/mapreduce/cpu/CpuReduc_ranges.py
keopscore/mapreduce/cpu/__init__.py
keopscore/mapreduce/gpu/GpuAssignZero.py
keopscore/mapreduce/gpu/GpuReduc1D.py
keopscore/mapreduce/gpu/GpuReduc1D_chunks.py
keopscore/mapreduce/gpu/GpuReduc1D_finalchunks.py
keopscore/mapreduce/gpu/GpuReduc1D_ranges.py
keopscore/mapreduce/gpu/GpuReduc1D_ranges_chunks.py
keopscore/mapreduce/gpu/GpuReduc1D_ranges_finalchunks.py
keopscore/mapreduce/gpu/GpuReduc2D.py
keopscore/mapreduce/gpu/__init__.py
keopscore/sandbox/Conv2D.py
keopscore/sandbox/auto_factorize.py
keopscore/sandbox/auto_factorize_swapping_test.py
keopscore/sandbox/chunks.py
keopscore/sandbox/chunks_ranges.py
keopscore/sandbox/complex.py
keopscore/sandbox/complex_numpy.py
keopscore/sandbox/do_clean_keops.py
keopscore/sandbox/do_test_formula.py
keopscore/sandbox/do_test_op.py
keopscore/sandbox/finalchunks.py
keopscore/sandbox/finalchunks_ranges.py
keopscore/sandbox/formula.py
keopscore/sandbox/genred_auto_factorize.py
keopscore/sandbox/genred_float16.py
keopscore/sandbox/genred_gaussian.py
keopscore/sandbox/genred_inplace.py
keopscore/sandbox/laplacian.py
keopscore/sandbox/laplacian_simple.py
keopscore/sandbox/laplacian_test.py
keopscore/sandbox/lazytensor_gaussian.py
keopscore/sandbox/lazytensor_gaussian_batch.py
keopscore/sandbox/lazytensor_gaussian_batchdims.py
keopscore/sandbox/lazytensor_gaussian_fromhost.py
keopscore/sandbox/lazytensor_gaussian_inplace.py
keopscore/sandbox/lazytensor_gaussian_numpy.py
keopscore/sandbox/lazytensor_gaussian_numpy_inplace.py
keopscore/sandbox/lazytensor_grad.py
keopscore/sandbox/lazytensor_sandbox.py
keopscore/sandbox/lazytensor_tensordot.py
keopscore/sandbox/linear_operators.py
keopscore/sandbox/simplification_rules.py
keopscore/sandbox/test.py
keopscore/sandbox/test0.py
keopscore/sandbox/test_compare_formulas.py
keopscore/test/__init__.py
keopscore/test/test_op.py
keopscore/utils/Cache.py
keopscore/utils/KeopsSize.py
keopscore/utils/TestFormula.py
keopscore/utils/TestOperation.py
keopscore/utils/Tree.py
keopscore/utils/__init__.py
keopscore/utils/build_folder.py
keopscore/utils/code_gen_utils.py
keopscore/utils/gpu_utils.py
keopscore/utils/math_functions.py
keopscore/utils/misc_utils.py