Pinned Repositories
3DTriangles
Class to load/save STL files
3DVector
3D vector with and without SIMD
CompFile
Simple CompFile class for composite files with composite file generator and test
EarthSurface
Interesting C++ (not C) console application to generate geometry for any (from 60S to 60N) area of Earth surface from SRTM data and save it in STL files
FiniteElements
Full finite-element code from scratch with SIMD-accelerated equation solver based on conforming finite elements with tests and example solution to Laplace equation.
FittingWithOrthoPoly
Fitting y(x) points with Jacobi orthogonal polynomials
OnlineRadarSimulator
Simplified online radar simulator in Javascript/WebGL
PrettyListingRemover
"Pretty listing" remover reformats code to my (or your) preferences
ThreadedGaussElimination
Fast Gauss elimination based on SIMD and multiple threads
AndreyKoudr's Repositories
AndreyKoudr/OnlineRadarSimulator
Simplified online radar simulator in Javascript/WebGL
AndreyKoudr/FiniteElements
Full finite-element code from scratch with SIMD-accelerated equation solver based on conforming finite elements with tests and example solution to Laplace equation.
AndreyKoudr/ThreadedGaussElimination
Fast Gauss elimination based on SIMD and multiple threads
AndreyKoudr/3DTriangles
Class to load/save STL files
AndreyKoudr/3DVector
3D vector with and without SIMD
AndreyKoudr/CompFile
Simple CompFile class for composite files with composite file generator and test
AndreyKoudr/EarthSurface
Interesting C++ (not C) console application to generate geometry for any (from 60S to 60N) area of Earth surface from SRTM data and save it in STL files
AndreyKoudr/FittingWithOrthoPoly
Fitting y(x) points with Jacobi orthogonal polynomials
AndreyKoudr/PrettyListingRemover
"Pretty listing" remover reformats code to my (or your) preferences