Modules

ModuleSource FileDescription
matrix_mmatrix.f90

A matrix is a wrapper class for a rank 1 array of vector objects.
Matrices can be used to represent a variety of mathematical structures. This class is primarily used to bind a selection of Linear Algebra algorithms to a matrix object. Matrices can be instantiated by assignment of a rank2 array of any type, but the underlying data will be stored with double precision.

Read more…
vector_mvector.f90

Attempt to play around with a vector object

Read more…