index
:
AGH-fortran-course/fortran-assignment1
master
This repo contains my homework for the fortran course at AGH University of Science and Technology
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2019-04-26
add sample results
Wojtek Kosior
2019-04-26
set titles for plot lines
Wojtek Kosior
2019-04-26
add gnuplot script
Wojtek Kosior
2019-04-26
add public domain waiver
Wojtek Kosior
2019-04-26
expand README, use english only
Wojtek Kosior
2019-04-26
generate plots in script
Wojtek Kosior
2019-04-26
add README.md
Wojtek Kosior
2019-04-25
add block multiplication option to script
Wojtek Kosior
2019-04-25
adjust blocks size for different real types
Wojtek Kosior
2019-04-25
add block variant of matrix multiplication
Wojtek Kosior
2019-04-25
fix indexing bug
Wojtek Kosior
2019-04-25
add script that runs mull with different options
Wojtek Kosior
2019-04-25
add additional improved implementation
Wojtek Kosior
2019-04-25
usage info string correction
Wojtek Kosior
2019-04-25
whitespace correction
Wojtek Kosior
2019-04-25
enable mul implementation selection on command line, improve error ↵
Wojtek Kosior
notifications for wrong arguments
2019-04-25
accept floating point kind as command line argument
Wojtek Kosior
2019-04-25
use error_unit for writing error message
Wojtek Kosior
2019-04-25
support alternate floating point type numbering
Wojtek Kosior
2019-04-25
terminate program on wrong floating point kind specified
Wojtek Kosior
2019-04-25
make selection between floating point types possible
Wojtek Kosior
2019-04-25
create function for measuring, make selection of mul implementations possible
Wojtek Kosior
2019-04-25
basic time-measuring loop
Wojtek Kosior
2019-04-24
add primitive main program
Wojtek Kosior
2019-04-23
specify array shape in declaration
Wojtek Kosior
2019-04-23
fix parantheses typo
Wojtek Kosior
2019-04-23
implement multiplication using dot_product
Wojtek Kosior
2019-04-23
use more readable size() notation in bettermath
Wojtek Kosior
2019-04-23
use more readable size() notation
Wojtek Kosior
2019-04-23
implement better multiplication
Wojtek Kosior
2019-04-23
fix a typo (better -> bett)
Wojtek Kosior
2019-04-23
implement naive multiplication
Wojtek Kosior
2019-04-22
Add public domain waivers
Wojtek Kosior
2019-04-22
add dotmat module boilerplate
Wojtek Kosior
2019-04-22
fix typo in module and elements
Wojtek Kosior
2019-04-22
add bettermat module boilerplate
Wojtek Kosior
2019-04-22
fix filename typo
Wojtek Kosior
2019-04-22
add naivemat module boilerplate
Wojtek Kosior
2019-04-22
add cmakelist file
Wojtek Kosior