Ice Sheet System Model  4.18
Code documentation
Data Structures
IssmDenseMat.h File Reference

implementation of an ISSM matrix which run serially (1 cpu only), which is made of a fully dense matrix. Internally, this dense matrix is just a linear buffer of type doubletype. This object needs to answer the API defined by the virtual functions in IssmAbsMat, and the contructors required by IssmMat (see IssmMat.h) More...

#include "./IssmSeqVec.h"
#include "./IssmToolkitUtils.h"
#include "../../shared/shared.h"
#include "../gsl/gslincludes.h"
#include <math.h>

Go to the source code of this file.

Data Structures

class  IssmDenseMat< doubletype >
 

Detailed Description

implementation of an ISSM matrix which run serially (1 cpu only), which is made of a fully dense matrix. Internally, this dense matrix is just a linear buffer of type doubletype. This object needs to answer the API defined by the virtual functions in IssmAbsMat, and the contructors required by IssmMat (see IssmMat.h)

Definition in file IssmDenseMat.h.