Joshua Burkholder

Mathematics and Computer Science

Two-Dimensional Givens Rotation

By Joshua Burkholder September 29, 2013 Givens Rotation Matrices, Mathematics No Comments

The following matrix is the two-dimensional Givens Rotation from the x axis to the y axis: (cos(θ)cos(θ+90°)sin(θ)sin(θ+90°))(cos(θ)cos(θ+π2)sin(θ)sin(θ+π2))(cos(θ)−sin(θ)sin(θ)cos(θ)) This matrix rotates…

Read more

How To Compile Boost Using g++ -std=c++11 From MinGW

By Joshua Burkholder September 17, 2013 Boost, C++, C++ 2011, GCC, MinGW 1 Comment

To compile Boost using g++ -std=c++11 from MinGW, do the following: Ensure that MinGW is installed at C:\MinGW\ Launch a…

Read more

C++ Compiler Updates – September 2013

By Joshua Burkholder September 16, 2013 C++, C++ 2011, GCC, MinGW No Comments

In September 2013, Minimalist GNU for Windows (MinGW) was updated to version 4.8.1 of the GNU Compiler Collection (GCC). MinGW:…

Read more

Copyright © 2023 Joshua Burkholder | Theme by: Theme Horse | Powered by: WordPress