Giter Site home page Giter Site logo

eiti-porr's Introduction

Program solving linear equation system using Gauss-Jordan elimination algorithm

Solves equation set definied as Ax=b, where:

A - NxN matrix,
b - N-size vector,
x - unkown N-size vector

Reads problem definition from file with structure:

N
a11 a12 ... a1N b1
a21 a22 ... a2N b2
.   .   ... .   .
aN1 aN2 ... aNN bN

Compiling:

chpl -o gje gje.chpl

Running:

./gje --fname="path-to-file"

Optional flags:

	--debug (bool, default: true) 
		set false to avoid lot of printing
	--quiet (bool, default: false)
		set true to avoid any printing(incl. timers) 

eiti-porr's People

Contributors

percinski avatar

Stargazers

 avatar

Watchers

 avatar  avatar

eiti-porr's Issues

Do zrobienia

Udało mi się doprowadzić program aby liczył przez około 4 minut ( tyle chciał Karbowski )
Rzeczy, które chciałbym abyś zrobił/poprawił:

  • wektor x (ten na końcu) drukuje się zawsze mimo flagi --debug=false naszym zadanie nie jest sprawdzanie poprawności równania ale zbadanie czasu wykonywania się programu.
  • Czy to działa jako program sekwencyjny czy zrównoleglony - potrzebujemy obu wersji aby mieć porównanie.
  • Czas powinien być możliwy do ustawienia z poziomu flagi np.: Time=1 to sekundy 2 to milisekundy 3 to mickosekundy.
  • nie potrzebujemy czasu wczytywania tylko czasu wykonywania
  • jak istnieją inne tryby zrównoleglania z pamięcią wspólną to czy mógłbyś je jakoś dodać jako flagi?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.