Software engineer. The postings on this site are my own and do not necessarily represent my employer's positions, strategies or opinions.
Pinned Loading
-
Gaussian partitioned elimination wit...
Gaussian partitioned elimination without pivoting using straightforward formulas and BLAS routines 1! Gaussian partitioned elimination without pivoting using straightforward
2! formulas and BLAS routines
3!!---------------------------------------------------------------------------
4! gfortran -ffree-form -Wall -Wextra -lblas -fopenmp
5!!---------------------------------------------------------------------------
-
Gaussian elimination without pivotin...
Gaussian elimination without pivoting using straightforward formulas, Fortran 90/95 syntax and BLAS routines 1! Gaussian elimination without pivoting: straightforward formulas,
2! Fortran 90/95 features, BLAS routines
3!!---------------------------------------------------------------------------
4! gfortran -ffree-form -Wall -Wextra -lblas -fopenmp
5!!---------------------------------------------------------------------------
-
Cholesky decomposition without pivot...
Cholesky decomposition without pivoting: straightforward formulas, Fortran 90/95 features and BLAS routines 1! Cholesky decomposition without pivoting: straightforward formulas,
2! Fortran 90/95 features and BLAS routines
3!!---------------------------------------------------------------------------
4! gfortran -ffree-form -Wall -Wextra -lblas -fopenmp
5!!---------------------------------------------------------------------------
-
Cholesky partitioned decomposition w...
Cholesky partitioned decomposition without pivoting: straightforward formulas and BLAS routines 1! Cholesky partitioned decomposition without pivoting: straightforward
2! formulas and BLAS routines
3!!---------------------------------------------------------------------------
4! gfortran -ffree-form -Wall -Wextra -lblas -fopenmp
5!!---------------------------------------------------------------------------
-
Demonstration of various rounding/tr...
Demonstration of various rounding/truncation methods in Fortran 1! Demonstration of various rounding/truncation methods in Fortran
2!
3! ## Compilation line:
4! gfortran -Wall -Wextra rounding.F90
5!
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.