You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arnoldi-distribuito/README.md

227 B

Progetto di Calcolo Scientifico

Metodo di Arnoldi per autovalori utilizzando PETSc.

Setup

$ git submodule init
$ git submodule update

$ cd deps/petsc
$ ./configure
$ make

Compile

$ make all