Path: blob/devel/ElmerGUI/netgen/libsrc/linalg/linalg.hpp
3206 views
#ifndef FILE_LINALG1#define FILE_LINALG23/* *************************************************************************/4/* File: linalg.hpp */5/* Author: Joachim Schoeberl */6/* Date: 01. Oct. 94 */7/* *************************************************************************/89/*1011Data types for basic linear algebra12more data types are found in linalgl.hpp1314The basic concepts include the data types1516Vector17SparseMatrix18DenseMatrix1920*/212223#include "../include/myadt.hpp"24namespace netgen25{26#include "vector.hpp"27#include "densemat.hpp"28#include "polynomial.hpp"29}30#endif3132333435